diff options
-rw-r--r-- | drivers/usb/phy/Makefile | 42 | ||||
-rw-r--r-- | drivers/usb/phy/phy-ab8500-usb.c (renamed from drivers/usb/phy/ab8500-usb.c) | 0 | ||||
-rw-r--r-- | drivers/usb/phy/phy-fsl-usb.c (renamed from drivers/usb/phy/fsl_otg.c) | 2 | ||||
-rw-r--r-- | drivers/usb/phy/phy-fsl-usb.h (renamed from drivers/usb/phy/fsl_otg.h) | 0 | ||||
-rw-r--r-- | drivers/usb/phy/phy-fsm-usb.c (renamed from drivers/usb/phy/otg_fsm.c) | 2 | ||||
-rw-r--r-- | drivers/usb/phy/phy-fsm-usb.h (renamed from drivers/usb/phy/otg_fsm.h) | 0 | ||||
-rw-r--r-- | drivers/usb/phy/phy-gpio-vbus-usb.c (renamed from drivers/usb/phy/gpio_vbus.c) | 0 | ||||
-rw-r--r-- | drivers/usb/phy/phy-isp1301-omap.c (renamed from drivers/usb/phy/isp1301_omap.c) | 0 | ||||
-rw-r--r-- | drivers/usb/phy/phy-isp1301.c (renamed from drivers/usb/phy/isp1301.c) | 0 | ||||
-rw-r--r-- | drivers/usb/phy/phy-msm-usb.c (renamed from drivers/usb/phy/msm_otg.c) | 0 | ||||
-rw-r--r-- | drivers/usb/phy/phy-mv-u3d-usb.c (renamed from drivers/usb/phy/mv_u3d_phy.c) | 2 | ||||
-rw-r--r-- | drivers/usb/phy/phy-mv-u3d-usb.h (renamed from drivers/usb/phy/mv_u3d_phy.h) | 0 | ||||
-rw-r--r-- | drivers/usb/phy/phy-mv-usb.c (renamed from drivers/usb/phy/mv_otg.c) | 2 | ||||
-rw-r--r-- | drivers/usb/phy/phy-mv-usb.h (renamed from drivers/usb/phy/mv_otg.h) | 0 | ||||
-rw-r--r-- | drivers/usb/phy/phy-mxs-usb.c (renamed from drivers/usb/phy/mxs-phy.c) | 0 | ||||
-rw-r--r-- | drivers/usb/phy/phy-nop.c (renamed from drivers/usb/phy/nop-usb-xceiv.c) | 0 | ||||
-rw-r--r-- | drivers/usb/phy/phy-omap-control.c (renamed from drivers/usb/phy/omap-control-usb.c) | 0 | ||||
-rw-r--r-- | drivers/usb/phy/phy-omap-usb2.c (renamed from drivers/usb/phy/omap-usb2.c) | 0 | ||||
-rw-r--r-- | drivers/usb/phy/phy-omap-usb3.c (renamed from drivers/usb/phy/omap-usb3.c) | 0 | ||||
-rw-r--r-- | drivers/usb/phy/phy-rcar-usb.c (renamed from drivers/usb/phy/rcar-phy.c) | 0 | ||||
-rw-r--r-- | drivers/usb/phy/phy-samsung-usb.c (renamed from drivers/usb/phy/samsung-usbphy.c) | 0 | ||||
-rw-r--r-- | drivers/usb/phy/phy-tegra-usb.c (renamed from drivers/usb/phy/tegra_usb_phy.c) | 0 | ||||
-rw-r--r-- | drivers/usb/phy/phy-twl4030-usb.c (renamed from drivers/usb/phy/twl4030-usb.c) | 0 | ||||
-rw-r--r-- | drivers/usb/phy/phy-twl6030-usb.c (renamed from drivers/usb/phy/twl6030-usb.c) | 0 | ||||
-rw-r--r-- | drivers/usb/phy/phy-ulpi-viewport.c (renamed from drivers/usb/phy/ulpi_viewport.c) | 0 | ||||
-rw-r--r-- | drivers/usb/phy/phy-ulpi.c (renamed from drivers/usb/phy/ulpi.c) | 0 |
26 files changed, 25 insertions, 25 deletions
diff --git a/drivers/usb/phy/Makefile b/drivers/usb/phy/Makefile index d10a8b387ffe..5fb4a5d55945 100644 --- a/drivers/usb/phy/Makefile +++ b/drivers/usb/phy/Makefile | |||
@@ -8,24 +8,24 @@ obj-$(CONFIG_USB_PHY) += phy.o | |||
8 | 8 | ||
9 | # transceiver drivers, keep the list sorted | 9 | # transceiver drivers, keep the list sorted |
10 | 10 | ||
11 | obj-$(CONFIG_AB8500_USB) += ab8500-usb.o | 11 | obj-$(CONFIG_AB8500_USB) += phy-ab8500-usb.o |
12 | fsl_usb2_otg-objs := fsl_otg.o otg_fsm.o | 12 | phy-fsl-usb2-objs := phy-fsl-usb.o phy-fsm-usb.o |
13 | obj-$(CONFIG_FSL_USB2_OTG) += fsl_usb2_otg.o | 13 | obj-$(CONFIG_FSL_USB2_OTG) += phy-fsl-usb2.o |
14 | obj-$(CONFIG_ISP1301_OMAP) += isp1301_omap.o | 14 | obj-$(CONFIG_ISP1301_OMAP) += phy-isp1301.omap.o |
15 | obj-$(CONFIG_MV_U3D_PHY) += mv_u3d_phy.o | 15 | obj-$(CONFIG_MV_U3D_PHY) += phy-mv-u3d-usb.o |
16 | obj-$(CONFIG_NOP_USB_XCEIV) += nop-usb-xceiv.o | 16 | obj-$(CONFIG_NOP_USB_XCEIV) += phy-nop.o |
17 | obj-$(CONFIG_OMAP_CONTROL_USB) += omap-control-usb.o | 17 | obj-$(CONFIG_OMAP_CONTROL_USB) += phy-omap-control.o |
18 | obj-$(CONFIG_OMAP_USB2) += omap-usb2.o | 18 | obj-$(CONFIG_OMAP_USB2) += phy-omap-usb2.o |
19 | obj-$(CONFIG_OMAP_USB3) += omap-usb3.o | 19 | obj-$(CONFIG_OMAP_USB3) += phy-omap-usb3.o |
20 | obj-$(CONFIG_SAMSUNG_USBPHY) += samsung-usbphy.o | 20 | obj-$(CONFIG_SAMSUNG_USBPHY) += phy-samsung-usb.o |
21 | obj-$(CONFIG_TWL4030_USB) += twl4030-usb.o | 21 | obj-$(CONFIG_TWL4030_USB) += phy-twl4030-usb.o |
22 | obj-$(CONFIG_TWL6030_USB) += twl6030-usb.o | 22 | obj-$(CONFIG_TWL6030_USB) += phy-twl6030-usb.o |
23 | obj-$(CONFIG_USB_EHCI_TEGRA) += tegra_usb_phy.o | 23 | obj-$(CONFIG_USB_EHCI_TEGRA) += phy-tegra-usb.o |
24 | obj-$(CONFIG_USB_GPIO_VBUS) += gpio_vbus.o | 24 | obj-$(CONFIG_USB_GPIO_VBUS) += phy-gpio-vbus-usb.o |
25 | obj-$(CONFIG_USB_ISP1301) += isp1301.o | 25 | obj-$(CONFIG_USB_ISP1301) += phy-isp1301.o |
26 | obj-$(CONFIG_USB_MSM_OTG) += msm_otg.o | 26 | obj-$(CONFIG_USB_MSM_OTG) += phy-msm-usb.o |
27 | obj-$(CONFIG_USB_MV_OTG) += mv_otg.o | 27 | obj-$(CONFIG_USB_MV_OTG) += phy-mv-usb.o |
28 | obj-$(CONFIG_USB_MXS_PHY) += mxs-phy.o | 28 | obj-$(CONFIG_USB_MXS_PHY) += phy-mxs-usb.o |
29 | obj-$(CONFIG_USB_RCAR_PHY) += rcar-phy.o | 29 | obj-$(CONFIG_USB_RCAR_PHY) += phy-rcar-usb.o |
30 | obj-$(CONFIG_USB_ULPI) += ulpi.o | 30 | obj-$(CONFIG_USB_ULPI) += phy-ulpi.o |
31 | obj-$(CONFIG_USB_ULPI_VIEWPORT) += ulpi_viewport.o | 31 | obj-$(CONFIG_USB_ULPI_VIEWPORT) += phy-ulpi-viewport.o |
diff --git a/drivers/usb/phy/ab8500-usb.c b/drivers/usb/phy/phy-ab8500-usb.c index 2d86f26a0183..2d86f26a0183 100644 --- a/drivers/usb/phy/ab8500-usb.c +++ b/drivers/usb/phy/phy-ab8500-usb.c | |||
diff --git a/drivers/usb/phy/fsl_otg.c b/drivers/usb/phy/phy-fsl-usb.c index 72a2a00c2487..97b9308507c3 100644 --- a/drivers/usb/phy/fsl_otg.c +++ b/drivers/usb/phy/phy-fsl-usb.c | |||
@@ -43,7 +43,7 @@ | |||
43 | 43 | ||
44 | #include <asm/unaligned.h> | 44 | #include <asm/unaligned.h> |
45 | 45 | ||
46 | #include "fsl_otg.h" | 46 | #include "phy-fsl-usb.h" |
47 | 47 | ||
48 | #define DRIVER_VERSION "Rev. 1.55" | 48 | #define DRIVER_VERSION "Rev. 1.55" |
49 | #define DRIVER_AUTHOR "Jerry Huang/Li Yang" | 49 | #define DRIVER_AUTHOR "Jerry Huang/Li Yang" |
diff --git a/drivers/usb/phy/fsl_otg.h b/drivers/usb/phy/phy-fsl-usb.h index ca266280895d..ca266280895d 100644 --- a/drivers/usb/phy/fsl_otg.h +++ b/drivers/usb/phy/phy-fsl-usb.h | |||
diff --git a/drivers/usb/phy/otg_fsm.c b/drivers/usb/phy/phy-fsm-usb.c index 1f729a15decb..c520b3548e7c 100644 --- a/drivers/usb/phy/otg_fsm.c +++ b/drivers/usb/phy/phy-fsm-usb.c | |||
@@ -29,7 +29,7 @@ | |||
29 | #include <linux/usb/gadget.h> | 29 | #include <linux/usb/gadget.h> |
30 | #include <linux/usb/otg.h> | 30 | #include <linux/usb/otg.h> |
31 | 31 | ||
32 | #include "otg_fsm.h" | 32 | #include "phy-otg-fsm.h" |
33 | 33 | ||
34 | /* Change USB protocol when there is a protocol change */ | 34 | /* Change USB protocol when there is a protocol change */ |
35 | static int otg_set_protocol(struct otg_fsm *fsm, int protocol) | 35 | static int otg_set_protocol(struct otg_fsm *fsm, int protocol) |
diff --git a/drivers/usb/phy/otg_fsm.h b/drivers/usb/phy/phy-fsm-usb.h index c30a2e1d9e46..c30a2e1d9e46 100644 --- a/drivers/usb/phy/otg_fsm.h +++ b/drivers/usb/phy/phy-fsm-usb.h | |||
diff --git a/drivers/usb/phy/gpio_vbus.c b/drivers/usb/phy/phy-gpio-vbus-usb.c index a7d4ac591982..a7d4ac591982 100644 --- a/drivers/usb/phy/gpio_vbus.c +++ b/drivers/usb/phy/phy-gpio-vbus-usb.c | |||
diff --git a/drivers/usb/phy/isp1301_omap.c b/drivers/usb/phy/phy-isp1301-omap.c index 8fe0c3b95261..8fe0c3b95261 100644 --- a/drivers/usb/phy/isp1301_omap.c +++ b/drivers/usb/phy/phy-isp1301-omap.c | |||
diff --git a/drivers/usb/phy/isp1301.c b/drivers/usb/phy/phy-isp1301.c index 18dbf7e37607..18dbf7e37607 100644 --- a/drivers/usb/phy/isp1301.c +++ b/drivers/usb/phy/phy-isp1301.c | |||
diff --git a/drivers/usb/phy/msm_otg.c b/drivers/usb/phy/phy-msm-usb.c index 749fbf41fb6f..749fbf41fb6f 100644 --- a/drivers/usb/phy/msm_otg.c +++ b/drivers/usb/phy/phy-msm-usb.c | |||
diff --git a/drivers/usb/phy/mv_u3d_phy.c b/drivers/usb/phy/phy-mv-u3d-usb.c index 9d8599122aa9..cb7e70f17709 100644 --- a/drivers/usb/phy/mv_u3d_phy.c +++ b/drivers/usb/phy/phy-mv-u3d-usb.c | |||
@@ -15,7 +15,7 @@ | |||
15 | #include <linux/usb/otg.h> | 15 | #include <linux/usb/otg.h> |
16 | #include <linux/platform_data/mv_usb.h> | 16 | #include <linux/platform_data/mv_usb.h> |
17 | 17 | ||
18 | #include "mv_u3d_phy.h" | 18 | #include "phy-mv-u3d-usb.h" |
19 | 19 | ||
20 | /* | 20 | /* |
21 | * struct mv_u3d_phy - transceiver driver state | 21 | * struct mv_u3d_phy - transceiver driver state |
diff --git a/drivers/usb/phy/mv_u3d_phy.h b/drivers/usb/phy/phy-mv-u3d-usb.h index 2a658cb9a527..2a658cb9a527 100644 --- a/drivers/usb/phy/mv_u3d_phy.h +++ b/drivers/usb/phy/phy-mv-u3d-usb.h | |||
diff --git a/drivers/usb/phy/mv_otg.c b/drivers/usb/phy/phy-mv-usb.c index b6a9be31133b..6872bf0a3681 100644 --- a/drivers/usb/phy/mv_otg.c +++ b/drivers/usb/phy/phy-mv-usb.c | |||
@@ -27,7 +27,7 @@ | |||
27 | #include <linux/usb/hcd.h> | 27 | #include <linux/usb/hcd.h> |
28 | #include <linux/platform_data/mv_usb.h> | 28 | #include <linux/platform_data/mv_usb.h> |
29 | 29 | ||
30 | #include "mv_otg.h" | 30 | #include "phy-mv-usb.h" |
31 | 31 | ||
32 | #define DRIVER_DESC "Marvell USB OTG transceiver driver" | 32 | #define DRIVER_DESC "Marvell USB OTG transceiver driver" |
33 | #define DRIVER_VERSION "Jan 20, 2010" | 33 | #define DRIVER_VERSION "Jan 20, 2010" |
diff --git a/drivers/usb/phy/mv_otg.h b/drivers/usb/phy/phy-mv-usb.h index 8a9e351b36ba..8a9e351b36ba 100644 --- a/drivers/usb/phy/mv_otg.h +++ b/drivers/usb/phy/phy-mv-usb.h | |||
diff --git a/drivers/usb/phy/mxs-phy.c b/drivers/usb/phy/phy-mxs-usb.c index 9d4381e64d51..9d4381e64d51 100644 --- a/drivers/usb/phy/mxs-phy.c +++ b/drivers/usb/phy/phy-mxs-usb.c | |||
diff --git a/drivers/usb/phy/nop-usb-xceiv.c b/drivers/usb/phy/phy-nop.c index 2b10cc969bbb..2b10cc969bbb 100644 --- a/drivers/usb/phy/nop-usb-xceiv.c +++ b/drivers/usb/phy/phy-nop.c | |||
diff --git a/drivers/usb/phy/omap-control-usb.c b/drivers/usb/phy/phy-omap-control.c index 1419ceda9759..1419ceda9759 100644 --- a/drivers/usb/phy/omap-control-usb.c +++ b/drivers/usb/phy/phy-omap-control.c | |||
diff --git a/drivers/usb/phy/omap-usb2.c b/drivers/usb/phy/phy-omap-usb2.c index 844ab68f08d0..844ab68f08d0 100644 --- a/drivers/usb/phy/omap-usb2.c +++ b/drivers/usb/phy/phy-omap-usb2.c | |||
diff --git a/drivers/usb/phy/omap-usb3.c b/drivers/usb/phy/phy-omap-usb3.c index a6e60b1e102e..a6e60b1e102e 100644 --- a/drivers/usb/phy/omap-usb3.c +++ b/drivers/usb/phy/phy-omap-usb3.c | |||
diff --git a/drivers/usb/phy/rcar-phy.c b/drivers/usb/phy/phy-rcar-usb.c index a35681b0c501..a35681b0c501 100644 --- a/drivers/usb/phy/rcar-phy.c +++ b/drivers/usb/phy/phy-rcar-usb.c | |||
diff --git a/drivers/usb/phy/samsung-usbphy.c b/drivers/usb/phy/phy-samsung-usb.c index 967101ec15fd..967101ec15fd 100644 --- a/drivers/usb/phy/samsung-usbphy.c +++ b/drivers/usb/phy/phy-samsung-usb.c | |||
diff --git a/drivers/usb/phy/tegra_usb_phy.c b/drivers/usb/phy/phy-tegra-usb.c index 5487d38481af..5487d38481af 100644 --- a/drivers/usb/phy/tegra_usb_phy.c +++ b/drivers/usb/phy/phy-tegra-usb.c | |||
diff --git a/drivers/usb/phy/twl4030-usb.c b/drivers/usb/phy/phy-twl4030-usb.c index a994715a3101..a994715a3101 100644 --- a/drivers/usb/phy/twl4030-usb.c +++ b/drivers/usb/phy/phy-twl4030-usb.c | |||
diff --git a/drivers/usb/phy/twl6030-usb.c b/drivers/usb/phy/phy-twl6030-usb.c index 8cd6cf49bdbd..8cd6cf49bdbd 100644 --- a/drivers/usb/phy/twl6030-usb.c +++ b/drivers/usb/phy/phy-twl6030-usb.c | |||
diff --git a/drivers/usb/phy/ulpi_viewport.c b/drivers/usb/phy/phy-ulpi-viewport.c index c5ba7e5423fc..c5ba7e5423fc 100644 --- a/drivers/usb/phy/ulpi_viewport.c +++ b/drivers/usb/phy/phy-ulpi-viewport.c | |||
diff --git a/drivers/usb/phy/ulpi.c b/drivers/usb/phy/phy-ulpi.c index 217339dd7a90..217339dd7a90 100644 --- a/drivers/usb/phy/ulpi.c +++ b/drivers/usb/phy/phy-ulpi.c | |||