Browse Source

usb: otg: msm: Start using struct usb_otg

Use struct usb_otg members with OTG specific functions instead
of usb_phy members.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Acked-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
Reviewed-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Heikki Krogerus 13 years ago
parent
commit
1d4c9293ae
2 changed files with 178 additions and 176 deletions
  1. 177 175
      drivers/usb/otg/msm_otg.c
  2. 1 1
      include/linux/usb/msm_hsusb.h

File diff suppressed because it is too large
+ 177 - 175
drivers/usb/otg/msm_otg.c


+ 1 - 1
include/linux/usb/msm_hsusb.h

@@ -160,7 +160,7 @@ struct msm_otg_platform_data {
  *               detection process.
  */
 struct msm_otg {
-	struct usb_phy otg;
+	struct usb_phy phy;
 	struct msm_otg_platform_data *pdata;
 	int irq;
 	struct clk *clk;

Some files were not shown because too many files changed in this diff