aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-28Fix mis-merge of intel_powerclamp.c resulting in compile errorLinus Torvalds1-0/+1
2013-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds13-265/+1885
2013-02-27thermal: convert to idr_alloc()Tejun Heo2-24/+10
2013-02-22thermal: rcar: remove __devinitconstArnd Bergmann1-1/+1
2013-02-22thermal: return an error on failure to register thermal classRichard Guy Briggs1-0/+1
2013-02-08Thermal: rename thermal governor Kconfig option to avoid generic namingZhang Rui2-9/+9
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-08Thermal: Dove: Add Themal sensor support for Dove.Andrew Lunn3-0/+218
2013-02-08thermal: Add support for the thermal sensor on Kirkwood SoCsNobuhiro Iwamatsu3-0/+143
2013-02-08thermal: rcar: add Device Tree supportKuninori Morimoto1-0/+7
2013-02-06thermal: rcar: remove machine_power_off() from rcar_thermal_notify()Kuninori Morimoto1-1/+0
2013-02-06thermal: rcar: add interrupt supportKuninori Morimoto1-9/+150
2013-02-06thermal: rcar: add read/write functions for common/priv dataKuninori Morimoto1-7/+41
2013-02-06thermal: rcar: multi channel supportKuninori Morimoto1-34/+94
2013-02-06thermal: rcar: use mutex lock instead of spin lockKuninori Morimoto1-23/+7
2013-02-06thermal: rcar: enable CPCTL to use hardware TSC decidingKuninori Morimoto1-65/+26
2013-02-06thermal: rcar: use parenthesis on macroKuninori Morimoto1-1/+1
2013-02-06Thermal: fix a build warning when CONFIG_THERMAL_EMULATION clearedZhang Rui1-1/+4
2013-02-06Thermal: fix a wrong commentZhang Rui1-2/+2
2013-02-06thermal: sysfs: Add a new sysfs node emul_temp for thermal emulationAmit Daniel Kachhap2-11/+76
2013-02-06PM: intel_powerclamp: off by one in start_power_clamp()Dan Carpenter1-1/+1
2013-02-06thermal: exynos: Miscellaneous fixes to support falling threshold interruptAmit Daniel Kachhap1-6/+11
2013-02-06PM: Introduce Intel PowerClamp DriverJacob Pan3-0/+806
2013-01-25thermal: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-17thermal: check for invalid trip setup when registering thermal deviceEduardo Valentin1-0/+3
2013-01-16thermal: cleanup: use dev_* helper functionsEduardo Valentin1-4/+6
2013-01-16thermal: remove unnecessary includeEduardo Valentin1-1/+0
2013-01-16thermal: Use thermal zone device id in netlink messagesEduardo Valentin1-2/+6
2013-01-04thermal: db8500: Use of_match_ptr() macro in db8500_cpufreq_cooling.cSachin Kamat1-3/+2
2013-01-04thermal: db8500: Use of_match_ptr() macro in db8500_thermal.cSachin Kamat1-3/+1
2013-01-04thermal: exynos: Use of_match_ptr() macroSachin Kamat1-3/+1
2013-01-04drivers/thermal/spear_thermal.c: use devm_clk_getJulia Lawall1-5/+2
2013-01-04thermal: rcar: add .get_trip_type/temp and .notify supportkuninori.morimoto.gx@renesas.com1-3/+65
2013-01-04Thermal: exynos: Add sysfs node supporting exynos's emulation mode.Jonghwa Lee2-0/+112
2013-01-04step_wise: Unify the code for both throttle and dethrottleZhang Rui1-45/+25
2013-01-04Introduce THERMAL_TREND_RAISE/DROP_FULL support for step_wise governorZhang Rui1-18/+46
2013-01-03Drivers: thermal: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-12Thermal: Fix DEFAULT_THERMAL_GOVERNORZhang Rui1-1/+1
2012-12-12Thermal: fix a NULL pointer dereference when generic thermal layer is built as a moduleZhang Rui1-1/+2
2012-12-03treewide: Fix typos in various KconfigMasanari Iida1-1/+1
2012-11-26thermal: rcar: add rcar_zone_to_priv() macroKuninori Morimoto1-1/+2
2012-11-26thermal: rcar: fixup the unit of temperatureKuninori Morimoto1-1/+3
2012-11-22thermal: cpu cooling: allow module buildsEduardo Valentin1-1/+1
2012-11-22thermal: cpu cooling: use const parameter while registeringEduardo Valentin1-1/+1
2012-11-15Thermal: Add ST-Ericsson DB8500 thermal driver.hongbo.zhang4-0/+661
2012-11-15drivers/thermal/Makefile refactorZhang Rui1-6/+12
2012-11-15Exynos: Add missing dependencyZhang Rui1-1/+1
2012-11-15Refactor drivers/thermal/KconfigZhang Rui1-52/+51