]> git.baikalelectronics.ru Git - kernel.git/commit
usb: xhci: add USB2 Link power management BESL support
authorMathias Nyman <mathias.nyman@linux.intel.com>
Thu, 23 May 2013 14:14:30 +0000 (17:14 +0300)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Wed, 5 Jun 2013 23:48:24 +0000 (16:48 -0700)
commit4d9b8ae72c9ac2c82dc8ef6826ca65f2b0bf24e1
treedca37d89cd14666c3f107463817f4309ba1f2b68
parentaec50088f13dd40fbc7d0e71d47376cb0051661f
usb: xhci: add USB2 Link power management BESL support

usb 2.0 devices with link power managment (LPM) can describe their idle link
timeouts either in BESL or HIRD format, so far xHCI has only supported HIRD but
later xHCI errata add BESL support as well

BESL timeouts need to inform exit latency changes with an evaluate
context command the same way USB 3.0 link PM code does.
The same xhci_change_max_exit_latency() function is used as with USB3
but code is pulled out from #ifdef CONFIG_PM as USB2.0 BESL LPM
funcionality does not depend on CONFIG_PM.

Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
drivers/usb/host/xhci-ext-caps.h
drivers/usb/host/xhci.c
drivers/usb/host/xhci.h
include/linux/usb.h