aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)Author
2013-03-11thermal: exynos_thermal: return a proper error code while thermal_zone_device...Devendra Naga
2013-03-11thermal: rcar_thermal: propagate return value of thermal_zone_device_registerDevendra Naga
2013-03-11Thermal: kirkwood: Convert to devm_ioremap_resource()Sachin Kamat
2013-03-11Thermal: rcar: Convert to devm_ioremap_resource()Sachin Kamat
2013-03-11Thermal: dove: Convert to devm_ioremap_resource()Sachin Kamat
2013-03-11thermal: rcar: fix missing unlock on error in rcar_thermal_update_temp()Wei Yongjun
2013-02-28Fix mis-merge of intel_powerclamp.c resulting in compile errorLinus Torvalds
2013-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds
2013-02-27thermal: convert to idr_alloc()Tejun Heo
2013-02-22thermal: rcar: remove __devinitconstArnd Bergmann
2013-02-22thermal: return an error on failure to register thermal classRichard Guy Briggs
2013-02-08Thermal: rename thermal governor Kconfig option to avoid generic namingZhang Rui
2013-02-08thermal: exynos: Use the new thermal trend type for quick cooling action.Amit Daniel Kachhap
2013-02-08Thermal: exynos: Add support for temperature falling interrupt.Jonghwa Lee
2013-02-08Thermal: Dove: Add Themal sensor support for Dove.Andrew Lunn
2013-02-08thermal: Add support for the thermal sensor on Kirkwood SoCsNobuhiro Iwamatsu
2013-02-08thermal: rcar: add Device Tree supportKuninori Morimoto
2013-02-06thermal: rcar: remove machine_power_off() from rcar_thermal_notify()Kuninori Morimoto
2013-02-06thermal: rcar: add interrupt supportKuninori Morimoto
2013-02-06thermal: rcar: add read/write functions for common/priv dataKuninori Morimoto
2013-02-06thermal: rcar: multi channel supportKuninori Morimoto
2013-02-06thermal: rcar: use mutex lock instead of spin lockKuninori Morimoto
2013-02-06thermal: rcar: enable CPCTL to use hardware TSC decidingKuninori Morimoto
2013-02-06thermal: rcar: use parenthesis on macroKuninori Morimoto
2013-02-06Thermal: fix a build warning when CONFIG_THERMAL_EMULATION clearedZhang Rui
2013-02-06Thermal: fix a wrong commentZhang Rui
2013-02-06thermal: sysfs: Add a new sysfs node emul_temp for thermal emulationAmit Daniel Kachhap
2013-02-06PM: intel_powerclamp: off by one in start_power_clamp()Dan Carpenter
2013-02-06thermal: exynos: Miscellaneous fixes to support falling threshold interruptAmit Daniel Kachhap
2013-02-06PM: Introduce Intel PowerClamp DriverJacob Pan
2013-01-25thermal: Convert to devm_ioremap_resource()Thierry Reding
2013-01-17thermal: check for invalid trip setup when registering thermal deviceEduardo Valentin
2013-01-16thermal: cleanup: use dev_* helper functionsEduardo Valentin
2013-01-16thermal: remove unnecessary includeEduardo Valentin
2013-01-16thermal: Use thermal zone device id in netlink messagesEduardo Valentin
2013-01-04thermal: db8500: Use of_match_ptr() macro in db8500_cpufreq_cooling.cSachin Kamat
2013-01-04thermal: db8500: Use of_match_ptr() macro in db8500_thermal.cSachin Kamat
2013-01-04thermal: exynos: Use of_match_ptr() macroSachin Kamat
2013-01-04drivers/thermal/spear_thermal.c: use devm_clk_getJulia Lawall
2013-01-04thermal: rcar: add .get_trip_type/temp and .notify supportkuninori.morimoto.gx@renesas.com
2013-01-04Thermal: exynos: Add sysfs node supporting exynos's emulation mode.Jonghwa Lee
2013-01-04step_wise: Unify the code for both throttle and dethrottleZhang Rui
2013-01-04Introduce THERMAL_TREND_RAISE/DROP_FULL support for step_wise governorZhang Rui
2013-01-03Drivers: thermal: remove __dev* attributes.Greg Kroah-Hartman
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-12Thermal: Fix DEFAULT_THERMAL_GOVERNORZhang Rui
2012-12-12Thermal: fix a NULL pointer dereference when generic thermal layer is built a...Zhang Rui
2012-12-03treewide: Fix typos in various KconfigMasanari Iida
2012-11-26thermal: rcar: add rcar_zone_to_priv() macroKuninori Morimoto
2012-11-26thermal: rcar: fixup the unit of temperatureKuninori Morimoto