aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/samsung
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Gravatar Linus Torvalds 2-1/+2
2014-01-17thermal: exynos: boost: Automatic enable/disable of BOOST feature (at Exynos4...Gravatar Lukasz Majewski 1-6/+6
2014-01-02thermal:samsung: fix compilation warningGravatar Naveen Krishna Chatradhi 1-1/+1
2014-01-02thermal: exynos: fix error return codeGravatar Julia Lawall 1-0/+1
2013-10-15thermal: exynos: Provide initial setting for TMU's test MUX address at Exynos...Gravatar Lukasz Majewski 4-0/+13
2013-10-15thermal: exynos: Provide separate TMU data for Exynos4412Gravatar Lukasz Majewski 4-12/+37
2013-10-15thermal: exynos: Remove check for thermal device pointer at exynos_report_tri...Gravatar Lukasz Majewski 1-2/+0
2013-08-29thermal: exynos: Clean up non-DT remnantsGravatar Sachin Kamat 2-19/+13
2013-08-29thermal: exynos: Fix potential NULL pointer dereferenceGravatar Sachin Kamat 1-3/+3
2013-08-29thermal: exynos: Fix typos in KconfigGravatar Sachin Kamat 1-5/+5
2013-08-15thermal: exynos_tmu: fix wrong error check for mapped memoryGravatar Naveen Krishna Chatradhi 1-1/+1
2013-08-13thermal: exynos: Support for TMU regulator defined at device treeGravatar Amit Daniel Kachhap 1-0/+23
2013-08-13thermal: exynos: Add hardware mode thermal calibration supportGravatar Amit Daniel Kachhap 4-1/+44
2013-08-13thermal: exynos: Fix to set the second point correction valueGravatar Amit Daniel Kachhap 1-4/+9
2013-08-13thermal: exynos: Add thermal configuration data for exynos5440 TMU sensorGravatar Amit Daniel Kachhap 3-0/+82
2013-08-13thermal: exynos: Add driver support for exynos5440 TMU sensorGravatar Amit Daniel Kachhap 4-9/+90
2013-08-13thermal: exynos: Add support to access common register for multistanceGravatar Amit Daniel Kachhap 1-0/+20
2013-08-13thermal: exynos: use device resource management infrastructureGravatar Amit Daniel Kachhap 1-13/+23
2013-08-13thermal: exynos: Add TMU features to check instead of using SOC typeGravatar Amit Daniel Kachhap 3-11/+52
2013-08-13thermal: exynos: Add support to handle many instances of TMUGravatar Amit Daniel Kachhap 5-118/+203
2013-08-13thermal: exynos: Remove non DT based supportGravatar Amit Daniel Kachhap 1-16/+1
2013-08-13thermal: exynos: Make the zone handling use trip informationGravatar Amit Daniel Kachhap 3-28/+47
2013-08-13thermal: exynos: Return success even if no cooling data suppliedGravatar Amit Daniel Kachhap 1-2/+2
2013-08-13thermal: exynos: Modify private_data to appropriate name driver_dataGravatar Amit Daniel Kachhap 3-4/+4
2013-08-13thermal: exynos: Add support for instance based register/unregisterGravatar Amit Daniel Kachhap 3-26/+49
2013-08-13thermal: exynos: Fix to clear only the generated interruptsGravatar Amit Daniel Kachhap 2-6/+7
2013-08-13thermal: exynos: Support thermal trippingGravatar Amit Daniel Kachhap 3-5/+44
2013-08-13thermal: exynos: Move register definitions from driver to data fileGravatar Amit Daniel Kachhap 4-117/+315
2013-08-13thermal: exynos: Add extra entries in the tmu platform dataGravatar Amit Daniel Kachhap 4-48/+85
2013-08-13thermal: exynos: Add missing definations and code cleanupGravatar Amit Daniel Kachhap 1-16/+46
2013-08-13thermal: exynos: Bifurcate exynos tmu driver and configuration dataGravatar Amit Daniel Kachhap 5-65/+126
2013-08-13thermal: exynos: Move exynos_thermal.h from include/* to driver/* folderGravatar Amit Daniel Kachhap 4-2/+124
2013-08-13thermal: exynos: Rename exynos_thermal.c to exynos_tmu.cGravatar Amit Daniel Kachhap 2-4/+4
2013-08-13thermal: exynos: Bifurcate exynos thermal common and tmu controller codeGravatar Amit Daniel Kachhap 5-419/+491
2013-08-13thermal: exynos: Remove un-necessary CPU_THERMAL dependencyGravatar Amit Daniel Kachhap 1-1/+0
2013-08-13thermal: exynos: Use ARCH_HAS_BANDGAP config to know the supported soc'sGravatar Amit Daniel Kachhap 1-1/+1
2013-08-13thermal: exynos: Moving exynos thermal files into samsung directoryGravatar Amit Daniel Kachhap 3-0/+1072