]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
committerKishon Vijay Abraham I <kishon@ti.com>
Sat, 8 Mar 2014 07:09:44 +0000 (12:39 +0530)
commit06fb01373cae0bbf9af3a2b49e29c4341a5ba311
treec6f6024bb1c0fcdf6c2bfed9cf668521a48e1159
parentb5d682f4eb76c98f2ca5658926df43dd05cf2c37
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>
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]