diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-10-26 14:44:04 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-10-26 14:44:04 +0200 |
commit | 93003de27a5e20f4977bf24f1d33c2abb7d177d0 (patch) | |
tree | 308a9434dd08dd92405bd7665b1db7f1322c6e2f /drivers/acpi/acpi_processor.c | |
parent | d633c387f28f2bdb0226762887b6ef95639fd3b0 (diff) | |
parent | 8c6fdbd635d4afbcd57243083319a55624d2e168 (diff) | |
parent | a1da3b78c08357f67adecf3b2e2be7d13aaccca7 (diff) | |
parent | f1fce1cf4509aa0676b363c203b9ab190c1fd8e8 (diff) | |
parent | a83c68a3bf7c418c9a46693c63c638852b0c1f4e (diff) |
Merge branches 'acpi-scan', 'acpi-osl', 'acpi-osi' and 'acpi-tables'
Merge ACPI updates related to device enumeration, low-level interface
for ACPICA (OSL), _OSI handling and table parsing for 6.7-rc1:
- Use the acpi_device_is_present() helper in more places and rename
acpi_scan_device_not_present() to be about enumeration (James Morse).
- Add __printf format attribute to acpi_os_vprintf() (Su Hui).
- Clean up departures from kernel coding style in the low-level
interface for ACPICA (Jonathan Bergh).
- Replace strncpy() with strscpy() in acpi_osi_setup() (Justin Stitt).
- Fail FPDT parsing on zero length records and add proper handling for
fpdt_process_subtable() to acpi_init_fpdt() (Vasily Khoruzhick).
* acpi-scan:
ACPI: scan: Rename acpi_scan_device_not_present() to be about enumeration
ACPI: scan: Use the acpi_device_is_present() helper in more places
* acpi-osl:
ACPI: OSL: Add empty lines after local variable declarations
ACPI: OSL: Remove redundant parentheses in return statements
ACPI: OSL: Fix up white space in parameter lists
ACPI: OSL: add __printf format attribute to acpi_os_vprintf()
* acpi-osi:
ACPI: OSI: refactor deprecated strncpy()
* acpi-tables:
ACPI: FPDT: properly handle invalid FPDT subtables