1. 488c745 thermal: exynos: Add the support for Exynos5433 TMU by Chanwoo Choi · 9 years ago
  2. 42b696e thermal: exynos: Fix wrong control of power down detection mode for Exynos7 by Chanwoo Choi · 9 years ago
  3. b71d399 thermal: exynos: Clean-up code to use oneline entry for exynos compatible table by Chanwoo Choi · 9 years ago
  4. 4531fa1 thermal: exynos: fix: Check if data->tmu_read callback is present before read by Lukasz Majewski · 9 years ago
  5. 6c24739 thermal: exynos: Add TMU support for Exynos7 SoC by Abhilash Kesavan · 10 years ago
  6. eccb601 thermal: exynos: Correct sanity check at exynos_report_trigger() function by Lukasz Majewski · 10 years ago
  7. 3b6a1a8 thermal: samsung: core: Exynos TMU rework to use device tree for configuration by Lukasz Majewski · 10 years ago
  8. 1fe391b thermal: exynos: Modify exynos thermal code to use device tree for cpu cooling configuration by Lukasz Majewski · 10 years ago
  9. afae144 thermal: exynos: cosmetic: Correct comment format by Lukasz Majewski · 10 years ago
  10. 32c9edc 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
  11. 2efda90 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 10 years ago
  12. 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
  13. 0f1be51 thermal: cpu_cooling: check for the readiness of cpufreq layer by Eduardo Valentin · 10 years ago
  14. 2845f6ec thermal: exynos: remove exynos_tmu_data.h include by Bartlomiej Zolnierkiewicz · 10 years ago
  15. 4c4680a thermal: exynos: remove SoC type ifdefs by Bartlomiej Zolnierkiewicz · 10 years ago
  16. 7575983 thermal: exynos: remove test_mux pdata field by Bartlomiej Zolnierkiewicz · 10 years ago
  17. 56adb9e thermal: exynos: remove TMU_SUPPORT_ADDRESS_MULTIPLE flag by Bartlomiej Zolnierkiewicz · 10 years ago
  18. ef3f80f thermal: exynos: remove TMU_SUPPORT_EMULATION flag by Bartlomiej Zolnierkiewicz · 10 years ago
  19. d564b55 thermal: exynos: remove TMU_SUPPORT_EMUL_TIME flag by Bartlomiej Zolnierkiewicz · 10 years ago
  20. e076153 thermal: exynos: remove TMU_SUPPORT_FALLING_TRIP flag by Bartlomiej Zolnierkiewicz · 10 years ago
  21. a7331f7 thermal: exynos: add ->tmu_clear_irqs method by Bartlomiej Zolnierkiewicz · 10 years ago
  22. 285d994 thermal: exynos: add ->tmu_set_emulation method by Bartlomiej Zolnierkiewicz · 10 years ago
  23. 154013e thermal: exynos: add get_emul_con_reg() helper by Bartlomiej Zolnierkiewicz · 10 years ago
  24. b79985c thermal: exynos: add ->tmu_read method by Bartlomiej Zolnierkiewicz · 10 years ago
  25. 37f9034 thermal: exynos: add ->tmu_control method by Bartlomiej Zolnierkiewicz · 10 years ago
  26. d00671c thermal: exynos: add get_con_reg() helper by Bartlomiej Zolnierkiewicz · 10 years ago
  27. 72d1100 thermal: exynos: add ->tmu_initialize method by Bartlomiej Zolnierkiewicz · 10 years ago
  28. fe87789 thermal: exynos: add get_th_reg() helper by Bartlomiej Zolnierkiewicz · 10 years ago
  29. 8328a4b thermal: exynos: add sanitize_temp_error() helper by Bartlomiej Zolnierkiewicz · 10 years ago
  30. 1e04ee8 thermal: exynos: remove TMU_SUPPORT_TRIM_RELOAD flag by Bartlomiej Zolnierkiewicz · 10 years ago
  31. 6f02fa1 thermal: exynos: remove TMU_SUPPORT_READY_STATUS flag by Bartlomiej Zolnierkiewicz · 10 years ago
  32. 23f1462 thermal: exynos: replace threshold_falling check by Exynos SoC type one by Bartlomiej Zolnierkiewicz · 10 years ago
  33. 2516593 thermal: exynos: simplify HW_TRIP level setting by Bartlomiej Zolnierkiewicz · 10 years ago
  34. 0c78b4d thermal: exynos: replace tmu_pmin check by Exynos5440 one by Bartlomiej Zolnierkiewicz · 10 years ago
  35. 421d5d1 thermal: exynos: replace tmu_irqstatus check by Exynos5440 one by Bartlomiej Zolnierkiewicz · 10 years ago
  36. 6070c2c thermal: exynos: remove needless emul_time_shift abstraction by Bartlomiej Zolnierkiewicz · 10 years ago
  37. 9e288d6 thermal: exynos: remove needless emul_temp_shift abstraction by Bartlomiej Zolnierkiewicz · 10 years ago
  38. 77a37a9 thermal: exynos: remove needless therm_trip_en_shift abstraction by Bartlomiej Zolnierkiewicz · 10 years ago
  39. b9504a6 thermal: exynos: remove needless therm_trip_[mode,mask]_shift abstractions by Bartlomiej Zolnierkiewicz · 10 years ago
  40. bfb2b88 thermal: exynos: remove needless test_mux_addr_shift abstraction by Bartlomiej Zolnierkiewicz · 10 years ago
  41. 32f9520 thermal: exynos: remove needless triminfo_ctrl abstraction by Bartlomiej Zolnierkiewicz · 10 years ago
  42. 6b1fbbd thermal: exynos: remove needless threshold_temp abstraction by Bartlomiej Zolnierkiewicz · 10 years ago
  43. 5d02206 thermal: exynos: remove needless tmu_status abstraction by Bartlomiej Zolnierkiewicz · 10 years ago
  44. 7710941 thermal: exynos: remove needless triminfo_data abstraction by Bartlomiej Zolnierkiewicz · 10 years ago
  45. b835ced thermal: exynos: fix IRQ clearing on TMU initialization by Bartlomiej Zolnierkiewicz · 10 years ago
  46. 56c64da thermal: exynos: Add support for many TRIMINFO_CTRL registers by Chanwoo Choi · 10 years ago
  47. 99d67fb thermal: exynos: remove identical values from exynos*_tmu_registers structures by Bartlomiej Zolnierkiewicz · 10 years ago
  48. 9c7a87f thermal: exynos: remove redundant pdata checks from exynos_tmu_control() by Bartlomiej Zolnierkiewicz · 10 years ago
  49. ac951af thermal: exynos: cache non_hw_trigger_levels in pdata by Bartlomiej Zolnierkiewicz · 10 years ago
  50. ddb31d4 thermal: exynos: simplify temp_to_code() and code_to_temp() by Bartlomiej Zolnierkiewicz · 10 years ago
  51. 8131a24 thermal: exynos: remove redundant threshold_code checks from exynos_tmu_initialize() by Bartlomiej Zolnierkiewicz · 10 years ago
  52. 930aa10 thermal: exynos: remove redundant pdata checks from exynos_tmu_initialize() by Bartlomiej Zolnierkiewicz · 10 years ago
  53. d37761e thermal: exynos: remove dead code for HW_MODE calibration by Bartlomiej Zolnierkiewicz · 10 years ago
  54. 32d3c29 thermal: samsung: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  55. 1fe56dc thermal: samsung: Add TMU support for Exynos3250 SoC by Chanwoo Choi · 10 years ago
  56. 4215688 thermal: exynos: fix ordering in exynos_tmu_remove() by Bartlomiej Zolnierkiewicz · 10 years ago
  57. 63745aa Merge branches 'armada-375-380-soc-support', 'eduardo-thermal-soc-fixes', 'intel-soc-dts-thermal' and 'thermal-soc-fixes' of .git into next by Zhang Rui · 10 years ago
  58. 2a9675b thermal: exynos: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  59. c65d347 thermal: samsung: Only update available threshold limits by Tushar Behera · 10 years ago
  60. 923488a thermal: samsung: Add TMU support for Exynos5260 SoCs by Naveen Krishna Chatradhi · 11 years ago
  61. 14a11dc thermal: samsung: Add TMU support for Exynos5420 SoCs by Naveen Krishna Chatradhi · 11 years ago
  62. 9025d56 thermal: samsung: change base_common to more meaningful base_second by Naveen Krishna Chatradhi · 11 years ago
  63. 74429c2 thermal: samsung: replace inten_ bit fields with intclr_ by Naveen Krishna Chatradhi · 11 years ago
  64. 60acb38 thermal: exynos: fix error return code by Julia Lawall · 11 years ago
  65. 86f5362 thermal: exynos: Provide initial setting for TMU's test MUX address at Exynos4412 by Lukasz Majewski · 11 years ago
  66. 14ddfae thermal: exynos: Provide separate TMU data for Exynos4412 by Lukasz Majewski · 11 years ago
  67. 73b5b1d thermal: exynos: Clean up non-DT remnants by Sachin Kamat · 11 years ago
  68. aa1ab43 thermal: exynos_tmu: fix wrong error check for mapped memory by Naveen Krishna Chatradhi · 11 years ago
  69. 498d22f thermal: exynos: Support for TMU regulator defined at device tree by Amit Daniel Kachhap · 11 years ago
  70. 1928457 thermal: exynos: Add hardware mode thermal calibration support by Amit Daniel Kachhap · 11 years ago
  71. 5000806 thermal: exynos: Fix to set the second point correction value by Amit Daniel Kachhap · 11 years ago
  72. 9054254 thermal: exynos: Add thermal configuration data for exynos5440 TMU sensor by Amit Daniel Kachhap · 11 years ago
  73. a0395ee thermal: exynos: Add driver support for exynos5440 TMU sensor by Amit Daniel Kachhap · 11 years ago
  74. d9b6ee1 thermal: exynos: Add support to access common register for multistance by Amit Daniel Kachhap · 11 years ago
  75. f4dae75 thermal: exynos: Add TMU features to check instead of using SOC type by Amit Daniel Kachhap · 11 years ago
  76. cebe737 thermal: exynos: Add support to handle many instances of TMU by Amit Daniel Kachhap · 11 years ago
  77. 1cd1ecb thermal: exynos: Remove non DT based support by Amit Daniel Kachhap · 11 years ago
  78. 5c3cf55 thermal: exynos: Make the zone handling use trip information by Amit Daniel Kachhap · 11 years ago
  79. d58f0a6 thermal: exynos: Modify private_data to appropriate name driver_data by Amit Daniel Kachhap · 11 years ago
  80. 4de0bda thermal: exynos: Add support for instance based register/unregister by Amit Daniel Kachhap · 11 years ago
  81. a4463c4 thermal: exynos: Fix to clear only the generated interrupts by Amit Daniel Kachhap · 11 years ago
  82. 7ca04e5 thermal: exynos: Support thermal tripping by Amit Daniel Kachhap · 11 years ago
  83. b8d582b thermal: exynos: Move register definitions from driver to data file by Amit Daniel Kachhap · 11 years ago
  84. bb34b4c thermal: exynos: Add extra entries in the tmu platform data by Amit Daniel Kachhap · 11 years ago
  85. d0a0ce3 thermal: exynos: Add missing definations and code cleanup by Amit Daniel Kachhap · 11 years ago
  86. e6b7991 thermal: exynos: Bifurcate exynos tmu driver and configuration data by Amit Daniel Kachhap · 11 years ago
  87. 0c1836a thermal: exynos: Move exynos_thermal.h from include/* to driver/* folder by Amit Daniel Kachhap · 11 years ago
  88. 59dfa54 thermal: exynos: Rename exynos_thermal.c to exynos_tmu.c by Amit Daniel Kachhap · 11 years ago[Renamed (99%) from drivers/thermal/samsung/exynos_thermal.c]
  89. 1b67864 thermal: exynos: Bifurcate exynos thermal common and tmu controller code by Amit Daniel Kachhap · 11 years ago
  90. c682137 thermal: exynos: Moving exynos thermal files into samsung directory by Amit Daniel Kachhap · 11 years ago[Renamed from drivers/thermal/exynos_thermal.c]
  91. 8cbd0ee Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 11 years ago
  92. 08a763a thermal: exynos: Support both EXYNOS4X12 SoCs by Tomasz Figa · 11 years ago
  93. e7cd788 Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git into next by Zhang Rui · 11 years ago
  94. c28f692 drivers/thermal: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  95. b948cc6 drivers/thermal: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  96. a2071b0 Thermal: exynos: Remove redundant platform_set_drvdata() by Sachin Kamat · 11 years ago
  97. a502be1 Merge branch 'exynos-fix' of .git into next by Zhang Rui · 11 years ago
  98. b6cee53 Thermal: exynos: Add compatible string for exynos4412 by Sachin Kamat · 11 years ago
  99. 2a16279 Thermal: exynos: Add clk_{un}prepare APIs by Sachin Kamat · 11 years ago
  100. 841d481b Thermal: exynos: remove unnecessary header inclusions by Arnd Bergmann · 11 years ago