mbox series

[v3,0/3] usb: host: ehci-platform: add spurious-oc support

Message ID 20210223174455.1378-1-noltari@gmail.com
Headers show
Series usb: host: ehci-platform: add spurious-oc support | expand

Message

Álvaro Fernández Rojas Feb. 23, 2021, 5:44 p.m. UTC
Over-current reporting isn't supported on some platforms such as bcm63xx.
These devices will incorrectly report over-current if this flag isn't properly
activated.

v3: add missing patch from Florian Fainelli.
v2: change flag name and improve documentation as suggested by Alan Stern.

Florian Fainelli (1):
  usb: ehci: add spurious flag to disable overcurrent checking

Álvaro Fernández Rojas (2):
  dt-bindings: usb: generic-ehci: document spurious-oc flag
  usb: host: ehci-platform: add spurious_oc DT support

 Documentation/devicetree/bindings/usb/generic-ehci.yaml | 6 ++++++
 drivers/usb/host/ehci-hcd.c                             | 2 +-
 drivers/usb/host/ehci-hub.c                             | 4 ++--
 drivers/usb/host/ehci-platform.c                        | 5 +++++
 drivers/usb/host/ehci.h                                 | 1 +
 include/linux/usb/ehci_pdriver.h                        | 1 +
 6 files changed, 16 insertions(+), 3 deletions(-)