usb: phy: move all PHY drivers to drivers/usb/phy/
authorFelipe Balbi <balbi@ti.com>
Thu, 7 Mar 2013 09:01:15 +0000 (11:01 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:18:04 +0000 (11:18 +0200)
commita0e631235a04f8a815a1ecec93ef418f7d1e6086
tree448db1daeeab6801efdedf77e25823ee27a403c8
parent110ff6d04162a8a3b288019eaf84dee0800270e0
usb: phy: move all PHY drivers to drivers/usb/phy/

that's a much more reasonable location for
those drivers. It helps us saving drivers/usb/otg/
for when we actually start adding generic OTG
code.

Also completely delete drivers/usb/otg/ as there's
nothing left there.

Signed-off-by: Felipe Balbi <balbi@ti.com>
38 files changed:
drivers/usb/Kconfig
drivers/usb/Makefile
drivers/usb/otg/Kconfig [deleted file]
drivers/usb/otg/Makefile [deleted file]
drivers/usb/otg/ab8500-usb.c [deleted file]
drivers/usb/otg/fsl_otg.c [deleted file]
drivers/usb/otg/fsl_otg.h [deleted file]
drivers/usb/otg/gpio_vbus.c [deleted file]
drivers/usb/otg/isp1301_omap.c [deleted file]
drivers/usb/otg/msm_otg.c [deleted file]
drivers/usb/otg/mv_otg.c [deleted file]
drivers/usb/otg/mv_otg.h [deleted file]
drivers/usb/otg/mxs-phy.c [deleted file]
drivers/usb/otg/nop-usb-xceiv.c [deleted file]
drivers/usb/otg/otg_fsm.c [deleted file]
drivers/usb/otg/otg_fsm.h [deleted file]
drivers/usb/otg/twl4030-usb.c [deleted file]
drivers/usb/otg/twl6030-usb.c [deleted file]
drivers/usb/otg/ulpi.c [deleted file]
drivers/usb/otg/ulpi_viewport.c [deleted file]
drivers/usb/phy/Kconfig
drivers/usb/phy/Makefile
drivers/usb/phy/ab8500-usb.c [new file with mode: 0644]
drivers/usb/phy/fsl_otg.c [new file with mode: 0644]
drivers/usb/phy/fsl_otg.h [new file with mode: 0644]
drivers/usb/phy/gpio_vbus.c [new file with mode: 0644]
drivers/usb/phy/isp1301_omap.c [new file with mode: 0644]
drivers/usb/phy/msm_otg.c [new file with mode: 0644]
drivers/usb/phy/mv_otg.c [new file with mode: 0644]
drivers/usb/phy/mv_otg.h [new file with mode: 0644]
drivers/usb/phy/mxs-phy.c [new file with mode: 0644]
drivers/usb/phy/nop-usb-xceiv.c [new file with mode: 0644]
drivers/usb/phy/otg_fsm.c [new file with mode: 0644]
drivers/usb/phy/otg_fsm.h [new file with mode: 0644]
drivers/usb/phy/twl4030-usb.c [new file with mode: 0644]
drivers/usb/phy/twl6030-usb.c [new file with mode: 0644]
drivers/usb/phy/ulpi.c [new file with mode: 0644]
drivers/usb/phy/ulpi_viewport.c [new file with mode: 0644]