summaryrefslogtreecommitdiff
path: root/drivers/thermal/samsung/exynos_tmu.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-31thermal: exynos: Add TMU support for Exynos7 SoCAbhilash Kesavan1-8/+197
2015-01-28thermal: exynos: Correct sanity check at exynos_report_trigger() functionLukasz Majewski1-2/+2
2015-01-25thermal: samsung: core: Exynos TMU rework to use device tree for configurationLukasz Majewski1-120/+219
2015-01-25thermal: exynos: Modify exynos thermal code to use device tree for cpu coolin...Lukasz Majewski1-7/+0
2015-01-25thermal: exynos: cosmetic: Correct comment formatLukasz Majewski1-1/+1
2014-12-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui1-1/+4
2014-12-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds1-224/+468
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-12-08thermal: cpu_cooling: check for the readiness of cpufreq layerEduardo Valentin1-1/+4
2014-11-20thermal: exynos: remove exynos_tmu_data.h includeBartlomiej Zolnierkiewicz1-1/+81
2014-11-20thermal: exynos: remove SoC type ifdefsBartlomiej Zolnierkiewicz1-8/+8
2014-11-20thermal: exynos: remove test_mux pdata fieldBartlomiej Zolnierkiewicz1-2/+3
2014-11-20thermal: exynos: remove TMU_SUPPORT_ADDRESS_MULTIPLE flagBartlomiej Zolnierkiewicz1-36/+36
2014-11-20thermal: exynos: remove TMU_SUPPORT_EMULATION flagBartlomiej Zolnierkiewicz1-1/+1
2014-11-20thermal: exynos: remove TMU_SUPPORT_EMUL_TIME flagBartlomiej Zolnierkiewicz1-3/+1
2014-11-20thermal: exynos: remove TMU_SUPPORT_FALLING_TRIP flagBartlomiej Zolnierkiewicz1-4/+2
2014-11-20thermal: exynos: add ->tmu_clear_irqs methodBartlomiej Zolnierkiewicz1-21/+43
2014-11-20thermal: exynos: add ->tmu_set_emulation methodBartlomiej Zolnierkiewicz1-7/+34
2014-11-20thermal: exynos: add get_emul_con_reg() helperBartlomiej Zolnierkiewicz1-15/+23
2014-11-20thermal: exynos: add ->tmu_read methodBartlomiej Zolnierkiewicz1-17/+28
2014-11-20thermal: exynos: add ->tmu_control methodBartlomiej Zolnierkiewicz1-23/+58
2014-11-20thermal: exynos: add get_con_reg() helperBartlomiej Zolnierkiewicz1-9/+16
2014-11-20thermal: exynos: add ->tmu_initialize methodBartlomiej Zolnierkiewicz1-117/+159
2014-11-20thermal: exynos: add get_th_reg() helperBartlomiej Zolnierkiewicz1-14/+23
2014-11-20thermal: exynos: add sanitize_temp_error() helperBartlomiej Zolnierkiewicz1-13/+20
2014-11-20thermal: exynos: remove TMU_SUPPORT_TRIM_RELOAD flagBartlomiej Zolnierkiewicz1-1/+4
2014-11-20thermal: exynos: remove TMU_SUPPORT_READY_STATUS flagBartlomiej Zolnierkiewicz1-1/+1
2014-11-20thermal: exynos: replace threshold_falling check by Exynos SoC type oneBartlomiej Zolnierkiewicz1-1/+1
2014-11-20thermal: exynos: simplify HW_TRIP level settingBartlomiej Zolnierkiewicz1-5/+5
2014-11-20thermal: exynos: replace tmu_pmin check by Exynos5440 oneBartlomiej Zolnierkiewicz1-2/+2
2014-11-20thermal: exynos: replace tmu_irqstatus check by Exynos5440 oneBartlomiej Zolnierkiewicz1-4/+2
2014-11-20thermal: exynos: remove needless emul_time_shift abstractionBartlomiej Zolnierkiewicz1-2/+2
2014-11-20thermal: exynos: remove needless emul_temp_shift abstractionBartlomiej Zolnierkiewicz1-2/+2
2014-11-20thermal: exynos: remove needless therm_trip_en_shift abstractionBartlomiej Zolnierkiewicz1-1/+1
2014-11-20thermal: exynos: remove needless therm_trip_[mode,mask]_shift abstractionsBartlomiej Zolnierkiewicz1-3/+2
2014-11-20thermal: exynos: remove needless test_mux_addr_shift abstractionBartlomiej Zolnierkiewicz1-1/+1
2014-11-20thermal: exynos: remove needless triminfo_ctrl abstractionBartlomiej Zolnierkiewicz1-8/+7
2014-11-20thermal: exynos: remove needless threshold_temp abstractionBartlomiej Zolnierkiewicz1-1/+1
2014-11-20thermal: exynos: remove needless tmu_status abstractionBartlomiej Zolnierkiewicz1-1/+1
2014-11-20thermal: exynos: remove needless triminfo_data abstractionBartlomiej Zolnierkiewicz1-5/+5
2014-11-03thermal: exynos: fix IRQ clearing on TMU initializationBartlomiej Zolnierkiewicz1-8/+21
2014-11-03thermal: exynos: Add support for many TRIMINFO_CTRL registersChanwoo Choi1-3/+12
2014-11-03thermal: exynos: remove identical values from exynos*_tmu_registers structuresBartlomiej Zolnierkiewicz1-8/+8
2014-11-03thermal: exynos: remove redundant pdata checks from exynos_tmu_control()Bartlomiej Zolnierkiewicz1-8/+4
2014-11-03thermal: exynos: cache non_hw_trigger_levels in pdataBartlomiej Zolnierkiewicz1-13/+3
2014-11-03thermal: exynos: simplify temp_to_code() and code_to_temp()Bartlomiej Zolnierkiewicz1-17/+11
2014-11-03thermal: exynos: remove redundant threshold_code checks from exynos_tmu_initi...Bartlomiej Zolnierkiewicz1-15/+1
2014-11-03thermal: exynos: remove redundant pdata checks from exynos_tmu_initialize()Bartlomiej Zolnierkiewicz1-13/+0
2014-11-03thermal: exynos: remove dead code for HW_MODE calibrationBartlomiej Zolnierkiewicz1-32/+1
2014-10-20thermal: samsung: drop owner assignment from platform_driversWolfram Sang1-1/+0