]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8ae8bf17d7707627f08ea0c9c3d2f08c328dd06a
tree448db1daeeab6801efdedf77e25823ee27a403c8
parentf7e2487cac7ec802fc118b2d3516079868ed0356
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]