Skip to content
  • Linus Torvalds's avatar
    Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux · d0e00bc5
    Linus Torvalds authored
    Pull thermal management updates from Zhang Rui:
    
     - Add Amit Kucheria as thermal subsystem Reviewer (Amit Kucheria)
    
     - Fix a use after free bug when unregistering thermal zone devices (Ido
       Schimmel)
    
     - Fix thermal core framework to use put_device() when device_register()
       fails (Yue Hu)
    
     - Enable intel_pch_thermal and MMIO RAPL support for Intel Icelake
       platform (Srinivas Pandruvada)
    
     - Add clock operations in qorip thermal driver, for some platforms with
       clock control like i.MX8MQ (Anson Huang)
    
     - A couple of trivial fixes and cleanups for thermal core and different
       soc thermal drivers (Amit Kucheria, Christophe JAILLET, Chuhong Yuan,
       Fuqian Huang, Kelsey Skunberg, Nathan Huckleberry, Rishi Gupta,
       Srinivas Kandagatla)
    
    * 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux:
      MAINTAINERS: Add Amit Kucheria as reviewer for thermal
      thermal: Add some error messages
      thermal: Fix use-after-free when unregistering thermal zone device
      thermal/drivers/core: Use put_device() if device_register() fails
      thermal_hwmon: Sanitize thermal_zone type
      thermal: intel: Use dev_get_drvdata
      thermal: intel: int3403: replace printk(KERN_WARN...) with pr_warn(...)
      thermal: intel: int340x_thermal: Remove unnecessary acpi_has_method() uses
      thermal: int340x: processor_thermal: Add Ice Lake support
      drivers: thermal: qcom: tsens: Fix memory leak from qfprom read
      thermal: tegra: Fix a typo
      thermal: rcar_gen3_thermal: Replace devm_add_action() followed by failure action with devm_add_action_or_reset()
      thermal: armada: Fix -Wshift-negative-value
      dt-bindings: thermal: qoriq: Add optional clocks property
      thermal: qoriq: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
      thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap()
      thermal: qoriq: Fix error path of calling qoriq_tmu_register_tmu_zone fail
      thermal: qoriq: Add clock operations
      drivers: thermal: processor_thermal_device: Export sysfs interface for TCC offset
    d0e00bc5