mbox series

[v2,0/2] usb: dwc3: drop 'snps,host-vbus-glitches-quirk'

Message ID 20240212-vbus-glitch-v2-0-d71b73a82de1@nxp.com
Headers show
Series usb: dwc3: drop 'snps,host-vbus-glitches-quirk' | expand

Message

Frank Li Feb. 12, 2024, 4:19 p.m. UTC
Since dt maintainer give comments at old thread
https://lore.kernel.org/linux-usb/20240119213130.3147517-1-Frank.Li@nxp.com/

The patch v4 already merged.
https://lore.kernel.org/linux-usb/20240124152525.3910311-1-Frank.Li@nxp.com/

In thread "dwc3: drop 'quirk' suffix at snps,host-vbus-glitches-quirk"
https://lore.kernel.org/imx/ZcVr05vAYsObrrRR@lizhi-Precision-Tower-5810/T/#t

DT maintainer and DWC maintainer think it is better to apply workaround
unconditionaly. 

Drop 'snps,host-vbus-glitches-quirk' and apply workaround unconditional.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Changes in v2:
- Drop 'snps,host-vbus-glitches-quirk' and apply workaround unconditional. 
- Link to v1: https://lore.kernel.org/r/20240207-vbus-glitch-v1-0-7be87099461d@nxp.com

---
Frank Li (2):
      dt-bindings: usb: dwc3: drop 'snps,host-vbus-glitches-quirk'
      usb: dwc3: apply snps,host-vbus-glitches workaround unconditionally

 Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 7 -------
 drivers/usb/dwc3/core.c                              | 3 ---
 drivers/usb/dwc3/core.h                              | 2 --
 drivers/usb/dwc3/host.c                              | 3 +--
 4 files changed, 1 insertion(+), 14 deletions(-)
---
base-commit: b1d3a0e70c3881d2f8cf6692ccf7c2a4fb2d030d
change-id: 20240207-vbus-glitch-97fd340d8a66

Best regards,