diff options
author | Neil Zhang <zhangwm@marvell.com> | 2011-12-20 00:20:23 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2011-12-20 05:58:13 -0500 |
commit | 3a082ec9b2f544a81e977cfa259e3f990a995dc8 (patch) | |
tree | 62afa27c120afb53eef6a762c3a7ab430e986f01 /include/linux/platform_data | |
parent | 277164f03f466b7a1ea0d0c3dac8b8a0599ce0dc (diff) |
USB: EHCI: Add Marvell Host Controller driver
This patch adds support for EHCI compliant HSUSB Host controller found
on Marvell Socs.
It fits both OTG and SPH controller on marvell Socs, including
PXA9xx/MMP2/MMP3/MGx.
Signed-off-by: Neil Zhang <zhangwm@marvell.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/mv_usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/mv_usb.h b/include/linux/platform_data/mv_usb.h index f4cb0ec373c3..d94804aca764 100644 --- a/include/linux/platform_data/mv_usb.h +++ b/include/linux/platform_data/mv_usb.h | |||
@@ -50,6 +50,7 @@ struct mv_usb_platform_data { | |||
50 | int (*phy_init)(void __iomem *regbase); | 50 | int (*phy_init)(void __iomem *regbase); |
51 | void (*phy_deinit)(void __iomem *regbase); | 51 | void (*phy_deinit)(void __iomem *regbase); |
52 | int (*set_vbus)(unsigned int vbus); | 52 | int (*set_vbus)(unsigned int vbus); |
53 | int (*private_init)(void __iomem *opregs, void __iomem *phyregs); | ||
53 | }; | 54 | }; |
54 | 55 | ||
55 | #ifndef CONFIG_HAVE_CLK | 56 | #ifndef CONFIG_HAVE_CLK |