[GIT PULL] More ACPI updates for v6.8-rc1

From: Rafael J. Wysocki
Date: Tue Jan 16 2024 - 07:10:06 EST


Hi Linus,

Please pull from the tag

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

with top-most commit 5b5268cd49d233f03a5cfb1108dcd38bcb83f6d1

Merge branches 'pnp', 'acpi-resource' and 'acpica'

on top of commit 7da71072e1d6967c0482abcbb5991ffb5953fdf2

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

to receive more ACPI updates for 6.8-rc1.

These add support for new MADT flags to ACPICA, constify the PNP bus
type structure and add new ACPI IRQ management quirks.

Specifics:

- Make pnp_bus_type const (Greg Kroah-Hartman).

- Add ACPI IRQ management quirks for ASUS ExpertBook B1502CGA and ASUS
Vivobook E1504GA and E1504GAB (Ben Mayo, Michael Maltsev).

- Add new MADT GICC/GICR/ITS non-coherent flags and GICC online capable
bit handling to ACPICA (Lorenzo Pieralisi).

Thanks!


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

Ben Mayo (1):
ACPI: resource: Add DMI quirks for ASUS Vivobook E1504GA and E1504GAB

Greg Kroah-Hartman (1):
PNP: make pnp_bus_type const

Lorenzo Pieralisi (2):
ACPICA: MADT: Add GICC online capable bit handling
ACPICA: MADT: Add new MADT GICC/GICR/ITS non-coherent flags handling

Michael Maltsev (1):
ACPI: resource: Skip IRQ override on ASUS ExpertBook B1502CGA

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

drivers/acpi/resource.c | 21 +++++++++++++++++++++
drivers/pnp/driver.c | 2 +-
include/acpi/actbl2.h | 12 ++++++++++--
include/linux/pnp.h | 2 +-
4 files changed, 33 insertions(+), 4 deletions(-)