1. 07 Apr, 2023 18 commits
  2. 03 Apr, 2023 2 commits
    • Rafael J. Wysocki's avatar
      Merge tag 'thermal-v6.4-rc1-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux · 75f74a90
      Rafael J. Wysocki authored
      Pull thermal control material for 6.4-rc1 from Daniel Lezcano:
      
      "- Add more thermal zone device encapsulation: prevent setting
         structure field directly, access the sensor device instead the
         thermal zone's device for trace, relocate the traces in
         drivers/thermal (Daniel Lezcano)
      
       - Use the generic trip point for the i.MX and remove the get_trip_temp
         ops (Daniel Lezcano)
      
       - Use the devm_platform_ioremap_resource() in the Hisilicon driver
         (Yang Li)
      
       - Remove R-Car H3 ES1.* handling as public has only access to the ES2
         version and the upstream support for the ES1 has been shutdown (Wolfram
         Sang)
      
       - Add a delay after initializing the bank in order to let the time to
         the hardware to initialze itself before reading the temperature
         (Amjad Ouled-Ameur)
      
       - Add MT8365 support (Amjad Ouled-Ameur)"
      
      * tag 'thermal-v6.4-rc1-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux:
        thermal/drivers/ti: Use fixed update interval
        thermal/drivers/stm: Don't set no_hwmon to false
        thermal/drivers/db8500: Use driver dev instead of tz->device
        thermal/core: Relocate the traces definition in thermal directory
        thermal/drivers/hisi: Use devm_platform_ioremap_resource()
        thermal/drivers/imx: Use the thermal framework for the trip point
        thermal/drivers/imx: Remove get_trip_temp ops
        thermal/drivers/rcar_gen3_thermal: Remove R-Car H3 ES1.* handling
        thermal/drivers/mediatek: Add delay after thermal banks initialization
        thermal/drivers/mediatek: Add support for MT8365 SoC
        thermal/drivers/mediatek: Control buffer enablement tweaks
        dt-bindings: thermal: mediatek: Add binding documentation for MT8365 SoC
      75f74a90
    • Rafael J. Wysocki's avatar
      thermal: core: Clean up thermal_list_lock locking · cd246fa9
      Rafael J. Wysocki authored
      Once thermal_list_lock has been acquired in
      __thermal_cooling_device_register(), it is not necessary to drop it
      and take it again until all of the thermal zones have been updated,
      so change the code accordingly.
      
      No expected functional impact.
      Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      cd246fa9
  3. 01 Apr, 2023 9 commits
  4. 31 Mar, 2023 2 commits
    • Rafael J. Wysocki's avatar
      0c7d0692
    • Rafael J. Wysocki's avatar
      Merge branch 'thermal-intel-fixes' · 896c5150
      Rafael J. Wysocki authored
      Merge Intel thermal driver fixes for 6.3-rc5:
      
       - Fix handling of two recently added module parameters in the Intel
         powerclamp thermal driver (David Arcari).
      
       - Fix one more deadlock in the int340x thermal driver (Srinivas
         Pandruvada).
      
      * thermal-intel-fixes:
        thermal: intel: powerclamp: Fix cpumask and max_idle module parameters
        thermal: intel: int340x: processor_thermal: Fix additional deadlock
      896c5150
  5. 30 Mar, 2023 2 commits
  6. 29 Mar, 2023 3 commits
  7. 28 Mar, 2023 1 commit
  8. 27 Mar, 2023 2 commits
  9. 26 Mar, 2023 1 commit