phy: Add new Exynos USB 2.0 PHY driver
authorKamil Debski <k.debski@samsung.com>
Thu, 6 Mar 2014 11:16:48 +0000 (12:16 +0100)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:48 +0000 (11:47 +0900)
commit8e0a5ab3d6f1484a9a68d94cf209fa4f83cccbb4
tree687732655c9895e0286cca0ea57eea3d022d6926
parent3db5a0e8c6a97f651128e6f6d803d733828dd4e4
phy: Add new Exynos USB 2.0 PHY driver

Add a new driver for the Exynos USB 2.0 PHY. The new driver uses the generic
PHY framework. The driver includes support for the Exynos 4x10 and 4x12
SoC families.

Signed-off-by: Kamil Debski <k.debski@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
[backport from upstream commit 06fb01373cae0bbf9af3a2b49e29c4341a5ba311]
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I1f76ba5ecc23a49eeeec3c9a834a1e7fcc844834
Documentation/devicetree/bindings/phy/samsung-phy.txt
Documentation/phy/samsung-usb2.txt [new file with mode: 0644]
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/phy-exynos4210-usb2.c [new file with mode: 0644]
drivers/phy/phy-exynos4x12-usb2.c [new file with mode: 0644]
drivers/phy/phy-samsung-usb2.c [new file with mode: 0644]
drivers/phy/phy-samsung-usb2.h [new file with mode: 0644]