Re: [PATCH v2 0/3] Refactor xhci quirks and plat private data

From: Greg Kroah-Hartman
Date: Fri Mar 18 2022 - 08:18:53 EST


On Thu, Mar 17, 2022 at 11:17:17AM +0530, Sandeep Maheswaram (Temp) wrote:
> Hi Greg,
>
> On 3/1/2022 3:58 PM, Sandeep Maheswaram wrote:
> > changes in v2:
> > Added a PATCH 2/3 to remove unwanted header inclusion.
> > Fixed minor nitpicks in PATCH 3/3.
> >
> > Pavankumar Kondeti (1):
> > usb: xhci: refactor quirks and plat private data
> >
> > Sandeep Maheswaram (2):
> > usb: xhci: Remove unwanted header inclusion
> > usb: dwc: host: add xhci_plat_priv quirk XHCI_SKIP_PHY_INIT
> >
> > drivers/usb/cdns3/host.c | 2 +-
> > drivers/usb/dwc3/host.c | 13 ++++++++
> > drivers/usb/host/xhci-plat.c | 3 +-
> > drivers/usb/host/xhci-plat.h | 24 ---------------
> > drivers/usb/host/xhci-rcar.c | 3 +-
> > drivers/usb/host/xhci.h | 60 ++++--------------------------------
> > include/linux/usb/xhci-plat.h | 24 +++++++++++++++
> > include/linux/usb/xhci-quirks.h | 67 +++++++++++++++++++++++++++++++++++++++++
> > 8 files changed, 115 insertions(+), 81 deletions(-)
> > delete mode 100644 drivers/usb/host/xhci-plat.h
> > create mode 100644 include/linux/usb/xhci-plat.h
> > create mode 100644 include/linux/usb/xhci-quirks.h
>
> Please let me know your opinion about this patch series.

I need the xhci maintainer to review it...

thanks,

greg k-h