summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
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-04Drivers: thermal: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus 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 a...Zhang 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
2012-11-15thermal: cpu_cooling: Make 'notify_device' staticSachin Kamat1-1/+1
2012-11-07Thermal: Remove the cooling_cpufreq_list.hongbo.zhang1-72/+19
2012-11-07Thermal: fix bug of counting cpu frequencies.hongbo.zhang1-4/+6
2012-11-07Thermal: add indent for code alignment.hongbo.zhang1-1/+1
2012-11-07thermal: rcar_thermal: remove explicitly used devm_kfree/iounap()Kuninori Morimoto1-16/+2
2012-11-05thermal: user_space: Add missing static storage class specifiersSachin Kamat1-2/+2
2012-11-05thermal: fair_share: Add missing static storage class specifiersSachin Kamat1-2/+2
2012-11-05thermal: step_wise: Add missing static storage class specifiersSachin Kamat1-2/+2
2012-11-05Thermal: Fix oops and unlocking in thermal_sys.cHugh Dickins1-4/+5
2012-11-05Thermal: Provide option to choose default thermal governorDurgadoss R1-0/+31
2012-11-05Thermal: Add a notification APIDurgadoss R1-0/+18
2012-11-05Thermal: Remove throttling logic out of thermal_sys.cDurgadoss R1-198/+109
2012-11-05Thermal: Add a thermal notifier for user spaceDurgadoss R3-0/+75
2012-11-05Thermal: Introduce a step_wise thermal governorDurgadoss R3-0/+201
2012-11-05Thermal: Introduce fair_share thermal governorDurgadoss R3-0/+140
2012-11-05Thermal: Make thermal_cdev_update as a global functionDurgadoss R1-2/+3
2012-11-05Thermal: Update binding logic based on platform dataDurgadoss R1-26/+157
2012-11-05Thermal: Add a policy sysfs attributeDurgadoss R1-3/+39
2012-11-05Thermal: Add thermal governor registration APIsDurgadoss R1-0/+90
2012-11-05Thermal: Pass zone parameters as argument to tzd_registerDurgadoss R4-3/+6
2012-11-05Thermal: Add get trend, get instance API's to thermal_sysDurgadoss R1-0/+40
2012-11-05Thermal: Move thermal_instance to thermal_core.hDurgadoss R2-21/+55
2012-11-03exynos4_tmu_driver_ids should be exynos_tmu_driver_ids.Jonghwan Choi1-1/+1
2012-11-03thermal: solve compilation errors in rcar_thermalDevendra Naga1-1/+1
2012-10-16thermal, cpufreq: Fix build when CPU_FREQ_TABLE isn't configuredDavid Rientjes1-0/+2
2012-10-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Len Brown7-123/+1937
2012-10-05idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu1-1/+1