aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/Makefile
diff options
context:
space:
mode:
authorPraveen Paneri <p.paneri@samsung.com>2012-11-23 16:03:06 +0530
committerFelipe Balbi <balbi@ti.com>2013-01-18 15:06:30 +0200
commit337dc3a7684cf6577b5595b9bb96e1af06baec41 (patch)
tree6cbab8d202a743645e90f8ae0ce4d786715a71f8 /drivers/usb/phy/Makefile
parentusb: phy: mxs-phy: add set_suspend API (diff)
downloadlinux-dev-337dc3a7684cf6577b5595b9bb96e1af06baec41.tar.xz
linux-dev-337dc3a7684cf6577b5595b9bb96e1af06baec41.zip
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>
Diffstat (limited to 'drivers/usb/phy/Makefile')
-rw-r--r--drivers/usb/phy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/phy/Makefile b/drivers/usb/phy/Makefile
index 1a579a860a03..ec304f642402 100644
--- a/drivers/usb/phy/Makefile
+++ b/drivers/usb/phy/Makefile
@@ -9,3 +9,4 @@ obj-$(CONFIG_USB_ISP1301) += isp1301.o
obj-$(CONFIG_MV_U3D_PHY) += mv_u3d_phy.o
obj-$(CONFIG_USB_EHCI_TEGRA) += tegra_usb_phy.o
obj-$(CONFIG_USB_RCAR_PHY) += rcar-phy.o
+obj-$(CONFIG_SAMSUNG_USBPHY) += samsung-usbphy.o