diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-08-25 20:49:52 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2023-08-25 20:49:52 +0200 |
commit | 0960a3cbfd9722b21c439bddb051e140600d9144 (patch) | |
tree | 5cd41adbcd67c8b95292e59b871dc4f72daa8cb7 /include/acpi | |
parent | 0c2ec0f1659dc3c63fb75e7f158e1055485e12dd (diff) | |
parent | 7f6fd06d34f4a9bd62bc30e9232934cfb89ae4d8 (diff) | |
parent | 596ca52a56da1b9370d358c38acf2ba5251687d9 (diff) | |
parent | ae769fbd143d9f9349387f27bb4f36d2ba5b45df (diff) | |
parent | 638f139fda4f4fcb1b244b4ac755a4c4f0a6c4a2 (diff) |
Merge branches 'acpi-scan', 'acpi-tad', 'acpi-extlog' and 'acpi-misc'
Merge ACPI device enumeration changes, ACPI TAD and extlog drivers
updates, and miscellaneous ACPI-related changes for 6.6-rc1:
- Defer enumeration of devices with _DEP pointing to IVSC (Wentong Wu).
- Install SystemCMOS address space handler for ACPI000E (TAD) to meet
platform firmware expectations on some platforms (Zhang Rui).
- Fix finding the generic error data in the ACPi extlog driver for
compatibility with old and new firmware interface versions (Xiaochun
Lee).
- Remove assorted unused declarations of functions (Yue Haibing).
- Move AMBA bus scan handling into arm64 specific directory (Sudeep
Holla).
* acpi-scan:
ACPI: scan: Defer enumeration of devices with a _DEP pointing to IVSC device
* acpi-tad:
ACPI: TAD: Install SystemCMOS address space handler for ACPI000E
* acpi-extlog:
ACPI: extlog: Fix finding the generic error data for v3 structure
* acpi-misc:
ACPI: Remove assorted unused declarations of functions
ACPI: Remove unused extern declaration acpi_paddr_to_node()
ACPI: Move AMBA bus scan handling into arm64 specific directory