aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2024-05-13 20:58:14 +0200
committerGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2024-05-13 20:58:14 +0200
commitd9f87a7e9a24c56e9c4827c5d8e902694a0888a5 (patch)
treea95e52f11386afb328a7294f6560a48289c5ae8b /arch/x86
parentMerge branches 'acpi-resource', 'acpi-property' and 'acpi-numa' (diff)
parentACPI: Move acpi_blacklisted() declaration to asm/acpi.h (diff)
parentACPI: DPTF: Add Lunar Lake support (diff)
parentACPI: APEI: EINJ: mark remove callback as __exit (diff)
downloadlinux-d9f87a7e9a24c56e9c4827c5d8e902694a0888a5.tar.gz
linux-d9f87a7e9a24c56e9c4827c5d8e902694a0888a5.tar.bz2
linux-d9f87a7e9a24c56e9c4827c5d8e902694a0888a5.zip
Merge branches 'acpi-x86', 'acpi-dptf' and 'acpi-apei'
Merge x86-specific ACPI updates, an ACPI DPTF driver update adding new platform support to it, and an ACPI APEI update: - Add a num-cs device property to specify the number of chip selects for Intel Braswell to the ACPI LPSS (Intel SoC) driver and remove a nested CONFIG_PM #ifdef from it (Andy Shevchenko). - Move three x86-specific ACPI files to the x86 directory (Andy Shevchenko). - Mark SMO8810 accel on Dell XPS 15 9550 as always present and add a PNP_UART1_SKIP quirk for Lenovo Blade2 tablets (Hans de Goede). - Move acpi_blacklisted() declaration to asm/acpi.h (Kuppuswamy Sathyanarayanan). - Add Lunar Lake support to the ACPI DPTF driver (Sumeet Pawnikar). - Mark the einj_driver driver's remove callback as __exit because it cannot get unbound via sysfs (Uwe Kleine-König). * acpi-x86: ACPI: Move acpi_blacklisted() declaration to asm/acpi.h ACPI: x86: Add PNP_UART1_SKIP quirk for Lenovo Blade2 tablets ACPI: x86: utils: Mark SMO8810 accel on Dell XPS 15 9550 as always present ACPI: x86: Move LPSS to x86 folder ACPI: x86: Move blacklist to x86 folder ACPI: x86: Move acpi_cmos_rtc to x86 folder ACPI: x86: Introduce a Makefile ACPI: LPSS: Remove nested ifdeffery for CONFIG_PM ACPI: LPSS: Advertise number of chip selects via property * acpi-dptf: ACPI: DPTF: Add Lunar Lake support * acpi-apei: ACPI: APEI: EINJ: mark remove callback as __exit