commit | 38986ffa6a74899be83126d55f043a1c034cba7d | [log] [tgz] |
---|---|---|
author | Mathias Nyman <mathias.nyman@linux.intel.com> | Mon May 21 16:40:01 2018 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 24 18:03:08 2018 +0200 |
tree | 20d7758b1e96cd202133f548475b25ef13303f6c | |
parent | eaefcf246b56ec888ccbbb6b39da688166d4d4fb [diff] |
xhci: use port structures instead of port arrays in xhci.c functions get rid of port iomem arrays and use port structures in the following functions: xhci_find_raw_port_number() xhci_disable_port_wake_on_bits() xhci_set_usb2_hardware_lpm() xhci_all_ports_seen_u0() compliance_mode_recovery() Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>