aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/exynos_thermal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-3/+0
2013-06-19thermal: exynos: Support both EXYNOS4X12 SoCsTomasz Figa1-1/+2
2013-05-28Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git into nextZhang Rui1-8/+0
2013-05-20drivers/thermal: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-18drivers/thermal: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-06Thermal: exynos: Remove redundant platform_set_drvdata()Sachin Kamat1-3/+0
2013-04-25Merge branch 'exynos-fix' of .git into nextZhang Rui1-3/+11
2013-04-24Thermal: exynos: Add compatible string for exynos4412Sachin Kamat1-0/+4
2013-04-24Thermal: exynos: Add clk_{un}prepare APIsSachin Kamat1-3/+7
2013-04-12Thermal: exynos: remove unnecessary header inclusionsArnd Bergmann1-2/+0
2013-04-02thermal: exynos: Adapt to temperature emulation core thermal frameworkAmit Daniel Kachhap1-95/+63
2013-03-26Thermal: exynos: fix cooling state translationZhang Rui1-22/+2
2013-03-11thermal: exynos_thermal: return a proper error code while thermal_zone_device_register fail.Devendra Naga1-1/+1
2013-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-47/+164
2013-02-08thermal: exynos: Use the new thermal trend type for quick cooling action.Amit Daniel Kachhap1-3/+3
2013-02-08Thermal: exynos: Add support for temperature falling interrupt.Jonghwa Lee1-35/+46
2013-02-06thermal: exynos: Miscellaneous fixes to support falling threshold interruptAmit Daniel Kachhap1-6/+11
2013-01-25thermal: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-04thermal: exynos: Use of_match_ptr() macroSachin Kamat1-3/+1
2013-01-04Thermal: exynos: Add sysfs node supporting exynos's emulation mode.Jonghwa Lee1-0/+103
2013-01-03Drivers: thermal: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-11-05Thermal: Pass zone parameters as argument to tzd_registerDurgadoss R1-1/+1
2012-11-03exynos4_tmu_driver_ids should be exynos_tmu_driver_ids.Jonghwan Choi1-1/+1
2012-09-28thermal: Exynos: Fix NULL pointer dereference in exynos_unregister_thermal()Sachin Kamat1-2/+5
2012-09-24thermal: exynos: Use devm_* functionsAmit Daniel Kachhap1-36/+9
2012-09-24ARM: exynos: add thermal sensor driver platform data supportAmit Daniel Kachhap1-1/+110
2012-09-24thermal: exynos: register the tmu sensor with the kernel thermal layerAmit Daniel Kachhap1-2/+404
2012-09-24thermal: exynos5: add exynos5250 thermal sensor driver supportAmit Daniel Kachhap1-127/+224
2012-09-24hwmon: exynos4: move thermal sensor driver to driver/thermal directoryAmit Daniel Kachhap1-0/+413