All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Reset xHCI port PHY on disconnect
@ 2019-02-05  6:18 Srinath Mannam
  2019-02-05  6:18   ` [1/2] " Srinath Mannam
  2019-02-05  6:18   ` [2/2] " Srinath Mannam
  0 siblings, 2 replies; 21+ messages in thread
From: Srinath Mannam @ 2019-02-05  6:18 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Mathias Nyman, Rob Herring, Mark Rutland
  Cc: linux-usb, devicetree, linux-kernel, Srinath Mannam

This patch set adds a quirk in xHCI driver to reset PHY of xHCI port
on its disconnect event.

This patch set is based on Linux-5.0-rc2.

Srinath Mannam (2):
  dt-bindings: usb-xhci: Add usb-phy-port-reset property
  drivers: xhci: Add quirk to reset xHCI port PHY

 Documentation/devicetree/bindings/usb/usb-xhci.txt |  1 +
 drivers/usb/core/hcd.c                             |  6 ++++++
 drivers/usb/core/phy.c                             | 21 +++++++++++++++++++++
 drivers/usb/core/phy.h                             |  1 +
 drivers/usb/host/xhci-plat.c                       |  3 +++
 drivers/usb/host/xhci-ring.c                       |  9 ++++++---
 drivers/usb/host/xhci.h                            |  1 +
 include/linux/usb/hcd.h                            |  1 +
 8 files changed, 40 insertions(+), 3 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2019-02-27 17:08 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-05  6:18 [PATCH 0/2] Reset xHCI port PHY on disconnect Srinath Mannam
2019-02-05  6:18 ` [PATCH 1/2] dt-bindings: usb-xhci: Add usb-phy-port-reset property Srinath Mannam
2019-02-05  6:18   ` [1/2] " Srinath Mannam
2019-02-25 21:38   ` [PATCH 1/2] " Rob Herring
2019-02-25 21:38     ` [1/2] " Rob Herring
2019-02-26  4:57     ` [PATCH 1/2] " Srinath Mannam
2019-02-26  4:57       ` [1/2] " Srinath Mannam
2019-02-26 18:02       ` [PATCH 1/2] " Rob Herring
2019-02-26 18:02         ` [1/2] " Rob Herring
2019-02-27 17:08         ` [PATCH 1/2] " Srinath Mannam
2019-02-27 17:08           ` [1/2] " Srinath Mannam
2019-02-05  6:18 ` [PATCH 2/2] drivers: xhci: Add quirk to reset xHCI port PHY Srinath Mannam
2019-02-05  6:18   ` [2/2] " Srinath Mannam
2019-02-07 15:06   ` [PATCH 2/2] " Mathias Nyman
2019-02-07 15:06     ` [2/2] " Mathias Nyman
2019-02-07 15:17     ` [PATCH 2/2] " Srinath Mannam
2019-02-07 15:17       ` [2/2] " Srinath Mannam
2019-02-08 12:35       ` [PATCH 2/2] " Mathias Nyman
2019-02-08 12:35         ` [2/2] " Mathias Nyman
2019-02-08 18:48         ` [PATCH 2/2] " Srinath Mannam
2019-02-08 18:48           ` [2/2] " Srinath Mannam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.