summaryrefslogtreecommitdiff
path: root/include/acpi
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-09-11 21:45:36 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-09-11 21:45:36 +0200
commit4ed63b31dca820323fb73129808ceb0e3cd1a5ea (patch)
treea390f2098f34d9f15848bcef8e833d42187a77e1 /include/acpi
parent45de40574febfba3e07dd72f680b1d044797e008 (diff)
parentf0121bfe11b3843287ceddd84b47019e2962c3e6 (diff)
parentbb664e50a9e0471fcaf0b2d84ee46a764cd2258d (diff)
parenteeef9150a174a030894fa159f675ba804ad90c06 (diff)
parent8eea417b5748025d50fd537b224eb7be08e09dfb (diff)
Merge branches 'acpi-ec', 'acpi-sysfs', 'acpi-utils' and 'acpi-soc'
Merge an ACPI EC driver update, ACPI sysfs interface updates, an ACPI library function update, and an ACPI APD driver update for 6.12-rc1: - Do not release locks during operation region accesses in the ACPI EC driver (Rafael Wysocki). - Fix up the _STR handling in the ACPI device object sysfs interface, make it represent the device object attributes as an attribute group and make it rely on driver core functionality for sysfs attrubute management (Thomas Weißschuh). - Extend error messages printed to the kernel log when acpi_evaluate_dsm() fails to include revision and function number (David Wang). - Add a new AMDI0015 platform device ID to the ACPi APD driver for AMD SoCs (Shyam Sundar S K). * acpi-ec: ACPI: EC: Do not release locks during operation region accesses * acpi-sysfs: ACPI: sysfs: remove return value of acpi_device_setup_files() ACPI: sysfs: manage sysfs attributes through device core ACPI: sysfs: manage attributes as attribute_group ACPI: sysfs: evaluate _STR on each sysfs access ACPI: sysfs: validate return type of _STR method * acpi-utils: ACPI: utils: Add rev/func to message when acpi_evaluate_dsm() fails * acpi-soc: ACPI: APD: Add AMDI0015 as platform device