lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-id: <1408026327-31437-1-git-send-email-b.zolnierkie@samsung.com> Date: Thu, 14 Aug 2014 16:25:22 +0200 From: Bartlomiej Zolnierkiewicz <b.zolnierkie@...sung.com> To: Kukjin Kim <kgene.kim@...sung.com> Cc: Felipe Balbi <balbi@...com>, Kishon Vijay Abraham I <kishon@...com>, Kamil Debski <k.debski@...sung.com>, Vivek Gautam <gautam.vivek@...sung.com>, Mark Brown <broonie@...aro.org>, Kyungmin Park <kyungmin.park@...sung.com>, linux-samsung-soc@...r.kernel.org, linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org, b.zolnierkie@...sung.com Subject: [PATCH 0/5] usb: phy: samsung: remove old USB PHY code Hi, This patch series removes the old Samsung USB PHY drivers that got replaced by the new ones using the generic PHY layer. Depends on: - next-20140813 branch of linux-next kernel Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics Bartlomiej Zolnierkiewicz (5): ARM: dts: remove old USB2 PHY node hook for Arndale ARM: dts: remove old USB2 PHY node for Exynos5250 usb: phy: samsung: remove old USB 2.0 PHY driver usb: phy: samsung: remove old USB 3.0 PHY driver usb: phy: samsung: remove old common USB PHY code arch/arm/boot/dts/exynos5250-arndale.dts | 4 - arch/arm/boot/dts/exynos5250.dtsi | 15 - drivers/usb/phy/Kconfig | 23 -- drivers/usb/phy/Makefile | 3 - drivers/usb/phy/phy-samsung-usb.c | 241 ------------ drivers/usb/phy/phy-samsung-usb.h | 349 ----------------- drivers/usb/phy/phy-samsung-usb2.c | 541 --------------------------- drivers/usb/phy/phy-samsung-usb3.c | 350 ----------------- include/linux/platform_data/samsung-usbphy.h | 27 -- 9 files changed, 1553 deletions(-) delete mode 100644 drivers/usb/phy/phy-samsung-usb.c delete mode 100644 drivers/usb/phy/phy-samsung-usb.h delete mode 100644 drivers/usb/phy/phy-samsung-usb2.c delete mode 100644 drivers/usb/phy/phy-samsung-usb3.c delete mode 100644 include/linux/platform_data/samsung-usbphy.h -- 1.8.2.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists