diff options
author | Rafael J. Wysocki | 2022-05-30 18:04:57 +0200 |
---|---|---|
committer | Rafael J. Wysocki | 2022-05-30 18:04:57 +0200 |
commit | 15f4bb9aac620f7ca1e50c859731e7d990f807ed (patch) | |
tree | 4ce6135286e4b650efe0bd19b5631e7ef7ed1e9c | |
parent | 657b95d34ba3cecc62993817a21896475110603d (diff) | |
parent | b7fbf4cebd7c693d30e258f2ce27a362848634ae (diff) | |
parent | a9face899413f468460219c79503c091c4d362cb (diff) | |
parent | 27263b3428f5b2b73be97adf3d679125b6065271 (diff) | |
parent | 9e12eb8231496682525b6f9ba04131132d139759 (diff) |
Merge branches 'acpi-glue', 'acpi-osl', 'acpi-processor' and 'acpi-cppc'
Merge general ACPI cleanups and processor support updates for 5.19-rc1:
- Rearrange find_child_checks() to simplify code (Rafael Wysocki).
- Use memremap() to map the UCSI mailbox that is always in main memory
and drop acpi_release_memory() that has no more users (Heikki
Krogerus, Dan Carpenter).
- Make max_cstate/nocst/bm_check_disable processor module parameters
visible in sysfs (Yajun Deng).
- Fix typo in the CPPC driver (Julia Lawall).
* acpi-glue:
ACPI: glue: Rearrange find_child_checks()
* acpi-osl:
usb: typec: ucsi: acpi: fix a NULL vs IS_ERR() check in probe
ACPI: OSL: Remove the helper for deactivating memory region
usb: typec: ucsi: acpi: Map the mailbox with memremap()
* acpi-processor:
ACPI: processor: idle: Expose max_cstate/nocst/bm_check_disable read-only in sysfs
* acpi-cppc:
ACPI: CPPC: fix typo in comment