summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/cppc_acpi.c
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-05-30 18:04:57 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-05-30 18:04:57 +0200
commit15f4bb9aac620f7ca1e50c859731e7d990f807ed (patch)
tree4ce6135286e4b650efe0bd19b5631e7ef7ed1e9c /drivers/acpi/cppc_acpi.c
parentACPI: DPTF: Support Meteor Lake (diff)
parentACPI: glue: Rearrange find_child_checks() (diff)
parentusb: typec: ucsi: acpi: fix a NULL vs IS_ERR() check in probe (diff)
parentACPI: processor: idle: Expose max_cstate/nocst/bm_check_disable read-only in ... (diff)
parentACPI: CPPC: fix typo in comment (diff)
downloadlinux-15f4bb9aac620f7ca1e50c859731e7d990f807ed.tar.xz
linux-15f4bb9aac620f7ca1e50c859731e7d990f807ed.zip
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