linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/14] usb: dwc2: Fix and improve power saving modes.
@ 2019-04-12 13:38 Artur Petrosyan
  2019-04-12 13:38 ` [01/14] usb: dwc2: Fix dwc2_restore_device_registers() function Artur Petrosyan
                   ` (5 more replies)
  0 siblings, 6 replies; 31+ messages in thread
From: Artur Petrosyan @ 2019-04-12 13:38 UTC (permalink / raw)
  To: Felipe Balbi, Greg Kroah-Hartman, Minas Harutyunyan,
	linux-usb@vger.kernel.org
  Cc: John Youn, Artur Petrosyan

This patch set, fixes and improves partial power down and hibernation power
saving modes. Also, adds support for entering/exiting hibernation from
system issued suspend/resume.


Artur Petrosyan (14):
  usb: dwc2: Fix dwc2_restore_device_registers() function.
  usb: dwc2: Add descriptive debug messages for Partial Power Down mode.
  usb: dwc2: Fix wakeup detected and session request interrupt handlers.
  usb: dwc2: Fix suspend state in host mode for partial power down.
  usb: dwc2: Add port conn. sts. checking in _dwc2_hcd_resume()
    function.
  usb: dwc2: Add part. power down exit from
    dwc2_conn_id_status_change().
  usb: dwc2: Reset DEVADDR after exiting gadget hibernation.
  usb: dwc2: Add default param to control power optimization.
  usb: dwc2: Update dwc2_handle_usb_suspend_intr function.
  usb: dwc2: Fix hibernation between host and device modes.
  usb: dwc2: Allow exiting hibernation from gpwrdn rst detect
  usb: dwc2: Clear fifo_map when resetting core.
  usb: dwc2: Clear GINTSTS_RESTOREDONE bit after restore is generated.
  usb: dwc2: Add enter/exit hibernation from system issued
    suspend/resume

 drivers/usb/dwc2/core.c      |  20 +++++
 drivers/usb/dwc2/core.h      |   3 +
 drivers/usb/dwc2/core_intr.c | 178 ++++++++++++++++++++++++++-----------------
 drivers/usb/dwc2/debugfs.c   |   2 +
 drivers/usb/dwc2/gadget.c    |  16 +++-
 drivers/usb/dwc2/hcd.c       | 151 +++++++++++++++++++++++++-----------
 drivers/usb/dwc2/params.c    |  19 +++--
 7 files changed, 268 insertions(+), 121 deletions(-)

-- 
2.11.0


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

end of thread, other threads:[~2019-05-03  8:11 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-12 13:38 [PATCH 00/14] usb: dwc2: Fix and improve power saving modes Artur Petrosyan
2019-04-12 13:38 ` [01/14] usb: dwc2: Fix dwc2_restore_device_registers() function Artur Petrosyan
2019-04-12 13:38   ` [PATCH 01/14] " Artur Petrosyan
2019-04-25 12:44   ` [01/14] " Felipe Balbi
2019-04-25 12:44     ` [PATCH 01/14] " Felipe Balbi
2019-04-26 20:42   ` [01/14] " Doug Anderson
2019-04-26 20:42     ` [PATCH 01/14] " Doug Anderson
2019-04-29 10:51     ` [01/14] " Artur Petrosyan
2019-04-29 10:51       ` [PATCH 01/14] " Artur Petrosyan
2019-04-29 17:34       ` [01/14] " Doug Anderson
2019-04-29 17:34         ` [PATCH 01/14] " Doug Anderson
2019-04-30  6:58         ` [01/14] " Artur Petrosyan
2019-04-30  6:58           ` [PATCH 01/14] " Artur Petrosyan
2019-04-30 15:28           ` [01/14] " Doug Anderson
2019-04-30 15:28             ` [PATCH 01/14] " Doug Anderson
2019-05-03  8:11             ` [01/14] " Artur Petrosyan
2019-05-03  8:11               ` [PATCH 01/14] " Artur Petrosyan
2019-04-12 13:38 ` [02/14] usb: dwc2: Add descriptive debug messages for Partial Power Down mode Artur Petrosyan
2019-04-12 13:38   ` [PATCH 02/14] " Artur Petrosyan
2019-04-12 13:38 ` [03/14] usb: dwc2: Fix wakeup detected and session request interrupt handlers Artur Petrosyan
2019-04-12 13:38   ` [PATCH 03/14] " Artur Petrosyan
2019-04-12 14:20   ` [03/14] " Jules Maselbas
2019-04-12 14:20     ` [PATCH 03/14] " Jules Maselbas
2019-04-15  7:58     ` [03/14] " Artur Petrosyan
2019-04-15  7:58       ` [PATCH 03/14] " Artur Petrosyan
2019-04-12 13:39 ` [04/14] usb: dwc2: Fix suspend state in host mode for partial power down Artur Petrosyan
2019-04-12 13:39   ` [PATCH 04/14] " Artur Petrosyan
2019-04-12 13:39 ` [05/14] usb: dwc2: Add port conn. sts. checking in _dwc2_hcd_resume() function Artur Petrosyan
2019-04-12 13:39   ` [PATCH 05/14] " Artur Petrosyan
2019-04-12 13:44 ` [06/14] usb: dwc2: Add part. power down exit from dwc2_conn_id_status_change() Artur Petrosyan
2019-04-12 13:44   ` [PATCH 06/14] " Artur Petrosyan

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).