[GIT PULL] ACPI fixes for v4.16-rc7
From: Rafael J. Wysocki
Date: Thu Mar 22 2018 - 19:05:26 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-4.16-rc4
with top-most commit 594fdbaab739f82b3a712b88beb483ca1ca250ee
Merge branch 'acpi-wdat'
on top of commit c698ca5278934c0ae32297a8725ced2e27585d7f
Linux 4.16-rc6
to receive ACPI fixes for 4.16-rc7.
These revert one recent commit that added incorrect battery quirks
for some Asus systems and fix an off-by-one error in the watchdog
driver based on the ACPI WDAT table.
Specifics:
- Revert the recent change adding battery quirks for Asus GL502VSK
and UX305LA as these quirks turn out to be inadequate and possibly
premature (Daniel Drake).
- Fix an off-by-one error in the resource allocation part of the
watchdog driver based on the ACPI WDAT table (Takashi Iwai).
Thanks!
---------------
Daniel Drake (1):
Revert "ACPI / battery: Add quirk for Asus GL502VSK and UX305LA"
Takashi Iwai (1):
ACPI / watchdog: Fix off-by-one error at resource assignment
---------------
drivers/acpi/acpi_watchdog.c | 4 ++--
drivers/acpi/battery.c | 48 +++-----------------------------------------
drivers/watchdog/wdat_wdt.c | 2 +-
3 files changed, 6 insertions(+), 48 deletions(-)