diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2014-03-03 11:38:12 (GMT) |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2014-03-06 09:19:33 (GMT) |
commit | a70143bbef6bf06050c32a26d99e917b3e82deb7 (patch) | |
tree | 7d84ccb6eddc7768cb688600d7069193a54b9908 /drivers/phy/Makefile | |
parent | 06c886a95cbb533fb3c4178ec0362460b17926ed (diff) | |
download | linux-a70143bbef6bf06050c32a26d99e917b3e82deb7.tar.xz |
drivers: phy: usb3/pipe3: Adapt pipe3 driver to Generic PHY Framework
Adapted omap-usb3 PHY driver to Generic PHY Framework and moved phy-omap-usb3
driver in drivers/usb/phy to drivers/phy and also renamed the file to
phy-ti-pipe3 since this same driver will be used for SATA PHY and
PCIE PHY.
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Makefile')
-rw-r--r-- | drivers/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index 5d0b59e..977a50e 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -8,6 +8,7 @@ obj-$(CONFIG_PHY_EXYNOS_DP_VIDEO) += phy-exynos-dp-video.o obj-$(CONFIG_PHY_EXYNOS_MIPI_VIDEO) += phy-exynos-mipi-video.o obj-$(CONFIG_PHY_MVEBU_SATA) += phy-mvebu-sata.o obj-$(CONFIG_OMAP_USB2) += phy-omap-usb2.o +obj-$(CONFIG_TI_PIPE3) += phy-ti-pipe3.o obj-$(CONFIG_TWL4030_USB) += phy-twl4030-usb.o obj-$(CONFIG_PHY_EXYNOS5250_SATA) += phy-exynos5250-sata.o obj-$(CONFIG_PHY_SUN4I_USB) += phy-sun4i-usb.o |