aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/samsung (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-21thermal: Exynos: Deletion of unnecessary checks before two function callsMarkus Elfring1-6/+3
2014-11-07thermal: exynos: use correct offset for TMU_CONTROL register on Exynos5260Bartlomiej Zolnierkiewicz2-2/+0
2014-11-02thermal: exynos: fix IRQ clearing on TMU initializationBartlomiej Zolnierkiewicz4-52/+21
2014-11-02thermal: exynos: Add support for TRIM_RELOAD feature at Exynos3250Chanwoo Choi2-4/+12
2014-11-02thermal: exynos: Add support for many TRIMINFO_CTRL registersChanwoo Choi5-6/+22
2014-11-02thermal: samsung: Exynos5260 and Exynos5420 should not use TRIM_RELOAD flagBartlomiej Zolnierkiewicz1-9/+7
2014-11-02thermal: exynos: remove identical values from exynos*_tmu_registers structuresBartlomiej Zolnierkiewicz3-65/+8
2014-11-02thermal: exynos: remove redundant pdata checks from exynos_tmu_control()Bartlomiej Zolnierkiewicz2-10/+6
2014-11-02thermal: exynos: cache non_hw_trigger_levels in pdataBartlomiej Zolnierkiewicz3-13/+11
2014-11-02thermal: exynos: simplify temp_to_code() and code_to_temp()Bartlomiej Zolnierkiewicz1-17/+11
2014-11-02thermal: exynos: remove redundant threshold_code checks from exynos_tmu_initialize()Bartlomiej Zolnierkiewicz1-15/+1
2014-11-02thermal: exynos: remove redundant pdata checks from exynos_tmu_initialize()Bartlomiej Zolnierkiewicz2-14/+0
2014-11-02thermal: exynos: remove dead code for HW_MODE calibrationBartlomiej Zolnierkiewicz4-50/+1
2014-11-02thermal: exynos: remove unused struct exynos_tmu_registers entriesBartlomiej Zolnierkiewicz3-73/+1
2014-07-15thermal: samsung: Add TMU support for Exynos3250 SoCChanwoo Choi4-2/+104
2014-07-15thermal: exynos: fix ordering in exynos_tmu_remove()Bartlomiej Zolnierkiewicz1-2/+2
2014-05-15Merge branches 'armada-375-380-soc-support', 'eduardo-thermal-soc-fixes', 'intel-soc-dts-thermal' and 'thermal-soc-fixes' of .git into nextZhang Rui4-40/+311
2014-05-15thermal: exynos: remove unnecessary OOM messagesJingoo Han1-4/+1
2014-05-15thermal: samsung: Only update available threshold limitsTushar Behera1-0/+4
2014-05-06thermal: samsung: Add TMU support for Exynos5260 SoCsNaveen Krishna Chatradhi4-0/+118
2014-05-06thermal: samsung: Add TMU support for Exynos5420 SoCsNaveen Krishna Chatradhi4-4/+156
2014-05-06thermal: samsung: change base_common to more meaningful base_secondNaveen Krishna Chatradhi3-10/+10
2014-05-06thermal: samsung: replace inten_ bit fields with intclr_Naveen Krishna Chatradhi4-22/+22
2014-01-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds2-1/+2
2014-01-17thermal: exynos: boost: Automatic enable/disable of BOOST feature (at Exynos4412)Lukasz Majewski1-6/+6
2014-01-02thermal:samsung: fix compilation warningNaveen Krishna Chatradhi1-1/+1
2014-01-02thermal: exynos: fix error return codeJulia Lawall1-0/+1
2013-10-15thermal: exynos: Provide initial setting for TMU's test MUX address at Exynos4412Lukasz Majewski4-0/+13
2013-10-15thermal: exynos: Provide separate TMU data for Exynos4412Lukasz Majewski4-12/+37
2013-10-15thermal: exynos: Remove check for thermal device pointer at exynos_report_trigger()Lukasz Majewski1-2/+0
2013-08-29thermal: exynos: Clean up non-DT remnantsSachin Kamat2-19/+13
2013-08-29thermal: exynos: Fix potential NULL pointer dereferenceSachin Kamat1-3/+3
2013-08-29thermal: exynos: Fix typos in KconfigSachin Kamat1-5/+5
2013-08-15thermal: exynos_tmu: fix wrong error check for mapped memoryNaveen Krishna Chatradhi1-1/+1
2013-08-13thermal: exynos: Support for TMU regulator defined at device treeAmit Daniel Kachhap1-0/+23
2013-08-13thermal: exynos: Add hardware mode thermal calibration supportAmit Daniel Kachhap4-1/+44
2013-08-13thermal: exynos: Fix to set the second point correction valueAmit Daniel Kachhap1-4/+9
2013-08-13thermal: exynos: Add thermal configuration data for exynos5440 TMU sensorAmit Daniel Kachhap3-0/+82
2013-08-13thermal: exynos: Add driver support for exynos5440 TMU sensorAmit Daniel Kachhap4-9/+90
2013-08-13thermal: exynos: Add support to access common register for multistanceAmit Daniel Kachhap1-0/+20
2013-08-13thermal: exynos: use device resource management infrastructureAmit Daniel Kachhap1-13/+23
2013-08-13thermal: exynos: Add TMU features to check instead of using SOC typeAmit Daniel Kachhap3-11/+52
2013-08-13thermal: exynos: Add support to handle many instances of TMUAmit Daniel Kachhap5-118/+203
2013-08-13thermal: exynos: Remove non DT based supportAmit Daniel Kachhap1-16/+1
2013-08-13thermal: exynos: Make the zone handling use trip informationAmit Daniel Kachhap3-28/+47
2013-08-13thermal: exynos: Return success even if no cooling data suppliedAmit Daniel Kachhap1-2/+2
2013-08-13thermal: exynos: Modify private_data to appropriate name driver_dataAmit Daniel Kachhap3-4/+4
2013-08-13thermal: exynos: Add support for instance based register/unregisterAmit Daniel Kachhap3-26/+49
2013-08-13thermal: exynos: Fix to clear only the generated interruptsAmit Daniel Kachhap2-6/+7
2013-08-13thermal: exynos: Support thermal trippingAmit Daniel Kachhap3-5/+44