]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: host: pass quirk-broken-port-ped property for known broken revisions
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Thu, 26 Jan 2017 09:17:37 +0000 (11:17 +0200)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Thu, 26 Jan 2017 09:17:37 +0000 (11:17 +0200)
commit37598ea710213b3368b5ce890ce1bf78295f9c26
tree8444c587ac4351063297e0c07969980c0b63bae7
parent4cad969d863aea864504dcccfbd23514e26f021e
usb: dwc3: host: pass quirk-broken-port-ped property for known broken revisions

dwc3 revisions <=3.00a have a limitation where Port Disable command
doesn't work. Set the quirk-broken-port-ped property for such
controllers so XHCI core can do the necessary workaround.

[rogerq@ti.com] Updated code from platform data to device property.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/host.c