aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/cppc_acpi.c
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-01-10 17:22:15 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2022-01-10 17:22:15 +0100
commit70df8e1bdc941431af2370270f5140291dcbb282 (patch)
treed8f1583fd77922ccb1e4d7820519c10345be5fd5 /drivers/acpi/cppc_acpi.c
parentaf8fefd7444480bb8fd8d74f977dbac4693ac3ed (diff)
parent7e29a225c7508f858ac1c900675390ec4ef01aed (diff)
parentbcf6f1759adff0ec3f73ab7b4a873405ee26ff5c (diff)
parent17f18417d6da07bbaafce84f80fa25d860b6e6d1 (diff)
parent1a901c914dfbee04f20200a116dc9d30679c8cc6 (diff)
parente5b5d25444e9ee3ae439720e62769517d331fa39 (diff)
parente96c1197aca628f7d2480a1cc3214912b40b3414 (diff)
Merge branches 'acpi-tables', 'acpi-numa', 'acpi-sysfs', 'acpi-cppc', 'acpi-thermal' and 'acpi-battery'
Merge ACPI tables parsing code update, NUMA-related ACPI update, CPPC documentation update, ACPI sysfs attributes handling update and ACPI thermal and battery drivers updates for 5.17-rc1: - Add AEST to the list of known ACPI table signatures (Shuuichirou Ishii). - Make ACPI NUMA code take hotpluggable memblocks into account when CONFIG_MEMORY_HOTPLUG is not set (Vitaly Kuznetsov). - Use default_groups in kobj_type in the ACPI sysfs code (Greg Kroah-Hartman). - Rearrange _CPC structure documentation (Andy Shevchenko). - Drop an always true check from the ACPI thermal driver (Adam Borowski). - Add new "not charging" quirk for Lenovo ThinkPads to the ACPI battery driver (Thomas Weißschuh). * acpi-tables: ACPI: tables: Add AEST to the list of known table signatures * acpi-numa: ACPI: NUMA: Process hotpluggable memblocks when !CONFIG_MEMORY_HOTPLUG * acpi-sysfs: ACPI: sysfs: use default_groups in kobj_type * acpi-cppc: ACPI: CPPC: Amend documentation in the comments * acpi-thermal: ACPI: thermal: drop an always true check * acpi-battery: ACPI: battery: Add the ThinkPad "Not Charging" quirk