index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thermal
/
samsung
Age
Commit message (
Expand
)
Author
Lines
2015-03-02
thermal: exynos: Fix wrong control of power down detection mode for Exynos7
Chanwoo Choi
-1
/
+2
2015-02-24
thermal: exynos: Clean-up code to use oneline entry for exynos compatible table
Chanwoo Choi
-28
/
+10
2015-02-20
thermal: exynos: fix: Check if data->tmu_read callback is present before read
Lukasz Majewski
-1
/
+1
2015-01-31
thermal: exynos: Add TMU support for Exynos7 SoC
Abhilash Kesavan
-8
/
+198
2015-01-28
thermal: exynos: Correct sanity check at exynos_report_trigger() function
Lukasz Majewski
-2
/
+2
2015-01-27
thermal: Kconfig: Remove config for not used EXYNOS_THERMAL_CORE
Lukasz Majewski
-9
/
+0
2015-01-26
thermal: exynos: Remove exynos_tmu_data.c file
Lukasz Majewski
-228
/
+0
2015-01-24
thermal: exynos: Remove exynos_thermal_common.[c|h] files
Lukasz Majewski
-551
/
+0
2015-01-24
thermal: samsung: core: Exynos TMU rework to use device tree for configuration
Lukasz Majewski
-182
/
+220
2015-01-24
thermal: exynos: Modify exynos thermal code to use device tree for cpu coolin...
Lukasz Majewski
-103
/
+73
2015-01-24
thermal: exynos: Provide thermal_exynos.h file to be included in device tree ...
Lukasz Majewski
-9
/
+3
2015-01-24
thermal: exynos: cosmetic: Correct comment format
Lukasz Majewski
-1
/
+1
2014-12-21
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...
Zhang Rui
-8
/
+11
2014-12-17
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
-729
/
+485
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+0
2014-12-10
drivers: thermal: Remove ARCH_HAS_BANDGAP dependency for samsung
Abhilash Kesavan
-1
/
+1
2014-12-09
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...
Zhang Rui
-729
/
+485
2014-12-08
thermal: exynos: pass cpu_present_mask to cpufreq_cooling_register()
Viresh Kumar
-3
/
+1
2014-12-08
thermal: cpu_cooling: check for the readiness of cpufreq layer
Eduardo Valentin
-4
/
+9
2014-11-21
thermal: Exynos: Deletion of unnecessary checks before two function calls
Markus Elfring
-6
/
+3
2014-11-20
thermal: exynos: remove exynos_tmu_data.h include
Bartlomiej Zolnierkiewicz
-117
/
+89
2014-11-20
thermal: exynos: remove __EXYNOS5420_TMU_DATA macro
Bartlomiej Zolnierkiewicz
-38
/
+2
2014-11-20
thermal: exynos: remove SoC type ifdefs
Bartlomiej Zolnierkiewicz
-67
/
+8
2014-11-20
thermal: exynos: remove test_mux pdata field
Bartlomiej Zolnierkiewicz
-6
/
+3
2014-11-20
thermal: exynos: remove TMU_SUPPORT_MULTI_INST flag
Bartlomiej Zolnierkiewicz
-15
/
+1
2014-11-20
thermal: exynos: remove TMU_SUPPORT_ADDRESS_MULTIPLE flag
Bartlomiej Zolnierkiewicz
-42
/
+38
2014-11-20
thermal: exynos: remove TMU_SUPPORT_EMULATION flag
Bartlomiej Zolnierkiewicz
-17
/
+9
2014-11-20
thermal: exynos: remove TMU_SUPPORT_EMUL_TIME flag
Bartlomiej Zolnierkiewicz
-13
/
+7
2014-11-20
thermal: exynos: remove TMU_SUPPORT_FALLING_TRIP flag
Bartlomiej Zolnierkiewicz
-21
/
+12
2014-11-20
thermal: exynos: add ->tmu_clear_irqs method
Bartlomiej Zolnierkiewicz
-71
/
+43
2014-11-20
thermal: exynos: add ->tmu_set_emulation method
Bartlomiej Zolnierkiewicz
-14
/
+34
2014-11-20
thermal: exynos: add get_emul_con_reg() helper
Bartlomiej Zolnierkiewicz
-15
/
+23
2014-11-20
thermal: exynos: add ->tmu_read method
Bartlomiej Zolnierkiewicz
-25
/
+28
2014-11-20
thermal: exynos: add ->tmu_control method
Bartlomiej Zolnierkiewicz
-87
/
+60
2014-11-20
thermal: exynos: add get_con_reg() helper
Bartlomiej Zolnierkiewicz
-9
/
+16
2014-11-20
thermal: exynos: add ->tmu_initialize method
Bartlomiej Zolnierkiewicz
-133
/
+159
2014-11-20
thermal: exynos: add get_th_reg() helper
Bartlomiej Zolnierkiewicz
-14
/
+23
2014-11-20
thermal: exynos: add sanitize_temp_error() helper
Bartlomiej Zolnierkiewicz
-13
/
+20
2014-11-20
thermal: exynos: remove TMU_SUPPORT_TRIM_RELOAD flag
Bartlomiej Zolnierkiewicz
-12
/
+13
2014-11-20
thermal: exynos: remove TMU_SUPPORT_READY_STATUS flag
Bartlomiej Zolnierkiewicz
-15
/
+8
2014-11-20
thermal: exynos: replace threshold_falling check by Exynos SoC type one
Bartlomiej Zolnierkiewicz
-1
/
+1
2014-11-20
thermal: exynos: simplify HW_TRIP level setting
Bartlomiej Zolnierkiewicz
-13
/
+5
2014-11-20
thermal: exynos: replace tmu_pmin check by Exynos5440 one
Bartlomiej Zolnierkiewicz
-6
/
+2
2014-11-20
thermal: exynos: replace tmu_irqstatus check by Exynos5440 one
Bartlomiej Zolnierkiewicz
-7
/
+2
2014-11-20
thermal: exynos: remove needless emul_time_shift abstraction
Bartlomiej Zolnierkiewicz
-8
/
+2
2014-11-20
thermal: exynos: remove needless emul_temp_shift abstraction
Bartlomiej Zolnierkiewicz
-9
/
+2
2014-11-20
thermal: exynos: remove needless therm_trip_en_shift abstraction
Bartlomiej Zolnierkiewicz
-8
/
+1
2014-11-20
thermal: exynos: remove needless therm_trip_[mode,mask]_shift abstractions
Bartlomiej Zolnierkiewicz
-17
/
+2
2014-11-20
thermal: exynos: remove needless test_mux_addr_shift abstraction
Bartlomiej Zolnierkiewicz
-5
/
+1
2014-11-20
thermal: exynos: remove needless triminfo_ctrl abstraction
Bartlomiej Zolnierkiewicz
-24
/
+7
[next]