1. b32b5e1 Merge branches 'thermal-core', 'thermal-soc', 'thermal-intel' and 'const-thermal-zone-structure' into next by Zhang Rui · 7 years ago
  2. 7a34879 Merge branches 'mediatek-mt2712', 'rockchip-rk3328' and 'uniphier-thermal' into thermal-soc by Zhang Rui · 7 years ago
  3. 9ef08d7 Thermal: int3406_thermal: fix thermal sysfs I/F by Zhang Rui · 7 years ago
  4. 6760f3f thermal: mediatek: minor mtk_thermal.c cleanups by Louis Yu · 7 years ago
  5. 0a06899 thermal: mediatek: extend calibration data for mt2712 chip by Louis Yu · 7 years ago
  6. 6cf7f00 thermal: mediatek: add Mediatek thermal driver for mt2712 by Louis Yu · 7 years ago
  7. 595536e thermal: intel_pch_thermal: Fix enable check on Broadwell-DE by Ed Swierk · 7 years ago
  8. eda519d thermal: rockchip: Support the RK3328 SOC in thermal driver by Rocky Hao · 7 years ago
  9. 28e6c99 thermal: bcm2835: constify thermal_zone_of_device_ops structures by Julia Lawall · 7 years ago
  10. c3c04d9 thermal: exynos: constify thermal_zone_of_device_ops structures by Julia Lawall · 7 years ago
  11. e85c995 thermal: zx2967: constify thermal_zone_of_device_ops structures by Julia Lawall · 7 years ago
  12. a0def10 thermal: rcar_gen3_thermal: constify thermal_zone_of_device_ops structures by Julia Lawall · 7 years ago
  13. c30d5d5 thermal: qoriq: constify thermal_zone_of_device_ops structures by Julia Lawall · 7 years ago
  14. 3fe156f thermal: hisilicon: constify thermal_zone_of_device_ops structures by Julia Lawall · 7 years ago
  15. 9d9ca1f thermal: core: Fix resources release in error paths in thermal_zone_device_register() by Christophe Jaillet · 7 years ago
  16. 6a6cd25 thermal: core: Use the new 'thermal_zone_destroy_device_groups()' helper function by Christophe Jaillet · 7 years ago
  17. 32fa5ba thermal: core: Add some new helper functions to free resources by Christophe Jaillet · 7 years ago
  18. 38e44da thermal: int3400_thermal: process "thermal table changed" event by Brian Bian · 7 years ago
  19. 86da439 thermal: uniphier: add UniPhier thermal driver by Kunihiko Hayashi · 7 years ago
  20. 1820142f Thermal/int340x: Fix few typos and kernel warn message by Sumeet Pawnikar · 7 years ago
  21. 9b877de thermal: intel_pch_thermal: constify pci_device_id. by Arvind Yadav · 7 years ago
  22. 039f6cf thermal: core: fix some format issues on critical shutdown string by Icenowy Zheng · 7 years ago
  23. 68fd77c thermal: fix INTEL_SOC_DTS_IOSF_CORE dependencies by Arnd Bergmann · 7 years ago
  24. 23c973f thermal: intel_pch_thermal: Read large temp values correctly by Ed Swierk · 7 years ago
  25. a742fc1 thermal: int340x_thermal: Constify attribute_group structures. by Arvind Yadav · 7 years ago
  26. 9fc2230 thermal: int340x: constify attribute_group structures. by Arvind Yadav · 7 years ago
  27. 4d25ec1 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 7 years ago
  28. 6972b00 Merge (most of) tag 'mfd-next-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 7 years ago
  29. 5d72ed3 Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into next by Zhang Rui · 7 years ago
  30. 467aebe Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-soc by Zhang Rui · 7 years ago
  31. 362f672 Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  32. 1fe3854 thermal: bcm2835: fix an error code in probe() by Dan Carpenter · 8 years ago
  33. 919054f thermal: hisilicon: Handle return value of clk_prepare_enable by Arvind Yadav · 8 years ago
  34. e3bdc8d thermal: imx: Handle return value of clk_prepare_enable by Arvind Yadav · 8 years ago
  35. 4ca0e75 thermal: int340x: check for sensor when PTYP is missing by Srinivas Pandruvada · 8 years ago
  36. 8632603 Thermal/int340x: Fix few typos and kernel-doc style by Sumeet Pawnikar · 8 years ago
  37. 0d76d6e1 thermal: fix source code documentation for parameters by Willy WOLFF · 8 years ago
  38. c494963 mfd: intel_soc_pmic_bxtwc: Remove thermal second level IRQs by Kuppuswamy Sathyanarayanan · 8 years ago
  39. ce046e5 thermal: max77620: fix pinmux conflict on reprobe by Johan Hovold · 8 years ago
  40. c592faf thermal: max77620: fix device-node reference imbalance by Johan Hovold · 8 years ago
  41. 87085ff thermal: int340x_thermal: fix compile after the UUID API switch by Christoph Hellwig · 8 years ago
  42. f4c19ac thermal: int340x_thermal: Switch to use new generic UUID API by Andy Shevchenko · 8 years ago
  43. f19b1a1 thermal: cpu_cooling: Replace kmalloc with kmalloc_array by Viresh Kumar · 8 years ago
  44. d72b401 thermal: cpu_cooling: Rearrange struct cpufreq_cooling_device by Viresh Kumar · 8 years ago
  45. cb1b631 thermal: cpu_cooling: 'freq' can't be zero in cpufreq_state2power() by Viresh Kumar · 8 years ago
  46. 53ca1ec thermal: cpu_cooling: don't store cpu_dev in cpufreq_cdev by Viresh Kumar · 8 years ago
  47. da27f69 thermal: cpu_cooling: get_level() can't fail by Viresh Kumar · 8 years ago
  48. 81ee14d thermal: cpu_cooling: create structure for idle time stats by Viresh Kumar · 8 years ago
  49. 349d39d thermal: cpu_cooling: merge frequency and power tables by Viresh Kumar · 8 years ago
  50. ba76dd9 thermal: cpu_cooling: get rid of 'allowed_cpus' by Viresh Kumar · 8 years ago
  51. 02bacb2 thermal: cpu_cooling: OPPs are registered for all CPUs by Viresh Kumar · 8 years ago
  52. b12b651 thermal: cpu_cooling: store cpufreq policy by Viresh Kumar · 8 years ago
  53. 55d8529 cpufreq: create cpufreq_table_count_valid_entries() by Viresh Kumar · 8 years ago
  54. 4d753aa thermal: cpu_cooling: use cpufreq_policy to register cooling device by Viresh Kumar · 8 years ago
  55. 18f301c thermal: cpu_cooling: get rid of a variable in cpufreq_set_cur_state() by Viresh Kumar · 8 years ago
  56. 3e08b2d thermal: cpu_cooling: remove cpufreq_cooling_get_level() by Viresh Kumar · 8 years ago
  57. 04bdbdf thermal: cpu_cooling: replace cool_dev with cdev by Viresh Kumar · 8 years ago
  58. 1dea432 thermal: cpu_cooling: Name cpufreq cooling devices as cpufreq_cdev by Viresh Kumar · 8 years ago
  59. fb8ea30 thermal: cpu_cooling: rearrange globals by Viresh Kumar · 8 years ago
  60. 289d72a thermal: cpu_cooling: Avoid accessing potentially freed structures by Viresh Kumar · 8 years ago
  61. a54c518 thermal: broadcom: ns-thermal: default on iProc SoCs by Jon Mason · 8 years ago
  62. 8b8656d6 ti-soc-thermal: Fix a typo in a comment line by Markus Elfring · 8 years ago
  63. 57e5211 ti-soc-thermal: Delete error messages for failed memory allocations in ti_bandgap_build() by Markus Elfring · 8 years ago
  64. 748c23d ti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build() by Markus Elfring · 8 years ago
  65. c4b379d thermal: core: make thermal_emergency_poweroff static by Colin Ian King · 8 years ago
  66. 0e77488 thermal: qoriq: remove useless call for of_thermal_get_trip_points() by Masahiro Yamada · 8 years ago
  67. 6a776e4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 8 years ago
  68. cb15c81 Merge branch 'thermal-soc' into next by Zhang Rui · 8 years ago
  69. e4cb5bb Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-soc by Zhang Rui · 8 years ago
  70. bb4d5e3 Merge branch 'backup-thermal-shutdown' into next by Zhang Rui · 8 years ago
  71. a6128f4 Merge branches 'thermal-core' and 'thermal-intel' into next by Zhang Rui · 8 years ago
  72. ef1d87e thermal: core: Add a back up thermal shutdown mechanism by Keerthy · 8 years ago
  73. e441fd6 thermal: core: Allow orderly_poweroff to be called only once by Keerthy · 8 years ago
  74. 68b2440 Thermal: Intel SoC DTS: Change interrupt request behavior by Brian Bian · 8 years ago
  75. 771ffa1 trace: thermal: add another parameter 'power' to the tracing function by Lukasz Luba · 8 years ago
  76. 2be83da thermal: devfreq_cooling: add new interface for direct power read by Lukasz Luba · 8 years ago
  77. e34cab4 thermal: devfreq_cooling: refactor code and add get_voltage function by Lukasz Luba · 8 years ago
  78. d26f552 Merge tag 'mfd-next-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 8 years ago
  79. b5238b4 mfd: intel_soc_pmic: Fix a mess with compilation units by Andy Shevchenko · 8 years ago
  80. 05d7839 thermal: mt8173: minor mtk_thermal.c cleanups by Dawei Chien · 8 years ago
  81. 6892cf0 thermal: bcm2835: move to the broadcom subdirectory by Rafał Miłecki · 8 years ago
  82. cb9b323 thermal: broadcom: ns: specify myself as MODULE_AUTHOR by Rafał Miłecki · 8 years ago
  83. c97ad0f Merge back cpufreq core changes for v4.12. by Rafael J. Wysocki · 8 years ago
  84. 608567a thermal: da9062/61: Thermal junction temperature monitoring driver by Steve Twiss · 8 years ago
  85. a94cb7e thermal: broadcom: add Northstar thermal driver by Rafał Miłecki · 8 years ago
  86. bcb7dd9 thermal: bcm2835: add thermal driver for bcm2835 SoC by Stefan Wahren · 8 years ago
  87. 75f78d6 thermal: rcar_gen3_thermal: add suspend and resume support by Niklas Söderlund · 8 years ago
  88. cc4d072 thermal: rcar_gen3_thermal: store device match data in private structure by Niklas Söderlund · 8 years ago
  89. 7d4b269 thermal: rcar_gen3_thermal: enable hardware interrupts for trip points by Niklas Söderlund · 8 years ago
  90. 97dad1f thermal: rcar_gen3_thermal: record and check number of TSCs found by Niklas Söderlund · 8 years ago
  91. d51546c thermal: rcar_gen3_thermal: check that TSC exists before memory allocation by Niklas Söderlund · 8 years ago
  92. 100cfbc thermal: rcar_gen3_thermal: remove unneeded mutex by Niklas Söderlund · 8 years ago
  93. 78aefd2 thermal: rcar_gen3_thermal: add delay in .thermal_init on r8a7796 by Niklas Söderlund · 8 years ago
  94. b263b47 thermal: ti-soc-thermal: Remove redundant code by Keerthy · 8 years ago
  95. 004f772 thermal: ti-soc-thermal: Remove redundant constants by Keerthy · 8 years ago
  96. e7d22fd thermal: ti-soc-thermal: Fetch slope and offset from DT by Keerthy · 8 years ago
  97. 19678ff cpufreq: dbx500: Manage cooling device from cpufreq driver by Viresh Kumar · 8 years ago
  98. 3ea3217 thermal: cpu_cooling: Check OPP for errors by Viresh Kumar · 8 years ago
  99. 9aec908 thermal: cpu_cooling: Replace dev_warn with dev_err by Viresh Kumar · 8 years ago
  100. afd1f4e thermal: devfreq: Check OPP for errors by Viresh Kumar · 8 years ago