[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CABe79T7=Kat6DjUDmOvfA79Ex0tzuU7ov4aoZodbeB=UO8DOZg@mail.gmail.com>
Date: Tue, 3 Sep 2019 20:29:35 +0530
From: Srinath Mannam <srinath.mannam@...adcom.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Mathias Nyman <mathias.nyman@...el.com>,
Rob Herring <robh+dt@...nel.org>,
Kishon Vijay Abraham I <kishon@...com>,
Mark Rutland <mark.rutland@....com>
Cc: Linux USB List <linux-usb@...r.kernel.org>,
devicetree@...r.kernel.org,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
BCM Kernel Feedback <bcm-kernel-feedback-list@...adcom.com>
Subject: Re: [PATCH v2 0/4] Reset xHCI port PHY on disconnect
Hi Mathias,
Could you please help to review this patch series?
Regards,
Srinath.
On Wed, Jul 31, 2019 at 3:50 PM Srinath Mannam
<srinath.mannam@...adcom.com> wrote:
>
> 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.2-rc4.
>
> Changes from v1:
> - Addressed Mathias's comments
> - Modified mapping of HC ports and their corresponding PHYs
> - Addressed Rob's comments
> - Removed usb-phy-port-reset DT property.
> - Added quirk in platform data using HCI compatible string.
> - Add phy ports in phy attr structure to have enabled ports bitmask.
> - Modified #phy-cells of sr-phy to pass phy ports bitmask.
>
> Srinath Mannam (4):
> phy: Add phy ports in attrs
> dt-bindings: phy: Modify Stingray USB PHY #phy-cells
> phy: sr-usb: Set phy ports
> dt-bindings: usb-xhci: Add platform specific compatible for Stingray
> xHCI
> drivers: xhci: Add quirk to reset xHCI port PHY
>
> .../devicetree/bindings/phy/brcm,stingray-usb-phy.txt | 14 ++++++++------
> Documentation/devicetree/bindings/usb/usb-xhci.txt | 1 +
> drivers/phy/broadcom/phy-bcm-sr-usb.c | 9 ++++++++-
> drivers/usb/core/hcd.c | 6 ++++++
> drivers/usb/core/phy.c | 19 +++++++++++++++++++
> drivers/usb/core/phy.h | 1 +
> drivers/usb/host/xhci-plat.c | 10 ++++++++++
> drivers/usb/host/xhci-plat.h | 1 +
> drivers/usb/host/xhci-ring.c | 9 ++++++---
> drivers/usb/host/xhci.h | 1 +
> include/linux/phy/phy.h | 10 ++++++++++
> include/linux/usb/hcd.h | 1 +
> 12 files changed, 72 insertions(+), 10 deletions(-)
>
> --
> 2.7.4
>
Powered by blists - more mailing lists