[GIT PULL] ACPI fixes for v5.6-rc4

From: Rafael J. Wysocki
Date: Fri Feb 28 2020 - 05:27:43 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-5.6-rc4

with top-most commit cabe17d0173ab04bd3f87b8199ae75f43f1ea473

ACPI: watchdog: Set default timeout in probe

on top of commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9

Linux 5.6-rc1

to receive ACPI fixes for 5.6-rc4.

These fix a couple of configuration issues in the ACPI watchdog
(WDAT) driver (Mika Westerberg) and make it possible to disable
that driver at boot time in case it still does not work as
expected (Jean Delvare).

Thanks!


---------------

Jean Delvare (1):
ACPI: watchdog: Allow disabling WDAT at boot

Mika Westerberg (3):
ACPICA: Introduce ACPI_ACCESS_BYTE_WIDTH() macro
ACPI: watchdog: Fix gas->access_width usage
ACPI: watchdog: Set default timeout in probe

---------------

Documentation/admin-guide/kernel-parameters.txt | 4 ++++
drivers/acpi/acpi_watchdog.c | 15 ++++++++++++---
drivers/watchdog/wdat_wdt.c | 25 ++++++++++++++++++++++++-
include/acpi/actypes.h | 3 ++-
4 files changed, 42 insertions(+), 5 deletions(-)