]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branches 'thermal-powerclamp', 'thermal-int340x' and 'thermal-docs'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 18 Mar 2022 17:53:02 +0000 (18:53 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 18 Mar 2022 17:53:02 +0000 (18:53 +0100)
commita3604e602e1e6b5fad443a4c16b9383a5aa0cc38
treebb90524d931c64cfaf967479ffa748927a482095
parent9d307fde6c4b70b39c93417add364c77d9bb21a8
parent552c1e3165c35a388855d17e9cd4a193c171ca13
parent3a67e835e8fcf1b244e16832014c24736050243b
parent322be967cd412c568435d5e2cb9c9123c4c5eef3
Merge branches 'thermal-powerclamp', 'thermal-int340x' and 'thermal-docs'

Merge powerclamp thermal driver changes, int340x thermal driver changes
and thermal documentation changes for 5.18-rc1:

 - Don't use bitmap_weight() in end_power_clamp() in the powerclamp
   driver (Yury Norov).

 - Update the OS policy capabilities handshake in the int340x thermal
   driver (Srinivas Pandruvada).

 - Increase the policies bitmap size in int340x (Srinivas Pandruvada).

 - Replace acpi_bus_get_device() with acpi_fetch_acpi_dev() in the
   int340x thermal driver (Rafael Wysocki).

 - Check for NULL after calling kmemdup() in int340x (Jiasheng Jiang).

 - Add Intel Dynamic Power and Thermal Framework (DPTF) kernel interface
   documentation (Srinivas Pandruvada).

 - Fix bullet list warning in the thermal documentation (Randy Dunlap).

* thermal-powerclamp:
  thermal: intel_powerclamp: don't use bitmap_weight() in end_power_clamp()

* thermal-int340x:
  thermal: int340x: Update OS policy capability handshake
  thermal: int340x: Increase bitmap size
  thermal: Replace acpi_bus_get_device()
  thermal: int340x: Check for NULL after calling kmemdup()

* thermal-docs:
  Documentation: thermal: DPTF Documentation
  thermal: fix Documentation bullet list warning