public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for xhci-sg-trb-cache-size-quirk
@ 2023-11-18  5:54 Prashanth K
  2023-11-18  5:54 ` [PATCH 1/2] usb: dwc3: core: " Prashanth K
  2023-11-18  5:54 ` [PATCH 2/2] dt-bindings: usb: snps,dwc3: Add 'xhci-sg-trb-cache-size-quirk' Prashanth K
  0 siblings, 2 replies; 7+ messages in thread
From: Prashanth K @ 2023-11-18  5:54 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.

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


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

end of thread, other threads:[~2023-11-18 15:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-18  5:54 [PATCH 0/2] Add support for xhci-sg-trb-cache-size-quirk Prashanth K
2023-11-18  5:54 ` [PATCH 1/2] usb: dwc3: core: " Prashanth K
2023-11-18 10:48   ` kernel test robot
2023-11-18 13:43   ` kernel test robot
2023-11-18 15:38   ` kernel test robot
2023-11-18  5:54 ` [PATCH 2/2] dt-bindings: usb: snps,dwc3: Add 'xhci-sg-trb-cache-size-quirk' Prashanth K
2023-11-18  5:58   ` kernel test robot

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