]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI / platform / LPSS: disable async suspend/resume of LPSS devices
authorFu Zhonghui <zhonghui.fu@linux.intel.com>
Wed, 24 Sep 2014 20:42:26 +0000 (22:42 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 24 Sep 2014 20:42:26 +0000 (22:42 +0200)
commitfcda4e1db208ef1dce561c553858e744f0e79889
tree3d08864673e2885ae3c6d59fb8eff35b1a4ac832
parent8ec11e1c58a2c22a1393a1f3aa2c09dc37cb74b2
ACPI / platform / LPSS: disable async suspend/resume of LPSS devices

On some systems (Asus T100 in particular) there are strict ordering
dependencies between LPSS devices with respect to power management
that break if they suspend/resume asynchronously.

In theory it should be possible to follow those dependencies in the
async suspend/resume case too (the ACPI tables tell as that the
dependencies are there), but since we're missing infrastructure
for that at the moment, disable async suspend/resume for all of
the LPSS devices for the time being.

Link: http://marc.info/?l=linux-acpi&m=141158962321905&w=2
Fixes: 586ab395b7ec (ACPI / platform / LPSS: Enable async suspend/resume of LPSS devices)
Signed-off-by: Li Aubrey <aubrey.li@linux.intel.com>
Signed-off-by: Fu Zhonghui <zhonghui.fu@linux.intel.com>
Cc: 3.16+ <stable@vger.kernel.org> # 3.16+
[ rjw: Changelog ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_lpss.c