diff options
| author | Olof Johansson <olof@lixom.net> | 2014-01-09 03:07:32 -0500 |
|---|---|---|
| committer | Olof Johansson <olof@lixom.net> | 2014-01-09 03:07:32 -0500 |
| commit | 64576e439709738c0f55ab60cdba0ad18d5aa24e (patch) | |
| tree | 031394615b00dacbcec5c9e4b99f4494992ce375 /include | |
| parent | 3d7e0207ced354d1647195f53bcc670f9756c649 (diff) | |
| parent | c0f8a48723d1e7ec48f65c72f880bc49edea9a4a (diff) | |
Merge branch 'qcom/drivers' into next/drivers
* qcom/drivers:
tty: serial: Limit msm_serial_hs driver to platforms that use it
mmc: msm_sdcc: Limit driver to platforms that use it
usb: phy: msm: Move mach dependent code to platform data
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/usb/msm_hsusb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/usb/msm_hsusb.h b/include/linux/usb/msm_hsusb.h index 22a396c13f3a..32754835a39b 100644 --- a/include/linux/usb/msm_hsusb.h +++ b/include/linux/usb/msm_hsusb.h | |||
| @@ -20,6 +20,7 @@ | |||
| 20 | 20 | ||
| 21 | #include <linux/types.h> | 21 | #include <linux/types.h> |
| 22 | #include <linux/usb/otg.h> | 22 | #include <linux/usb/otg.h> |
| 23 | #include <linux/clk.h> | ||
| 23 | 24 | ||
| 24 | /** | 25 | /** |
| 25 | * Supported USB modes | 26 | * Supported USB modes |
| @@ -135,6 +136,8 @@ struct msm_otg_platform_data { | |||
| 135 | enum msm_usb_phy_type phy_type; | 136 | enum msm_usb_phy_type phy_type; |
| 136 | void (*setup_gpio)(enum usb_otg_state state); | 137 | void (*setup_gpio)(enum usb_otg_state state); |
| 137 | char *pclk_src_name; | 138 | char *pclk_src_name; |
| 139 | int (*link_clk_reset)(struct clk *link_clk, bool assert); | ||
| 140 | int (*phy_clk_reset)(struct clk *phy_clk); | ||
| 138 | }; | 141 | }; |
| 139 | 142 | ||
| 140 | /** | 143 | /** |
