1. c0c0470 thermal: samsung: Remove Exynos5440 clock handling left-overs by Krzysztof Kozlowski · 6 years ago
  2. 19785cf Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 7 years ago
  3. ffe6e16 thermal: exynos: Reduce severity of too early temperature read by Krzysztof Kozlowski · 7 years ago
  4. b43e3cf thermal: exynos: remove trip reporting to user-space by Bartlomiej Zolnierkiewicz · 7 years ago
  5. 2b2426a72 thermal: exynos: remove unused defines for Exynos5433 by Bartlomiej Zolnierkiewicz · 7 years ago
  6. 64e9419 thermal: exynos: cleanup code for enabling threshold interrupts by Bartlomiej Zolnierkiewicz · 7 years ago
  7. 89335c2 thermal: exynos: check return values of ->get_trip_[temp, hyst] methods by Bartlomiej Zolnierkiewicz · 7 years ago
  8. c8f8f76 thermal: exynos: move trips setting to exynos_tmu_initialize() by Bartlomiej Zolnierkiewicz · 7 years ago
  9. 0c1554a thermal: exynos: set trips in ascending order in exynos7_tmu_initialize() by Bartlomiej Zolnierkiewicz · 7 years ago
  10. ab1b7ad thermal: exynos: do not use trips structure directly in ->tmu_initialize by Bartlomiej Zolnierkiewicz · 7 years ago
  11. a503a10 thermal: exynos: add exynos*_tmu_set_[trip,hyst]() helpers by Bartlomiej Zolnierkiewicz · 7 years ago
  12. fac36ba thermal: exynos: move IRQs clearing to exynos_tmu_initialize() by Bartlomiej Zolnierkiewicz · 7 years ago
  13. 736b11d thermal: exynos: clear IRQs later in exynos4412_tmu_initialize() by Bartlomiej Zolnierkiewicz · 7 years ago
  14. c35268f thermal: exynos: make ->tmu_initialize method void by Bartlomiej Zolnierkiewicz · 7 years ago
  15. 0a79ba5 thermal: exynos: remove threshold_code checking from exynos4210_tmu_initialize() by Bartlomiej Zolnierkiewicz · 7 years ago
  16. 3c26513 thermal: exynos: fix trips limit checking in get_th_reg() by Bartlomiej Zolnierkiewicz · 7 years ago
  17. aef27b6 thermal: exynos: use sanitize_temp_error() in exynos7_tmu_initialize() by Bartlomiej Zolnierkiewicz · 7 years ago
  18. 97b3881b thermal: exynos: check STATUS register in exynos_tmu_initialize() by Bartlomiej Zolnierkiewicz · 7 years ago
  19. 8f1c404 thermal: exynos: always check for critical trip points existence by Bartlomiej Zolnierkiewicz · 7 years ago
  20. 75e0f10 thermal: exynos: always check for trips points existence by Bartlomiej Zolnierkiewicz · 7 years ago
  21. 8bfc218 thermal: exynos: fix setting rising_threshold for Exynos5433 by Bartlomiej Zolnierkiewicz · 7 years ago
  22. 8014220 thermal: samsung: Remove support for Exynos5440 by Krzysztof Kozlowski · 7 years ago
  23. 7efd18a thermal: exynos: remove separate exynos_tmu.h header file by Bartlomiej Zolnierkiewicz · 7 years ago
  24. 199b3e3 thermal: exynos: remove parsing of samsung, tmu_cal_type property by Bartlomiej Zolnierkiewicz · 7 years ago
  25. fccfe09 thermal: exynos: remove parsing of samsung,tmu_gain property by Bartlomiej Zolnierkiewicz · 7 years ago
  26. 61020d1 thermal: exynos: remove parsing of samsung, tmu_reference_voltage property by Bartlomiej Zolnierkiewicz · 7 years ago
  27. e3ed364 thermal: exynos: remove parsing of samsung, tmu[_min, _max]_efuse_value properties by Bartlomiej Zolnierkiewicz · 7 years ago
  28. 09d2942 thermal: exynos: remove parsing of samsung, tmu_noise_cancel_mode property by Bartlomiej Zolnierkiewicz · 7 years ago
  29. 718b4ca1 thermal: exynos: remove parsing of samsung, tmu_[first, second]_point_trim properties by Bartlomiej Zolnierkiewicz · 7 years ago
  30. 9c933b1 thermal: exynos: remove parsing of samsung, tmu_default_temp_offset property by Bartlomiej Zolnierkiewicz · 7 years ago
  31. 3ab9e41 thermal: exynos: remove unused "type" field from struct exynos_tmu_platform_data by Bartlomiej Zolnierkiewicz · 7 years ago
  32. fee88e2 thermal: exynos: Read soc_type from match data by Maciej Purski · 7 years ago
  33. 08d725c thermal: exynos: Propagate error value from tmu_read() by Marek Szyprowski · 7 years ago
  34. 0eb875d thermal: exynos: Reading temperature makes sense only when TMU is turned on by Marek Szyprowski · 7 years ago
  35. c8da6cd thermal: exynos: Propagate error value from tmu_read() by Marek Szyprowski · 7 years ago
  36. 88fc6f7 thermal: exynos: Reading temperature makes sense only when TMU is turned on by Marek Szyprowski · 7 years ago
  37. c3c04d9 thermal: exynos: constify thermal_zone_of_device_ops structures by Julia Lawall · 7 years ago
  38. ef9b36d thermal: exynos: Remove parsing unused samsung,tmu_cal_mode property by Krzysztof Kozlowski · 8 years ago
  39. 0e70f46 thermal: Enhance thermal_zone_device_update for events by Srinivas Pandruvada · 8 years ago
  40. ccb361d thermal: exynos: Defer probe if vtmu is present but not registered by Javier Martinez Canillas · 9 years ago
  41. 4d3583c thermal: exynos: Use devm_regulator_get_optional() for vtmu by Javier Martinez Canillas · 9 years ago
  42. 3a3a5f1 thermal: exynos: Print a message about exceeded number of supported trip-points by Krzysztof Kozlowski · 9 years ago
  43. bf82c35 thermal: Fix build error of missing devm_ioremap_resource on UM by Krzysztof Kozlowski · 9 years ago
  44. baf51c4 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 9 years ago
  45. e35dbb4 thermal: exynos: Directly return 0 instead of using local ret variable by Krzysztof Kozlowski · 9 years ago
  46. baba1eb thermal: exynos: Remove unneeded semicolon by Krzysztof Kozlowski · 9 years ago
  47. bfa2683 thermal: exynos: Use IS_ERR() because regulator cannot be NULL by Krzysztof Kozlowski · 9 years ago
  48. 9e4249b thermal: exynos: Fix first temperature read after registering sensor by Krzysztof Kozlowski · 9 years ago
  49. 824ead0 thermal: exynos: Fix unbalanced regulator disable on probe failure by Krzysztof Kozlowski · 9 years ago
  50. b28fec1 thermal: exynos: Fix register read in TMU by Sudip Mukherjee · 9 years ago
  51. 5a924a0 Merge branches 'thermal-core' and 'thermal-intel' of .git into next by Zhang Rui · 9 years ago
  52. 17e8351 thermal: consistently use int for temperatures by Sascha Hauer · 9 years ago
  53. 3c19d23 thermal: exynos: Remove unused code related to platform_data on probe() by Chanwoo Choi · 10 years ago
  54. f87e6bd thermal: exynos: Add the dependency of CONFIG_THERMAL_OF instead of CONFIG_OF by Chanwoo Choi · 10 years ago
  55. 5f09a5c thermal: exynos: Disable the regulator on probe failure by Krzysztof Kozlowski · 10 years ago
  56. 488c745 thermal: exynos: Add the support for Exynos5433 TMU by Chanwoo Choi · 10 years ago
  57. 42b696e thermal: exynos: Fix wrong control of power down detection mode for Exynos7 by Chanwoo Choi · 10 years ago
  58. b71d399 thermal: exynos: Clean-up code to use oneline entry for exynos compatible table by Chanwoo Choi · 10 years ago
  59. 4531fa1 thermal: exynos: fix: Check if data->tmu_read callback is present before read by Lukasz Majewski · 10 years ago
  60. 6c24739 thermal: exynos: Add TMU support for Exynos7 SoC by Abhilash Kesavan · 10 years ago
  61. eccb601 thermal: exynos: Correct sanity check at exynos_report_trigger() function by Lukasz Majewski · 10 years ago
  62. d3a5247 thermal: Kconfig: Remove config for not used EXYNOS_THERMAL_CORE by Lukasz Majewski · 10 years ago
  63. 1024cf8 thermal: exynos: Remove exynos_tmu_data.c file by Lukasz Majewski · 10 years ago
  64. 1fd2273 thermal: exynos: Remove exynos_thermal_common.[c|h] files by Lukasz Majewski · 10 years ago
  65. 3b6a1a8 thermal: samsung: core: Exynos TMU rework to use device tree for configuration by Lukasz Majewski · 10 years ago
  66. 1fe391b thermal: exynos: Modify exynos thermal code to use device tree for cpu cooling configuration by Lukasz Majewski · 10 years ago
  67. f5576e3 thermal: exynos: Provide thermal_exynos.h file to be included in device tree files by Lukasz Majewski · 10 years ago
  68. afae144 thermal: exynos: cosmetic: Correct comment format by Lukasz Majewski · 10 years ago
  69. 32c9edc4 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into thermal-soc by Zhang Rui · 10 years ago
  70. 2efda90 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
  71. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  72. fcbb1e0 drivers: thermal: Remove ARCH_HAS_BANDGAP dependency for samsung by Abhilash Kesavan · 10 years ago
  73. 9c1e455 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal into eduardo-soc-thermal by Zhang Rui · 10 years ago
  74. f3764e6 thermal: exynos: pass cpu_present_mask to cpufreq_cooling_register() by Viresh Kumar · 10 years ago
  75. 0f1be51 thermal: cpu_cooling: check for the readiness of cpufreq layer by Eduardo Valentin · 10 years ago
  76. d3e1956 thermal: Exynos: Deletion of unnecessary checks before two function calls by Markus Elfring · 10 years ago
  77. 2845f6ec thermal: exynos: remove exynos_tmu_data.h include by Bartlomiej Zolnierkiewicz · 10 years ago
  78. 78f3320 thermal: exynos: remove __EXYNOS5420_TMU_DATA macro by Bartlomiej Zolnierkiewicz · 10 years ago
  79. 4c4680a thermal: exynos: remove SoC type ifdefs by Bartlomiej Zolnierkiewicz · 10 years ago
  80. 7575983 thermal: exynos: remove test_mux pdata field by Bartlomiej Zolnierkiewicz · 10 years ago
  81. 17be30c thermal: exynos: remove TMU_SUPPORT_MULTI_INST flag by Bartlomiej Zolnierkiewicz · 10 years ago
  82. 56adb9e thermal: exynos: remove TMU_SUPPORT_ADDRESS_MULTIPLE flag by Bartlomiej Zolnierkiewicz · 10 years ago
  83. ef3f80f thermal: exynos: remove TMU_SUPPORT_EMULATION flag by Bartlomiej Zolnierkiewicz · 10 years ago
  84. d564b55 thermal: exynos: remove TMU_SUPPORT_EMUL_TIME flag by Bartlomiej Zolnierkiewicz · 10 years ago
  85. e076153 thermal: exynos: remove TMU_SUPPORT_FALLING_TRIP flag by Bartlomiej Zolnierkiewicz · 10 years ago
  86. a7331f7 thermal: exynos: add ->tmu_clear_irqs method by Bartlomiej Zolnierkiewicz · 10 years ago
  87. 285d994 thermal: exynos: add ->tmu_set_emulation method by Bartlomiej Zolnierkiewicz · 10 years ago
  88. 154013e thermal: exynos: add get_emul_con_reg() helper by Bartlomiej Zolnierkiewicz · 10 years ago
  89. b79985c thermal: exynos: add ->tmu_read method by Bartlomiej Zolnierkiewicz · 10 years ago
  90. 37f9034 thermal: exynos: add ->tmu_control method by Bartlomiej Zolnierkiewicz · 10 years ago
  91. d00671c thermal: exynos: add get_con_reg() helper by Bartlomiej Zolnierkiewicz · 10 years ago
  92. 72d1100 thermal: exynos: add ->tmu_initialize method by Bartlomiej Zolnierkiewicz · 10 years ago
  93. fe87789 thermal: exynos: add get_th_reg() helper by Bartlomiej Zolnierkiewicz · 10 years ago
  94. 8328a4b thermal: exynos: add sanitize_temp_error() helper by Bartlomiej Zolnierkiewicz · 10 years ago
  95. 1e04ee8 thermal: exynos: remove TMU_SUPPORT_TRIM_RELOAD flag by Bartlomiej Zolnierkiewicz · 10 years ago
  96. 6f02fa1 thermal: exynos: remove TMU_SUPPORT_READY_STATUS flag by Bartlomiej Zolnierkiewicz · 10 years ago
  97. 23f1462 thermal: exynos: replace threshold_falling check by Exynos SoC type one by Bartlomiej Zolnierkiewicz · 10 years ago
  98. 2516593 thermal: exynos: simplify HW_TRIP level setting by Bartlomiej Zolnierkiewicz · 10 years ago
  99. 0c78b4d thermal: exynos: replace tmu_pmin check by Exynos5440 one by Bartlomiej Zolnierkiewicz · 10 years ago
  100. 421d5d1 thermal: exynos: replace tmu_irqstatus check by Exynos5440 one by Bartlomiej Zolnierkiewicz · 10 years ago