]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit596be229a37f20ab2de10d38fb16b2b7772e6c52
treed8f1583fd77922ccb1e4d7820519c10345be5fd5
parentc650341937dabfca4c7728540d2dfc5c64c5d21a
parent72a8b66e74a6386ec1f0523971a5326e62869ba1
parent02f85e2179c509a91071929c80e3e8a83687a6ed
parent3e5ebc33b9417d452476fbfb0365f80806067263
parent25b282a90024d766b21536d2925e15e1333f6aa2
parentb93177696a9b93fa0d94d01ee5dff198457ad376
parent6fee9b1d7044018fd0917769ea006dfbeec8d220
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