devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] USB: dwc:  Add workaround for host mode VBUS glitch when boot
@ 2024-01-23 16:42 Frank Li
  2024-01-23 16:42 ` [PATCH v3 1/3] XHCI: Separate PORT and CAPs macros into dedicated file Frank Li
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Frank Li @ 2024-01-23 16:42 UTC (permalink / raw)
  To: thinh.nguyen
  Cc: Frank.Li, balbi, devicetree, gregkh, imx, linux-kernel, linux-usb,
	mark.rutland, mathias.nyman, pku.leo, ran.wang_1, robh+dt,
	sergei.shtylyov

Chagne from v2 to v3
- see notes at patch

Change from v1 to v2:
- splite xhci.h to xchi-port.h and xhci-caps.h to shared marco.
- add quirk subfix
- fixed checkpatch error with --strict.

left one warning to align existed code style.

CHECK: Alignment should match open parenthesis
+	dwc->host_vbus_glitches_quirk = device_property_read_bool(dev,
+				"snps,host-vbus-glitches-quirk");

Frank Li (1):
  XHCI: Separate PORT and CAPs macros into dedicated file

Ran Wang (2):
  dt-bindings: usb: dwc3: Add snps,host-vbus-glitches-quirk avoid vbus
    glitch
  usb: dwc3: Add workaround for host mode VBUS glitch when boot

 .../devicetree/bindings/usb/snps,dwc3.yaml    |   7 +
 drivers/usb/dwc3/core.c                       |   3 +
 drivers/usb/dwc3/core.h                       |   2 +
 drivers/usb/dwc3/host.c                       |  51 ++++
 drivers/usb/host/xhci-caps.h                  |  85 ++++++
 drivers/usb/host/xhci-port.h                  | 176 ++++++++++++
 drivers/usb/host/xhci.h                       | 262 +-----------------
 7 files changed, 327 insertions(+), 259 deletions(-)
 create mode 100644 drivers/usb/host/xhci-caps.h
 create mode 100644 drivers/usb/host/xhci-port.h

-- 
2.34.1


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

end of thread, other threads:[~2024-01-24  2:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-23 16:42 [PATCH v3 0/3] USB: dwc: Add workaround for host mode VBUS glitch when boot Frank Li
2024-01-23 16:42 ` [PATCH v3 1/3] XHCI: Separate PORT and CAPs macros into dedicated file Frank Li
2024-01-23 16:42 ` [PATCH v3 2/3] dt-bindings: usb: dwc3: Add snps,host-vbus-glitches-quirk avoid vbus glitch Frank Li
2024-01-23 16:42 ` [PATCH v3 3/3] usb: dwc3: Add workaround for host mode VBUS glitch when boot Frank Li
2024-01-24  2:11   ` Thinh Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).