]> Pileus Git - ~andy/linux/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)
commitf99298bfa7c42da8d27c2b42050941471c0866ab
tree3e41bfc8effe612b9626ea2011e6b37b9bc6b0d5
parentf7a0d426f3e7ec321b8037238b6426566df36edb
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