summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2013-04-14Thermal: build thermal governors into thermal_sys moduleZhang Rui6-54/+84
2013-04-14Thermal: rename thermal_sys.c to thermal_core.cZhang Rui2-0/+1
2013-04-12Thermal: exynos: remove unnecessary header inclusionsArnd Bergmann1-2/+0
2013-04-12thermal: step_wise: set throttle target within thermal instance limitsAndrew Bresticker1-2/+8
2013-04-02thermal: add a warning for temperature emulation featureEduardo Valentin1-0/+4
2013-04-02thermal: exynos: Adapt to temperature emulation core thermal frameworkAmit Daniel Kachhap2-104/+63
2013-04-02thermal: rcar: add pm_runtime_xxx() supportKuninori Morimoto1-0/+11
2013-04-02thermal: rcar: tidyup registration failure caseKuninori Morimoto1-7/+16
2013-04-02thermal: Add driver for Armada 370/XP SoC thermal managementEzequiel Garcia3-0/+241
2013-03-26thermal: dove: Fix thermal sensor formulaEzequiel Garcia1-3/+4
2013-03-26thermal: kirkwood: Fix thermal sensor formulaEzequiel Garcia1-4/+4
2013-03-26thermal: kirkwood: Fix valid check for thermal registerEzequiel Garcia1-2/+2
2013-03-26thermal: db8500: Fix missing mutex_unlock() in probe error pathsAxel Lin1-6/+11
2013-03-26thermal: db8500: Fix checking return value of thermal_zone_device_registerAxel Lin1-1/+1
2013-03-26drivers: thermal: cpu_cooling: fix checkpatch warningLaurent Navet [Mali]1-5/+5
2013-03-26Thermal: exynos: fix cooling state translationZhang Rui2-22/+13
2013-03-26Thermal: cpufreq cooling: fix parsing per_cpu cpufreq_frequency_tableZhang Rui1-50/+93
2013-03-11thermal: exynos_thermal: return a proper error code while thermal_zone_device...Devendra Naga1-1/+1
2013-03-11thermal: rcar_thermal: propagate return value of thermal_zone_device_registerDevendra Naga1-1/+3
2013-03-11Thermal: kirkwood: Convert to devm_ioremap_resource()Sachin Kamat1-5/+3
2013-03-11Thermal: rcar: Convert to devm_ioremap_resource()Sachin Kamat1-10/+6
2013-03-11Thermal: dove: Convert to devm_ioremap_resource()Sachin Kamat1-10/+6
2013-03-11thermal: rcar: fix missing unlock on error in rcar_thermal_update_temp()Wei Yongjun1-4/+5
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/rzhan...Linus 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