[GIT PULL] ACPI fixes for v6.14-rc1

From: Rafael J. Wysocki
Date: Thu Jan 30 2025 - 16:06:54 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-6.14-rc1-2

with top-most commit 0141978ae75bd48bac13fca6de131a5071c32011

x86/acpi: Fix LAPIC/x2APIC parsing order

on top of commit 603f162a02d5ccf0b3c5b2c6f488e456be81007f

Merge tag 'acpi-6.14-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

to receive ACPI fixes for 6.14-rc1.

These add a new ACPI-related quirk for Vexia EDU ATLA 10 tablet 5V (Hans
de Goede) and fix the MADT parsing code so that CPUs with different entry
types (LAPIC and x2APIC) are initialized in the order in which they appear
in the MADT as required by the ACPI specification (Zhang Rui).

Thanks!


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

Hans de Goede (1):
ACPI: x86: Add skip i2c clients quirk for Vexia EDU ATLA 10 tablet 5V

Zhang Rui (1):
x86/acpi: Fix LAPIC/x2APIC parsing order

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

arch/x86/kernel/acpi/boot.c | 50 ++++++++++++++++++++++++++++++++++++++++-----
drivers/acpi/x86/utils.c | 13 ++++++++++++
2 files changed, 58 insertions(+), 5 deletions(-)