[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1648103831-12347-1-git-send-email-quic_c_sanm@quicinc.com>
Date: Thu, 24 Mar 2022 12:07:08 +0530
From: Sandeep Maheswaram <quic_c_sanm@...cinc.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Felipe Balbi <balbi@...nel.org>,
Stephen Boyd <swboyd@...omium.org>,
Doug Anderson <dianders@...omium.org>,
Matthias Kaehlcke <mka@...omium.org>,
Mathias Nyman <mathias.nyman@...el.com>,
Peter Chen <peter.chen@...nel.org>,
Pawel Laszczak <pawell@...ence.com>,
Roger Quadros <rogerq@...nel.org>,
Aswath Govindraju <a-govindraju@...com>
CC: <linux-arm-msm@...r.kernel.org>, <linux-usb@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <quic_pkondeti@...cinc.com>,
<quic_ppratap@...cinc.com>,
Sandeep Maheswaram <quic_c_sanm@...cinc.com>
Subject: [PATCH v3 0/3] Refactor xhci quirks and plat private data
changes in v3:
Updated the commit description for PATCH 2/3 and PATCH 3/3.
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
--
2.7.4
Powered by blists - more mailing lists