All of lore.kernel.org
 help / color / mirror / Atom feed
From: Srinath Mannam <srinath.mannam@broadcom.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Mathias Nyman <mathias.nyman@intel.com>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>
Cc: linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Srinath Mannam <srinath.mannam@broadcom.com>
Subject: [PATCH 0/2] Reset xHCI port PHY on disconnect
Date: Tue,  5 Feb 2019 11:48:52 +0530	[thread overview]
Message-ID: <1549347534-11320-1-git-send-email-srinath.mannam@broadcom.com> (raw)

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


             reply	other threads:[~2019-02-05  6:19 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-05  6:18 Srinath Mannam [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1549347534-11320-1-git-send-email-srinath.mannam@broadcom.com \
    --to=srinath.mannam@broadcom.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mathias.nyman@intel.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.