diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-01-16 12:44:35 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2024-01-16 12:44:35 +0100 |
commit | 5b5268cd49d233f03a5cfb1108dcd38bcb83f6d1 (patch) | |
tree | 83070f3e80123edc490d39a2ef5895f2bff6e98b /drivers/pnp | |
parent | Merge tag 'pm-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... (diff) | |
parent | PNP: make pnp_bus_type const (diff) | |
parent | ACPI: resource: Skip IRQ override on ASUS ExpertBook B1502CGA (diff) | |
parent | ACPICA: MADT: Add new MADT GICC/GICR/ITS non-coherent flags handling (diff) | |
download | linux-5b5268cd49d233f03a5cfb1108dcd38bcb83f6d1.tar.xz linux-5b5268cd49d233f03a5cfb1108dcd38bcb83f6d1.zip |
Merge branches 'pnp', 'acpi-resource' and 'acpica'
Merge a PNP change, new ACPI IRQ management quirks and a small ACPICA
code update for 6.8-rc1:
- 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).
* pnp:
PNP: make pnp_bus_type const
* acpi-resource:
ACPI: resource: Skip IRQ override on ASUS ExpertBook B1502CGA
ACPI: resource: Add DMI quirks for ASUS Vivobook E1504GA and E1504GAB
* acpica:
ACPICA: MADT: Add new MADT GICC/GICR/ITS non-coherent flags handling
ACPICA: MADT: Add GICC online capable bit handling