public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for xhci-sg-trb-cache-size-quirk
@ 2023-11-20  5:58 Prashanth K
  2023-11-20  5:58 ` [PATCH v2 1/2] usb: dwc3: core: " Prashanth K
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Prashanth K @ 2023-11-20  5:58 UTC (permalink / raw)
  To: stable, Thinh Nguyen, Greg Kroah-Hartman
  Cc: Mathias Nyman, Tejas Joglekar, linux-kernel, linux-usbyy,
	Prashanth K

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.

Changes in v2:
Included xhci-plat.c to pass the quirks via priv data.
Added Fixes tag in device tree binding patch.

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                              | 10 ++++++++++
 4 files changed, 22 insertions(+)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-11-21 12:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-20  5:58 [PATCH v2 0/2] Add support for xhci-sg-trb-cache-size-quirk Prashanth K
2023-11-20  5:58 ` [PATCH v2 1/2] usb: dwc3: core: " Prashanth K
2023-11-20  5:58 ` [PATCH v2 2/2] dt-bindings: usb: snps,dwc3: Add 'xhci-sg-trb-cache-size-quirk' Prashanth K
2023-11-20  9:14   ` Krzysztof Kozlowski
2023-11-20  9:15   ` Krzysztof Kozlowski
2023-11-20  9:30 ` [PATCH v2 0/2] Add support for xhci-sg-trb-cache-size-quirk Krzysztof Kozlowski
2023-11-21 12:34   ` Prashanth K

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox