summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * thermal: exynos: remove needless triminfo_data abstractionBartlomiej Zolnierkiewicz2014-11-203-14/+5
| | | | * thermal: of: improve of-thermal sensor registration APIEduardo Valentin2014-11-203-26/+28
| | | | * thermal: Add Tegra SOCTHERM thermal management driverMikko Perttunen2014-11-203-0/+484
| | | | * thermal: introduce clock cooling deviceEduardo Valentin2014-11-203-0/+500
| | * | | thermal/powerclamp: add id for braswell cpuJacob Pan2014-12-091-0/+1
| | * | | thermal: Intel SoC DTS: Don't do thermal zone update inside spin_lockMaurice Petallo2014-12-091-5/+7
| | |/ /
| * | | thermal: Fix error path in thermal_init()Luis Henriques2014-12-081-2/+2
| * | | thermal: lock the thermal zone when switching governorsJavi Merino2014-12-081-0/+2
| * | | thermal: core: ignore invalid trip temperatureSrinivas Pandruvada2014-12-081-1/+1
| |/ /
* | | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-1410-10/+0
|\ \ \ | |/ / |/| |
| * | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-0310-10/+0
| |\ \
| | * | thermal: st: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0
| | * | thermal: samsung: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| | * | thermal: drop owner assignment from platform_driversWolfram Sang2014-10-207-7/+0
* | | | thermal: Exynos: Deletion of unnecessary checks before two function callsMarkus Elfring2014-11-211-6/+3
* | | | thermal: sti: Ignore suspend/resume functions when !PM_SLEEPLee Jones2014-11-211-0/+3
* | | | thermal: cpu_cooling: Update always cpufreq policy with thermal constraintsYadwinder Singh Brar2014-11-201-16/+21
| |_|/ |/| |
* | | imx: thermal: imx_get_temp might be called before sensor clock is preparedHeiner Kallweit2014-11-091-16/+25
* | | thermal: exynos: use correct offset for TMU_CONTROL register on Exynos5260Bartlomiej Zolnierkiewicz2014-11-072-2/+0
* | | thermal: imx: correct driver load sequence for cpu coolingBai Ping2014-11-071-0/+4
* | | Thermal/int3403: Fix thermal hysteresis unit conversionlan,Tianyu2014-11-041-1/+7
* | | Thermal:Remove usless if(!result) before return tzYao Dongdong2014-11-031-2/+1
* | | thermal: exynos: fix IRQ clearing on TMU initializationBartlomiej Zolnierkiewicz2014-11-024-52/+21
* | | thermal: fix multiple disbalanced device node countersVladimir Zapolskiy2014-11-021-8/+32
* | | thermal: exynos: Add support for TRIM_RELOAD feature at Exynos3250Chanwoo Choi2014-11-022-4/+12
* | | thermal: exynos: Add support for many TRIMINFO_CTRL registersChanwoo Choi2014-11-025-6/+22
* | | thermal: samsung: Exynos5260 and Exynos5420 should not use TRIM_RELOAD flagBartlomiej Zolnierkiewicz2014-11-021-9/+7
* | | thermal: exynos: remove identical values from exynos*_tmu_registers structuresBartlomiej Zolnierkiewicz2014-11-023-65/+8
* | | thermal: exynos: remove redundant pdata checks from exynos_tmu_control()Bartlomiej Zolnierkiewicz2014-11-022-10/+6
* | | thermal: exynos: cache non_hw_trigger_levels in pdataBartlomiej Zolnierkiewicz2014-11-023-13/+11
* | | thermal: exynos: simplify temp_to_code() and code_to_temp()Bartlomiej Zolnierkiewicz2014-11-021-17/+11
* | | thermal: exynos: remove redundant threshold_code checks from exynos_tmu_initi...Bartlomiej Zolnierkiewicz2014-11-021-15/+1
* | | thermal: exynos: remove redundant pdata checks from exynos_tmu_initialize()Bartlomiej Zolnierkiewicz2014-11-022-14/+0
* | | thermal: exynos: remove dead code for HW_MODE calibrationBartlomiej Zolnierkiewicz2014-11-024-50/+1
* | | thermal: exynos: remove unused struct exynos_tmu_registers entriesBartlomiej Zolnierkiewicz2014-11-023-73/+1
|/ /
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2014-10-2416-327/+1772
|\ \ | |/ |/|
| * Merge branch 'int340x-thermal' of .git into nextZhang Rui2014-10-179-312/+1503
| |\
| | * Thermal: int340x thermal: select ACPI fan driverZhang Rui2014-10-171-0/+1
| | * Thermal: int3400_thermal: use acpi_thermal_rel parsing APIsJacob Pan2014-10-111-159/+13
| | * Thermal: int340x_thermal: expose acpi thermal relationship tablesJacob Pan2014-10-114-0/+490
| | * Thermal: introduce int3403 thermal driverLan Tianyu2014-10-115-312/+478
| | * Thermal: introduce INT3402 thermal driverAaron Lu2014-10-102-0/+243
| | * Thermal: int3400 thermal: register to thermal frameworkZhang Rui2014-10-102-0/+104
| | * Thermal: int3400 thermal: add capability to detect supporting UUIDsZhang Rui2014-10-101-0/+69
| | * Thermal: introduce int3400 thermal driverZhang Rui2014-10-104-1/+248
| | * ACPI: introduce ACPI int340x thermal scan handlerZhang Rui2014-09-111-0/+17
| * | Merge branch 'thermal-core-fix' of .git into nextZhang Rui2014-10-111-1/+1
| |\ \
| | * | thermal: step_wise: fix: Prevent from binary overflow when trend is droppingLukasz Majewski2014-10-091-1/+1
| | |/
| * | Merge branches 'eduardo-soc' and 'bang-bang-governor' of .git into nextZhang Rui2014-09-185-0/+155
| |\ \
| | * | thermal: Added Bang-bang thermal governorPeter Feuerer2014-08-275-0/+155
| | |/
OpenPOWER on IntegriCloud