All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add a quirk for dwc3 driver, requred for Hikey 970 USB to work
@ 2020-09-08  7:20 Mauro Carvalho Chehab
  2020-09-08  7:20 ` [PATCH 1/2] usb: dwc3: Add splitdisable quirk for Hisilicon Kirin Soc Mauro Carvalho Chehab
  2020-09-08  7:20 ` [PATCH 2/2] dt-bindings: document a new quirk for dwc3 Mauro Carvalho Chehab
  0 siblings, 2 replies; 9+ messages in thread
From: Mauro Carvalho Chehab @ 2020-09-08  7:20 UTC (permalink / raw)
  To: Felipe Balbi
  Cc: linuxarm, mauro.chehab, Mauro Carvalho Chehab, John Stultz,
	Manivannan Sadhasivam, Rob Herring, linux-kernel, devicetree,
	Greg Kroah-Hartman, linux-usb

This small patch series add a new quirk for the dwc3 driver. The first patch
was submitted previously to the USB mailing list:

	https://patchwork.kernel.org/patch/10909965/

This quirk is also present at the official Linaro's tree for Hikey 970.

Without that, the URBs produced by the USB HID driver returns -EPROTO
errors, causing an endless reset loop, on every 0.5 seconds.

Please notice that I don't have any documentation about Synopsys
dwc3 driver. So, I tried my best to document this quirk at patch 2,
but I can't add anything more specifics, as I don't have any datasheets
from such IP.

Mauro Carvalho Chehab (1):
  dt-bindings: document a new quirk for dwc3

Yu Chen (1):
  usb: dwc3: Add splitdisable quirk for Hisilicon Kirin Soc

 .../devicetree/bindings/usb/dwc3.txt          |  3 +++
 drivers/usb/dwc3/core.c                       | 25 +++++++++++++++++++
 drivers/usb/dwc3/core.h                       |  7 ++++++
 3 files changed, 35 insertions(+)

-- 
2.26.2



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

end of thread, other threads:[~2020-09-29  6:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-08  7:20 [PATCH 0/2] Add a quirk for dwc3 driver, requred for Hikey 970 USB to work Mauro Carvalho Chehab
2020-09-08  7:20 ` [PATCH 1/2] usb: dwc3: Add splitdisable quirk for Hisilicon Kirin Soc Mauro Carvalho Chehab
2020-09-08  7:20 ` [PATCH 2/2] dt-bindings: document a new quirk for dwc3 Mauro Carvalho Chehab
2020-09-15 16:38   ` Rob Herring
2020-09-17  7:18     ` Mauro Carvalho Chehab
2020-09-17 14:47       ` Rob Herring
2020-09-18  9:40         ` Mauro Carvalho Chehab
2020-09-29  6:09         ` Mauro Carvalho Chehab
2020-09-29  6:21           ` Felipe Balbi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.