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

From: Álvaro Fernández Rojas
Date: Tue Feb 23 2021 - 12:46:08 EST


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(-)

--
2.20.1