diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-04-24 18:45:49 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-04-24 18:45:49 +0300 |
commit | 0e838286080d0f458aa20751b15f35f3a7924830 (patch) | |
tree | 49b7180cad46b747ad00bcf90b107eca713ed562 | |
parent | c90b29cede952452f76477296cef3ef411727dd3 (diff) | |
parent | 073828e954459b883f23e53999d31e4c55ab9654 (diff) | |
parent | f2cba54a7fbf971d87bcd4467797c62d551401d3 (diff) | |
parent | 47d26684185d09e083669bbbd0c465ab3493a51f (diff) | |
parent | 4f855dcead6c5be0a48a2779eeecb170ec144534 (diff) | |
download | linux-0e838286080d0f458aa20751b15f35f3a7924830.tar.xz |
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