[GIT PULL] More ACPI updates for v6.4-rc1
From: Rafael J. Wysocki
Date: Wed May 03 2023 - 10:27:06 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-6.4-rc1-2
with top-most commit 2e70a47ceafe4d71a4a402b2f7c5123cb4bf33f6
Merge branches 'acpi-pm' and 'acpi-properties'
on top of commit 793582ff47f8b73be8d3d925d750bf3ef79f33c7
Merge tag 'acpi-6.4-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
to receive more ACPI updates for 6.4-rc1.
These add two ACPI-related quirks and extend support for Apple device
properties supplied via ACPI _DSM.
Specifics:
- Do not turn off unused power resources during initialization on the
Toshiba Click Mini (Hans de Goede).
- Support strings in device properties supplied by ACPI _DSM on Apple
platforms (Hector Martin).
- Add an ACPI device ID quirk for Lenovo Yoga Tablet 2 (Marius Hoch).
Thanks!
---------------
Hans de Goede (1):
ACPI: PM: Do not turn of unused power resources on the Toshiba Click Mini
Hector Martin (1):
ACPI: property: Support strings in Apple _DSM props
Marius Hoch (1):
ACPI: x86: utils: Remove Lenovo Yoga Tablet 2's MAGN0001
---------------
drivers/acpi/power.c | 19 +++++++++++++++++++
drivers/acpi/x86/apple.c | 11 ++++++++++-
drivers/acpi/x86/utils.c | 10 ++++++++++
3 files changed, 39 insertions(+), 1 deletion(-)