]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
usb: dwc3: gadget: allow clock gating to work
authorFelipe Balbi <balbi@ti.com>
Fri, 30 Sep 2011 07:58:50 +0000 (10:58 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 4 Oct 2011 17:25:56 +0000 (10:25 -0700)
The dwc3 core has internal clock gating support.

Let's allow that to happen by clearing the disable
bit in GCTL register.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/dwc3/core.h
drivers/usb/dwc3/gadget.c

index a763ba705bff96ee82f280257286e9b59d22ae1b..29a8e1679e125ed723e76af50a28c278032f46dd 100644 (file)
 #define DWC3_GCTL_CORESOFTRESET        (1 << 11)
 #define DWC3_GCTL_SCALEDOWN(n) (n << 4)
 #define DWC3_GCTL_DISSCRAMBLE  (1 << 3)
+#define DWC3_GCTL_DSBLCLKGTNG  (1 << 0)
 
 /* Global USB2 PHY Configuration Register */
 #define DWC3_GUSB2PHYCFG_PHYSOFTRST (1 << 31)
 #define DWC3_GUSB3PIPECTL_PHYSOFTRST (1 << 31)
 #define DWC3_GUSB3PIPECTL_SUSPHY (1 << 17)
 
+/* Global HWPARAMS1 Register */
+#define DWC3_GHWPARAMS1_EN_PWROPT(n)   ((n & (3 << 24)) >> 24)
+#define DWC3_GHWPARAMS1_EN_PWROPT_NO   0
+#define DWC3_GHWPARAMS1_EN_PWROPT_CLK  1
+
 /* Device Configuration Register */
 #define DWC3_DCFG_DEVADDR(addr)        ((addr) << 3)
 #define DWC3_DCFG_DEVADDR_MASK DWC3_DCFG_DEVADDR(0x7f)
index 8d8502373db6e9e1ec5f8aab4c8a6ea21c169019..fd1ac4dd56005fd8be400fcde57123acdd5c1279 100644 (file)
@@ -1164,6 +1164,14 @@ static int dwc3_gadget_start(struct usb_gadget *g,
        reg &= ~DWC3_GCTL_DISSCRAMBLE;
        reg |= DWC3_GCTL_PRTCAPDIR(DWC3_GCTL_PRTCAP_DEVICE);
 
+       switch (DWC3_GHWPARAMS1_EN_PWROPT(dwc->hwparams.hwparams0)) {
+       case DWC3_GHWPARAMS1_EN_PWROPT_CLK:
+               reg &= ~DWC3_GCTL_DSBLCLKGTNG;
+               break;
+       default:
+               dev_dbg(dwc->dev, "No power optimization available\n");
+       }
+
        /*
         * WORKAROUND: DWC3 revisions <1.90a have a bug
         * when The device fails to connect at SuperSpeed