Merge branches 'acpi-tables', 'acpi-numa', 'acpi-sysfs', 'acpi-cppc', 'acpi-thermal...
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 10 Jan 2022 16:22:15 +0000 (17:22 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 10 Jan 2022 16:22:15 +0000 (17:22 +0100)
commit70df8e1bdc941431af2370270f5140291dcbb282
treed8f1583fd77922ccb1e4d7820519c10345be5fd5
parentaf8fefd7444480bb8fd8d74f977dbac4693ac3ed
parent7e29a225c7508f858ac1c900675390ec4ef01aed
parentbcf6f1759adff0ec3f73ab7b4a873405ee26ff5c
parent17f18417d6da07bbaafce84f80fa25d860b6e6d1
parent1a901c914dfbee04f20200a116dc9d30679c8cc6
parente5b5d25444e9ee3ae439720e62769517d331fa39
parente96c1197aca628f7d2480a1cc3214912b40b3414
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
drivers/acpi/battery.c
drivers/acpi/cppc_acpi.c
drivers/acpi/tables.c
drivers/acpi/thermal.c