]> git.baikalelectronics.ru Git - kernel.git/commit
xHCI: BESL calculation based on USB2.0 LPM errata
authorAndiry Xu <andiry.xu@amd.com>
Mon, 12 Dec 2011 08:45:28 +0000 (16:45 +0800)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Mon, 12 Mar 2012 16:31:24 +0000 (09:31 -0700)
commitdf640b79caba6b1df98da20da17fbf898f96351a
tree3e41bfc8effe612b9626ea2011e6b37b9bc6b0d5
parentb70ce2b578aa9adfdc94f53332bda69bf2f61ab6
xHCI: BESL calculation based on USB2.0 LPM errata

The latest released errata for USB2.0 ECN LPM adds new fields to USB2.0
extension descriptor, defines two BESL values for device: baseline BESL
and deep BESL. Baseline BESL value communicates a nominal power savings
design point and the deep BESL value communicates a significant power
savings design point.

If device indicates BESL value, driver will use a value count in both
host BESL and device BESL. Use baseline BESL value as default.

Signed-off-by: Andiry Xu <andiry.xu@amd.com>
Tested-by: Jason Fan <jcfan@qca.qualcomm.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
drivers/usb/host/xhci.c
include/linux/usb/ch9.h