phy: Add new Exynos USB PHY driver
authorKamil Debski <k.debski@samsung.com>
Wed, 31 Jul 2013 08:35:15 +0000 (10:35 +0200)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:44:41 +0000 (11:44 +0900)
commit86b995f3fb424c66df8895100c271100037de302
tree34c1c9ecb48de66be46eccdd7c4567bbed11ca74
parent7a6ec8c7d52a304408d1cd78cbc4a1dc4971942c
phy: Add new Exynos USB PHY driver

Add a new driver for the Exynos USB PHY. The new driver uses the generic
PHY framework.

Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Documentation/devicetree/bindings/phy/samsung-usbphy.txt [new file with mode: 0644]
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-exynos-usb.c [new file with mode: 0644]
drivers/phy/phy-exynos-usb.h [new file with mode: 0644]
drivers/phy/phy-exynos4210-usb.c [new file with mode: 0644]
drivers/phy/phy-exynos4212-usb.c [new file with mode: 0644]