Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • thermal-v5.8-rc4

    - Fix undefined temperature if negative on the rcar_gen3 (Dien Pham)
    
    - Fix wrong frequency converted from power for the cpufreq cooling
      device (Finley Xiao)
    
    - Fix compilation warnings by making functions static in the tsens
      driver (Amit Kucheria)
    
    - Fix return value of sprd_thm_probe for the Spreadtrum driver
      (Tiezhu Yang)
    
    - Fix bank number settings on the Mediatek mt8183 (Michael Kao)
    
    - Fix missing of_node_put() at probe time i.MX (Anson Huang)
    
  • thermal-v5.8-rc1

    - Add the hwmon support on the i.MX SC (Anson Huang)
    
    - Thermal framework cleanups (self-encapsulation, pointless stubs,
      private structures) (Daniel Lezcano)
    
    - Use the PM QoS frequency changes for the devfreq cooling device (Matthias
      Kaehlcke)
    
    - Remove duplicate error messages from platform_get_irq() error handling
      (Markus Elfring)
    
    - Add support for the bandgap sensors (Keerthy)
    
    - Statically initialize .get_mode/.set_mode ops (Andrzej Pietrasiewicz)
    
    - Add Renesas R-Car maintainer entry (Niklas Söderlund)
    
    - Fix error checking after calling ti_bandgap_get_sensor_data() for the TI SoC
      thermal (Sudip Mukherjee)
    
    - Add latency constraint for the idle injection, the DT binding and the change
      the registering function (Daniel Lezcano)
    
    - Convert the thermal framework binding to the Yaml schema (Amit Kucheria)
    
    - Replace zero-length array with flexible-array on i.MX 8MM (Gustavo A. R. Silva)
    
    - Thermal framework cleanups (alphabetic order for heads, replace module.h by
      export.h, make file naming consistent) (Amit Kucheria)
    
    - Merge tsens-common into the tsens driver (Amit Kucheria)
    
    - Fix platform dependency for the Qoriq driver (Geert Uytterhoeven)
    
    - Clean up the rcar_thermal_update_temp() function in the rcar thermal driver
      (Niklas Söderlund)
    
    - Fix the TMSAR register for the TMUv2 on the Qoriq platform (Yuantian Tang)
    
    - Export GDDV, OEM vendor variables, and don't require IDSP for the int340x
      thermal driver - trivial conflicts fixed (Matthew Garrett)
    
  • thermal-v5.7-rc1

    - Convert tsens configuration DT binding to yaml (Rajeshwari)
    
    - Add interrupt support on the rcar sensor (Niklas Söderlund)
    
    - Add a new Spreadtrum thermal driver (Baolin Wang)
    
    - Add thermal binding for the fsl scu board, a new API to retrieve the
      sensor id bound to the thermal zone and i.MX system controller
      sensor (Anson Huang))
    
    - Remove warning log when a deferred probe is requested on Exynos
      (Marek Szyprowski)
    
    - Add the thermal monitoring unit support for imx8mm with its DT
      bindings (Anson Huang)
    
    - Rephrase the Kconfig text for clarity (Linus Walleij)
    
    - Use the gpio descriptor for the ti-soc-thermal (Linus Walleij)
    
    - Align msg structure to 4 bytes for i.MX SC, fix the Kconfig
      dependency, add the __may_be unused annotation for PM functions and
      the COMPILE_TEST option for imx8mm (Anson Huang)
    
    - Fix a dependency on regmap in Kconfig for qoriq (Yuantian Tang)
    
    - Add DT binding and support for the rcar gen3 r8a77961 and improve
      the error path on the rcar init function (Niklas Söderlund)
    
    - Cleanup and improvements for the tsens Qcom sensor (Amit Kucheria)
    
    - Improve code by removing lock and caching values in the rcar thermal
      sensor (Niklas Söderlund)
    
    - Cleanup in the qoriq drivers and add a call to
      imx_thermal_unregister_legacy_cooling in the removal function (Anson
      Huang)
    
    - Remove redundant 'maxItems' in tsens and sprd DT bindings (Rob Herring)
    
    - Change the thermal DT bindings by making the cooling-maps optional
      (Yuantian Tang)
    
    - Add Tiger Lake support (Sumeet Pawnikar)
    
    - Use scnprintf() for avoiding potential buffer overflow (Takashi Iwai)
    
    - Make pkg_temp_lock a raw_spinlock_t(Clark Williams)
    
    - Fix incorrect data types by changing them to signed on i.MX SC (Anson Huang)
    
    - Replace zero-length array with flexible-array member (Gustavo A. R. Silva)
    
    - Add support for i.MX8MP in the driver and in the DT bindings (Anson Huang)
    
    - Fix return value of the cpufreq_set_cur_state() function (Willy Wolff)
    
    - Remove abusing and scary WARN_ON in the cpufreq cooling device
      (Daniel Lezcano)
    
    - Fix build warning of incorrect argument type reported by sparse on
      imx8mm (Anson Huang)
    
    - Fix stub for the devfreq cooling device (Martin Blumenstingl)
    
    - Fix cpu idle cooling documentation (Sergey Vidishev)
    
  • thermal-v5.6-rc1-2

    - Fix a SEVERE docs build failure for cpu idle cooling device (Randy Dunlap)
    
    - Fix a spelling mistake in the error message for the stm32 (Colin Ian King)
    
  • thermal-v5.6-rc1

    - Depromote debug print on the db8500 platform (Linus Walleij)
    
    - Fix compilation warning when compiling with make W=1 (Amit Kucheria)
    
    - Code cleanup and refactoring, regmap conversion and add hwmon
      support on Qoriq (Andrey Smirnov)
    
    - Add an idle injection cpu cooling device and its documentation,
      rename the cpu_cooling device to cpufreq_cooling device (Daniel
      Lezcano)
    
    - Convert unexported functions to static, add the __init annotation in
      the thermal-of code and remove the pointless wrapper functions
      (Daniel Lezcano)
    
    - Fix register offset for Armada XP and register reset bit
      initialization (Zak Hays)
    
    - Enable hwmon on the rockchip (Stefan Schaeckeler)
    
    - Add the thermal sensor for the H6/H5/H3/A64/A83T/R40 sun8i platform
      and their device tree bindings, followed by a fix for the ths number
      and the sparse warnings (Yangtao Li)
    
    - Code cleansup for the sun8i and hwmon support (Yangtao Li)
    
    - Silent some messages which are misleading given the changes made in
      the previous version on generic-adc (Martin Blumenstingl)
    
    - Rename exynos to Exynos (Krzysztof Kozlowski)
    
    - Add the bcm2711 thermal driver with the device tree bindings (Stefan
      Wahren)
    
    - Use usleep_range() instead of udelay() as the call is always done in
      a sleep-able context (Geert Uytterhoeven)
    
    - Do code cleanup and re-organization to set the scene for a new
      process for the brcmstb (Florian Fainelli)
    
    - Fix bindings check issues on brcm (Stefan Wahren)
    
    - Add Jasper Lake support on int340x (Nivedita Swaminathan)
    
    - Add Comet Lake support on intel pch (Gayatri Kammela)
    
    - Fix unmatched pci_release_region() on x86 (Chuhong Yuan)
    
    - Remove temperature boundaries for rcar and rcar3 (Niklas Söderlund)
    
    - Fix return value to -ENODEV when thermal_zone_of_sensor_register()
      is called with the of-node is missing (Peter Mamonov)
    
    - Code cleanup, interrupt bouncing, and better support on stm32
      (Pascal Paillet)
    
  • thermal-v5.5-rc5

    - Fix backward compatibility with old DTBs on QCOM tsens (Amit Kucheria)
    
  • thermal-5.5-rc2

    Thermal material for -rc2
    
  • v5.4-rc1

    54ecb8f7 · Linux 5.4-rc1 ·
    Linux 5.4-rc1
    
  • v5.3

    4d856f72 · Linux 5.3 ·
    Linux 5.3
    
  • v5.3-rc8

    f74c2bb9 · Linux 5.3-rc8 ·
    Linux 5.3-rc8
    
  • v5.3-rc7

    089cf7f6 · Linux 5.3-rc7 ·
    Linux 5.3-rc7
    
  • v5.3-rc6

    a55aa89a · Linux 5.3-rc6 ·
    Linux 5.3-rc6
    
  • v5.3-rc5

    d1abaeb3 · Linux 5.3-rc5 ·
    Linux 5.3-rc5
    
  • v5.3-rc4

    d45331b0 · Linux 5.3-rc4 ·
    Linux 5.3-rc4
    
  • v5.3-rc3

    e21a712a · Linux 5.3-rc3 ·
    Linux 5.3-rc3
    
  • v5.3-rc2

    609488bc · Linux 5.3-rc2 ·
    Linux 5.3-rc2
    
  • v5.3-rc1

    5f9e832c · Linus 5.3-rc1 ·
    Linus 5.3-rc1
    
  • v5.2

    0ecfebd2 · Linux 5.2 ·
    Linux 5.2
    
  • v5.2-rc7

    6fbc7275 · Linux 5.2-rc7 ·
    Linux 5.2-rc7
    
  • v5.2-rc6

    4b972a01 · Linux 5.2-rc6 ·
    Linux 5.2-rc6