public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/10] usb: dwc3/xhci/phy: Enable runtime power management
@ 2013-03-02 13:23 Vivek Gautam
  2013-03-02 13:23 ` [PATCH v2 01/10] usb: phy: Add APIs for " Vivek Gautam
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Vivek Gautam @ 2013-03-02 13:23 UTC (permalink / raw)
  To: linux-usb
  Cc: linux-kernel, linux-omap, linux-samsung-soc, gregkh, balbi,
	sarah.a.sharp, kgene.kim, kishon

This patch-series enables runtime power management on xhci-plat,
dwc3-core, dwc3-exynos as well as on samsung-usb3 type PHY.
This allows usb 3.0 host ports to be power managed at runtime.
We also turn off the PHY ref_clk PLL, which supplies reference clock
to USB3 type phy, when ports are not in use.

Based on 'usb-next' alongwith following patch series:
  [PATCH v4 00/11] usb: dwc3: PM support patchset
  http://www.mail-archive.com/linux-usb@vger.kernel.org/msg14676.html

  [PATCH v2] usb: xhci: add the suspend/resume functionality
  http://www.mail-archive.com/linux-usb@vger.kernel.org/msg14614.html

  [PATCH v6 0/2] Adding USB 3.0 DRD-phy support for exynos5250
  http://www.mail-archive.com/linux-usb@vger.kernel.org/msg15813.html

Changes from v1:
 - Adding required PHY APIs to handle runtime power management
   instead of directly twiddling with phy->dev.
 - Handling runtime power management of usb PHYs in dwc3 core
   driver instead of in any glue layer.
 - Splitting the patch "[PATCH 4/4] usb: phy: samsung: Enable runtime power management on samsung-usb"
   to required number to bifurcate functionality.

Vivek Gautam (10):
  usb: phy: Add APIs for runtime power management
  USB: dwc3: Adjust runtime pm to allow autosuspend
  usb: dwc3: Enable runtime pm only after PHYs are initialized
  usb: dwc3: Add runtime power management callbacks
  usb: dwc3: exynos: Enable runtime power management
  usb: xhci: Enable runtime pm in xhci-plat
  usb: phy: samsung: Enable runtime power management on usb3phy
  usb: phy: samsung: Add support for external reference clock
  usb: phy: samsung: Add support for PHY ref_clk gpio
  usb: phy: samsung: Add support for PHY refclk switching

 drivers/usb/dwc3/core.c           |   40 +++++++++++--
 drivers/usb/dwc3/dwc3-exynos.c    |   13 ++++
 drivers/usb/host/xhci-plat.c      |    7 ++
 drivers/usb/phy/samsung-usb3phy.c |  122 +++++++++++++++++++++++++++++++++++--
 drivers/usb/phy/samsung-usbphy.c  |   26 ++++++++
 drivers/usb/phy/samsung-usbphy.h  |    1 +
 include/linux/usb/phy.h           |   26 ++++++++
 7 files changed, 224 insertions(+), 11 deletions(-)

-- 
1.7.6.5


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2013-03-04 15:57 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-02 13:23 [PATCH v2 00/10] usb: dwc3/xhci/phy: Enable runtime power management Vivek Gautam
2013-03-02 13:23 ` [PATCH v2 01/10] usb: phy: Add APIs for " Vivek Gautam
2013-03-04 15:29   ` Felipe Balbi
2013-03-02 13:23 ` [PATCH v2 02/10] USB: dwc3: Adjust runtime pm to allow autosuspend Vivek Gautam
2013-03-02 13:23 ` [PATCH v2 03/10] usb: dwc3: Enable runtime pm only after PHYs are initialized Vivek Gautam
2013-03-02 13:23 ` [PATCH v2 04/10] usb: dwc3: Add runtime power management callbacks Vivek Gautam
2013-03-02 13:23 ` [PATCH v2 05/10] usb: dwc3: exynos: Enable runtime power management Vivek Gautam
2013-03-02 13:23 ` [PATCH v2 06/10] usb: xhci: Enable runtime pm in xhci-plat Vivek Gautam
2013-03-02 15:53   ` Alan Stern
2013-03-02 20:39     ` Felipe Balbi
2013-03-02 22:02       ` Alan Stern
2013-03-02 23:21         ` Felipe Balbi
2013-03-02 23:24           ` Felipe Balbi
2013-03-04 15:57           ` Alan Stern
2013-03-04  8:08     ` Vivek Gautam
2013-03-04 15:29       ` Alan Stern
2013-03-02 13:23 ` [PATCH v2 07/10] usb: phy: samsung: Enable runtime power management on usb3phy Vivek Gautam
2013-03-02 13:23 ` [PATCH v2 08/10] usb: phy: samsung: Add support for external reference clock Vivek Gautam
2013-03-02 13:23 ` [PATCH v2 09/10] usb: phy: samsung: Add support for PHY ref_clk gpio Vivek Gautam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox