usb: phy: rename all phy drivers to phy-$name-usb.c
authorFelipe Balbi <balbi@ti.com>
Thu, 7 Mar 2013 15:37:59 +0000 (17:37 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:18:08 +0000 (11:18 +0200)
commit94ae98433a397dd4695652fc62ca7bc784b08216
tree4ab764590b2ae6a8535d8b773ac80d18535e58d3
parentfd891498751f53dda3733d9e9ff8a1f6ea16c5e5
usb: phy: rename all phy drivers to phy-$name-usb.c

this will make sure that we have sensible names
for all phy drivers. Current situation was already
quite bad with too generic names being used.

Signed-off-by: Felipe Balbi <balbi@ti.com>
51 files changed:
drivers/usb/phy/Makefile
drivers/usb/phy/ab8500-usb.c [deleted file]
drivers/usb/phy/fsl_otg.c [deleted file]
drivers/usb/phy/fsl_otg.h [deleted file]
drivers/usb/phy/gpio_vbus.c [deleted file]
drivers/usb/phy/isp1301.c [deleted file]
drivers/usb/phy/isp1301_omap.c [deleted file]
drivers/usb/phy/msm_otg.c [deleted file]
drivers/usb/phy/mv_otg.c [deleted file]
drivers/usb/phy/mv_otg.h [deleted file]
drivers/usb/phy/mv_u3d_phy.c [deleted file]
drivers/usb/phy/mv_u3d_phy.h [deleted file]
drivers/usb/phy/mxs-phy.c [deleted file]
drivers/usb/phy/nop-usb-xceiv.c [deleted file]
drivers/usb/phy/omap-control-usb.c [deleted file]
drivers/usb/phy/omap-usb2.c [deleted file]
drivers/usb/phy/omap-usb3.c [deleted file]
drivers/usb/phy/otg_fsm.c [deleted file]
drivers/usb/phy/otg_fsm.h [deleted file]
drivers/usb/phy/phy-ab8500-usb.c [new file with mode: 0644]
drivers/usb/phy/phy-fsl-usb.c [new file with mode: 0644]
drivers/usb/phy/phy-fsl-usb.h [new file with mode: 0644]
drivers/usb/phy/phy-fsm-usb.c [new file with mode: 0644]
drivers/usb/phy/phy-fsm-usb.h [new file with mode: 0644]
drivers/usb/phy/phy-gpio-vbus-usb.c [new file with mode: 0644]
drivers/usb/phy/phy-isp1301-omap.c [new file with mode: 0644]
drivers/usb/phy/phy-isp1301.c [new file with mode: 0644]
drivers/usb/phy/phy-msm-usb.c [new file with mode: 0644]
drivers/usb/phy/phy-mv-u3d-usb.c [new file with mode: 0644]
drivers/usb/phy/phy-mv-u3d-usb.h [new file with mode: 0644]
drivers/usb/phy/phy-mv-usb.c [new file with mode: 0644]
drivers/usb/phy/phy-mv-usb.h [new file with mode: 0644]
drivers/usb/phy/phy-mxs-usb.c [new file with mode: 0644]
drivers/usb/phy/phy-nop.c [new file with mode: 0644]
drivers/usb/phy/phy-omap-control.c [new file with mode: 0644]
drivers/usb/phy/phy-omap-usb2.c [new file with mode: 0644]
drivers/usb/phy/phy-omap-usb3.c [new file with mode: 0644]
drivers/usb/phy/phy-rcar-usb.c [new file with mode: 0644]
drivers/usb/phy/phy-samsung-usb.c [new file with mode: 0644]
drivers/usb/phy/phy-tegra-usb.c [new file with mode: 0644]
drivers/usb/phy/phy-twl4030-usb.c [new file with mode: 0644]
drivers/usb/phy/phy-twl6030-usb.c [new file with mode: 0644]
drivers/usb/phy/phy-ulpi-viewport.c [new file with mode: 0644]
drivers/usb/phy/phy-ulpi.c [new file with mode: 0644]
drivers/usb/phy/rcar-phy.c [deleted file]
drivers/usb/phy/samsung-usbphy.c [deleted file]
drivers/usb/phy/tegra_usb_phy.c [deleted file]
drivers/usb/phy/twl4030-usb.c [deleted file]
drivers/usb/phy/twl6030-usb.c [deleted file]
drivers/usb/phy/ulpi.c [deleted file]
drivers/usb/phy/ulpi_viewport.c [deleted file]