]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
usb: phy: samsung: Introducing usb phy driver for hsotg
authorPraveen Paneri <p.paneri@samsung.com>
Fri, 23 Nov 2012 10:33:06 +0000 (16:03 +0530)
committerFelipe Balbi <balbi@ti.com>
Fri, 18 Jan 2013 13:06:30 +0000 (15:06 +0200)
commit337dc3a7684cf6577b5595b9bb96e1af06baec41
tree6cbab8d202a743645e90f8ae0ce4d786715a71f8
parent04a6221c509e90b5f921d408bbf0afcf91147280
usb: phy: samsung: Introducing usb phy driver for hsotg

This driver uses usb_phy interface to interact with s3c-hsotg. Supports
phy_init and phy_shutdown functions to enable/disable usb phy. Support
will be extended to host controllers and more Samsung SoCs.

Signed-off-by: Praveen Paneri <p.paneri@samsung.com>
Acked-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Documentation/devicetree/bindings/usb/samsung-usbphy.txt [new file with mode: 0644]
drivers/usb/phy/Kconfig
drivers/usb/phy/Makefile
drivers/usb/phy/samsung-usbphy.c [new file with mode: 0644]
include/linux/platform_data/samsung-usbphy.h [new file with mode: 0644]