summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/samsung
AgeCommit message (Expand)AuthorLines
2015-03-02thermal: exynos: Fix wrong control of power down detection mode for Exynos7Chanwoo Choi-1/+2
2015-02-24thermal: exynos: Clean-up code to use oneline entry for exynos compatible tableChanwoo Choi-28/+10
2015-02-20thermal: exynos: fix: Check if data->tmu_read callback is present before readLukasz Majewski-1/+1
2015-01-31thermal: exynos: Add TMU support for Exynos7 SoCAbhilash Kesavan-8/+198
2015-01-28thermal: exynos: Correct sanity check at exynos_report_trigger() functionLukasz Majewski-2/+2
2015-01-27thermal: Kconfig: Remove config for not used EXYNOS_THERMAL_CORELukasz Majewski-9/+0
2015-01-26thermal: exynos: Remove exynos_tmu_data.c fileLukasz Majewski-228/+0
2015-01-24thermal: exynos: Remove exynos_thermal_common.[c|h] filesLukasz Majewski-551/+0
2015-01-24thermal: samsung: core: Exynos TMU rework to use device tree for configurationLukasz Majewski-182/+220
2015-01-24thermal: exynos: Modify exynos thermal code to use device tree for cpu coolin...Lukasz Majewski-103/+73
2015-01-24thermal: exynos: Provide thermal_exynos.h file to be included in device tree ...Lukasz Majewski-9/+3
2015-01-24thermal: exynos: cosmetic: Correct comment formatLukasz Majewski-1/+1
2014-12-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui-8/+11
2014-12-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds-729/+485
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-12-10drivers: thermal: Remove ARCH_HAS_BANDGAP dependency for samsungAbhilash Kesavan-1/+1
2014-12-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui-729/+485
2014-12-08thermal: exynos: pass cpu_present_mask to cpufreq_cooling_register()Viresh Kumar-3/+1
2014-12-08thermal: cpu_cooling: check for the readiness of cpufreq layerEduardo Valentin-4/+9
2014-11-21thermal: Exynos: Deletion of unnecessary checks before two function callsMarkus Elfring-6/+3
2014-11-20thermal: exynos: remove exynos_tmu_data.h includeBartlomiej Zolnierkiewicz-117/+89
2014-11-20thermal: exynos: remove __EXYNOS5420_TMU_DATA macroBartlomiej Zolnierkiewicz-38/+2
2014-11-20thermal: exynos: remove SoC type ifdefsBartlomiej Zolnierkiewicz-67/+8
2014-11-20thermal: exynos: remove test_mux pdata fieldBartlomiej Zolnierkiewicz-6/+3
2014-11-20thermal: exynos: remove TMU_SUPPORT_MULTI_INST flagBartlomiej Zolnierkiewicz-15/+1
2014-11-20thermal: exynos: remove TMU_SUPPORT_ADDRESS_MULTIPLE flagBartlomiej Zolnierkiewicz-42/+38
2014-11-20thermal: exynos: remove TMU_SUPPORT_EMULATION flagBartlomiej Zolnierkiewicz-17/+9
2014-11-20thermal: exynos: remove TMU_SUPPORT_EMUL_TIME flagBartlomiej Zolnierkiewicz-13/+7
2014-11-20thermal: exynos: remove TMU_SUPPORT_FALLING_TRIP flagBartlomiej Zolnierkiewicz-21/+12
2014-11-20thermal: exynos: add ->tmu_clear_irqs methodBartlomiej Zolnierkiewicz-71/+43
2014-11-20thermal: exynos: add ->tmu_set_emulation methodBartlomiej Zolnierkiewicz-14/+34
2014-11-20thermal: exynos: add get_emul_con_reg() helperBartlomiej Zolnierkiewicz-15/+23
2014-11-20thermal: exynos: add ->tmu_read methodBartlomiej Zolnierkiewicz-25/+28
2014-11-20thermal: exynos: add ->tmu_control methodBartlomiej Zolnierkiewicz-87/+60
2014-11-20thermal: exynos: add get_con_reg() helperBartlomiej Zolnierkiewicz-9/+16
2014-11-20thermal: exynos: add ->tmu_initialize methodBartlomiej Zolnierkiewicz-133/+159
2014-11-20thermal: exynos: add get_th_reg() helperBartlomiej Zolnierkiewicz-14/+23
2014-11-20thermal: exynos: add sanitize_temp_error() helperBartlomiej Zolnierkiewicz-13/+20
2014-11-20thermal: exynos: remove TMU_SUPPORT_TRIM_RELOAD flagBartlomiej Zolnierkiewicz-12/+13
2014-11-20thermal: exynos: remove TMU_SUPPORT_READY_STATUS flagBartlomiej Zolnierkiewicz-15/+8
2014-11-20thermal: exynos: replace threshold_falling check by Exynos SoC type oneBartlomiej Zolnierkiewicz-1/+1
2014-11-20thermal: exynos: simplify HW_TRIP level settingBartlomiej Zolnierkiewicz-13/+5
2014-11-20thermal: exynos: replace tmu_pmin check by Exynos5440 oneBartlomiej Zolnierkiewicz-6/+2
2014-11-20thermal: exynos: replace tmu_irqstatus check by Exynos5440 oneBartlomiej Zolnierkiewicz-7/+2
2014-11-20thermal: exynos: remove needless emul_time_shift abstractionBartlomiej Zolnierkiewicz-8/+2
2014-11-20thermal: exynos: remove needless emul_temp_shift abstractionBartlomiej Zolnierkiewicz-9/+2
2014-11-20thermal: exynos: remove needless therm_trip_en_shift abstractionBartlomiej Zolnierkiewicz-8/+1
2014-11-20thermal: exynos: remove needless therm_trip_[mode,mask]_shift abstractionsBartlomiej Zolnierkiewicz-17/+2
2014-11-20thermal: exynos: remove needless test_mux_addr_shift abstractionBartlomiej Zolnierkiewicz-5/+1
2014-11-20thermal: exynos: remove needless triminfo_ctrl abstractionBartlomiej Zolnierkiewicz-24/+7