aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi
diff options
context:
space:
mode:
authorGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2023-04-24 17:45:49 +0200
committerGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2023-04-24 17:45:49 +0200
commit0e838286080d0f458aa20751b15f35f3a7924830 (patch)
tree49b7180cad46b747ad00bcf90b107eca713ed562 /drivers/acpi
parentMerge branch 'acpica' (diff)
parentACPI: processor: Fix evaluating _PDC method when running as Xen dom0 (diff)
parentACPI: s2idle: Log when enabling wakeup IRQ fails (diff)
parentACPI: VIOT: Initialize the correct IOMMU fwspec (diff)
parentACPI: sysfs: Enable ACPI sysfs support for CCEL records (diff)
downloadlinux-0e838286080d0f458aa20751b15f35f3a7924830.tar.gz
linux-0e838286080d0f458aa20751b15f35f3a7924830.tar.bz2
linux-0e838286080d0f458aa20751b15f35f3a7924830.zip
Merge branches 'acpi-processor', 'acpi-pm', 'acpi-tables' and 'acpi-sysfs'
Merge ACPI processor driver changes, ACPI power management updates, changes related to parsing ACPI tables and an ACPI sysfs interface update for 6.4-rc1: - Fix evaluating the _PDC ACPI control method when running as Xen dom0 (Roger Pau Monne). - Use platform devices to load ACPI PPC and PCC drivers (Petr Pavlu). - Check for null return of devm_kzalloc() in fch_misc_setup() (Kang Chen). - Log a message if enable_irq_wake() fails for the ACPI SCI (Simon Gaiser). - Initialize the correct IOMMU fwspec while parsing ACPI VIOT (Jean-Philippe Brucker). - Amend indentation and prefix error messages with FW_BUG in the ACPI SPCR parsing code (Andy Shevchenko). - Enable ACPI sysfs support for CCEL records (Kuppuswamy Sathyanarayanan). * acpi-processor: ACPI: processor: Fix evaluating _PDC method when running as Xen dom0 ACPI: cpufreq: Use platform devices to load ACPI PPC and PCC drivers ACPI: processor: Check for null return of devm_kzalloc() in fch_misc_setup() * acpi-pm: ACPI: s2idle: Log when enabling wakeup IRQ fails * acpi-tables: ACPI: VIOT: Initialize the correct IOMMU fwspec ACPI: SPCR: Amend indentation ACPI: SPCR: Prefix error messages with FW_BUG * acpi-sysfs: ACPI: sysfs: Enable ACPI sysfs support for CCEL records