[GIT PULL] ACPI fixes for v6.6-rc7

From: Rafael J. Wysocki
Date: Fri Oct 20 2023 - 12:39:20 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-6.6-rc7

with top-most commit 9caa3a2de955238df742572812178568fed173f7

Merge branch 'acpi-irq'

on top of commit 58720809f52779dc0f08e53e54b014209d13eebb

Linux 6.6-rc6

to receive ACPI fixes for 6.6-rc7.

These fix the ACPI initialization ordering on ARM and ACPI IRQ
management in the cases when irq_create_fwspec_mapping() fails.

Specifics:

- Fix ACPI initialization ordering on ARM that was changed incorrectly
during the 6.5 development cycle (Hanjun Guo).

- Make acpi_register_gsi() return an error code as appropriate when
irq_create_fwspec_mapping() returns 0 on failure (Sunil V L).

Thanks!


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

Hanjun Guo (1):
ACPI: bus: Move acpi_arm_init() to the place of after acpi_ghes_init()

Sunil V L (1):
ACPI: irq: Fix incorrect return value in acpi_register_gsi()

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

drivers/acpi/bus.c | 2 +-
drivers/acpi/irq.c | 7 ++++++-
2 files changed, 7 insertions(+), 2 deletions(-)