linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Support dwc3 host suspend/resume
@ 2016-07-15  9:13 Baolin Wang
  2016-07-15  9:13 ` [PATCH 1/4] usb: host: xhci: Move the xhci quirks checking to the right place Baolin Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Baolin Wang @ 2016-07-15  9:13 UTC (permalink / raw)
  To: balbi, gregkh
  Cc: mathias.nyman, linux-usb, linux-kernel, broonie, baolin.wang

For mobile devices, they usually require very strict power management.
Such as dwc3 controller, we should enter suspend mode when no cable plug in,
then we can power off the dwc3 controller for saving power.

Now dwc3 gadget can support suspend/resume well, but we also want to suspend/
resume the host when slave device is detached or attached.

Baolin Wang (4):
  usb: host: xhci: Move the xhci quirks checking to the right place
  usb: host: xhci: Introduce one new 'usb3_slow_suspend' member for
    xhci private data
  usb: dwc3: core: Move the mode setting to the right place
  usb: dwc3: core: Support the dwc3 host suspend/resume

 drivers/usb/dwc3/Kconfig         |    7 +++++++
 drivers/usb/dwc3/core.c          |   43 ++++++++++++++++++++++++++++++++++----
 drivers/usb/dwc3/core.h          |   15 +++++++++++++
 drivers/usb/dwc3/host.c          |   32 ++++++++++++++++++++++++++++
 drivers/usb/host/xhci-plat.c     |   11 ++++++----
 include/linux/usb/xhci_pdriver.h |    3 +++
 6 files changed, 103 insertions(+), 8 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2016-08-30 12:04 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-15  9:13 [PATCH 0/4] Support dwc3 host suspend/resume Baolin Wang
2016-07-15  9:13 ` [PATCH 1/4] usb: host: xhci: Move the xhci quirks checking to the right place Baolin Wang
2016-08-18  7:17   ` Felipe Balbi
2016-08-30 12:04     ` Baolin Wang
2016-07-15  9:13 ` [PATCH 2/4] usb: host: xhci: Introduce one new 'usb3_slow_suspend' member for xhci private data Baolin Wang
2016-08-18  7:18   ` Felipe Balbi
2016-08-18  8:54     ` Baolin Wang
2016-08-18 12:25       ` Felipe Balbi
2016-08-18 12:47         ` Baolin Wang
2016-08-18 13:42           ` Felipe Balbi
2016-08-19  7:52             ` Baolin Wang
2016-07-15  9:13 ` [PATCH 3/4] usb: dwc3: core: Move the mode setting to the right place Baolin Wang
2016-07-15  9:13 ` [PATCH 4/4] usb: dwc3: core: Support the dwc3 host suspend/resume Baolin Wang
2016-07-15 16:17   ` kbuild test robot
2016-07-15 18:25   ` kbuild test robot
2016-08-18  7:33   ` Felipe Balbi
2016-08-18  8:59     ` Baolin Wang
2016-08-18 12:25       ` Felipe Balbi
2016-08-18 12:52         ` Baolin Wang
2016-08-18 13:42           ` Felipe Balbi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).