xhci: Read and parse new xhci 1.1 capability register
authorLu Baolu <baolu.lu@linux.intel.com>
Thu, 1 Oct 2015 15:40:31 +0000 (18:40 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 09:34:17 +0000 (10:34 +0100)
commit04abb6de28250d619ec5aa53695f12a1e4265e1a
tree963d18c47b4a73e84a687346e664a51a6465a9ee
parent07294cc2ea3000da706fd88c8ec7dcfadc715e14
xhci: Read and parse new xhci 1.1 capability register

xhci 1.1 capable controllers have a new HCCPARAMS2 registers
with bits indicating support for new xhci 1.1 capabilities.

Also add support for the new xhci 1.1 bits in the config operational
opertational register that used to be reserved

Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
[modified and left out parts not related to HCCPARAMS2 -Mathias]
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-dbg.c
drivers/usb/host/xhci.c
drivers/usb/host/xhci.h
This page took 0.026341 seconds and 5 git commands to generate.