]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 26 Jul 2018 08:58:20 +0000 (10:58 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 27 Jul 2018 10:23:51 +0000 (12:23 +0200)
commit8cca68b1a62370f34ffaeef709192f4a4ae20f80
tree159897cfecca9017480cf9886e981e5dab9bc91f
parentbeb4ed450cde99e7dfbc41549d25fa2ff039b2d9
ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation

Commit ded3f27bafdc (ACPI / LPSS: Avoid PM quirks on suspend and
resume from S3) modified the ACPI driver for Intel SoCs (LPSS) to
avoid applying PM quirks on suspend and resume from S3 to address
system-wide suspend and resume problems on some systems, but it is
reported that the same issue also affects hibernation, so extend
the approach used by that commit to cover hibernation as well.

Fixes: ded3f27bafdc (ACPI / LPSS: Avoid PM quirks on suspend and resume from S3)
Link: https://bugs.launchpad.net/bugs/1774950
Reported-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Cc: 4.15+ <stable@vger.kernel.org> # 4.15+
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/acpi/acpi_lpss.c