[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231118055455.249088-1-quic_prashk@quicinc.com>
Date: Sat, 18 Nov 2023 11:24:53 +0530
From: Prashanth K <quic_prashk@...cinc.com>
To: <stable@...r.kernel.org>, Thinh Nguyen <Thinh.Nguyen@...opsys.com>,
"Greg Kroah-Hartman" <gregkh@...uxfoundation.org>
CC: Mathias Nyman <mathias.nyman@...el.com>,
Tejas Joglekar <joglekar@...opsys.com>,
<linux-kernel@...r.kernel.org>, <linux-usbyy@...r.kernel.org>,
Prashanth K <quic_prashk@...cinc.com>
Subject: [PATCH 0/2] Add support for xhci-sg-trb-cache-size-quirk
XHCI_SG_TRB_CACHE_SIZE_QUIRK was introduced in XHCI to resolve
XHC timeout while using SG buffers, which was seen Synopsys XHCs.
The support for this isn't present in DWC3 layer, this series
enables XHCI_SG_TRB_CACHE_SIZE_QUIRK since this is needed for
DWC3 controller.
Prashanth K (2):
usb: dwc3: core: Add support for xhci-sg-trb-cache-size-quirk
dt-bindings: usb: snps,dwc3: Add 'xhci-sg-trb-cache-size-quirk'
Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 7 +++++++
drivers/usb/dwc3/core.c | 2 ++
drivers/usb/dwc3/core.h | 3 +++
drivers/usb/dwc3/host.c | 9 +++++++++
4 files changed, 21 insertions(+)
--
2.7.4
Powered by blists - more mailing lists