Skip to content
Commit 4750bc78 authored by Thang Q. Nguyen's avatar Thang Q. Nguyen Committed by Greg Kroah-Hartman
Browse files

usb: host: xhci support option to disable the xHCI USB2 HW LPM



XHCI specification 1.1 does not require xHCI-compliant controllers
to always enable hardware USB2 LPM. However, the current xHCI
driver always enable it when seeing HLC=1.
This patch supports an option for users to control disabling
USB2 Hardware LPM via DT/ACPI attribute.
This option is needed in case user would like to disable this
feature. For example, their xHCI controller has its USB2 HW LPM
broken.

Signed-off-by: default avatarTung Nguyen <tunguyen@apm.com>
Signed-off-by: default avatarThang Q. Nguyen <tqnguyen@apm.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarMathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fb9bbce6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment