summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* thermal: int340x_thermal: fix compile after the UUID API switchChristoph Hellwig2017-06-091-2/+2
* thermal: int340x_thermal: Switch to use new generic UUID APIAndy Shevchenko2017-06-091-4/+4
* thermal: broadcom: ns-thermal: default on iProc SoCsJon Mason2017-05-231-4/+5
* ti-soc-thermal: Fix a typo in a comment lineMarkus Elfring2017-05-231-1/+1
* ti-soc-thermal: Delete error messages for failed memory allocations in ti_ban...Markus Elfring2017-05-231-6/+2
* ti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build()Markus Elfring2017-05-231-2/+2
* thermal: core: make thermal_emergency_poweroff staticColin Ian King2017-05-231-1/+1
* thermal: qoriq: remove useless call for of_thermal_get_trip_points()Masahiro Yamada2017-05-231-3/+0
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2017-05-1219-258/+1157
|\
| * Merge branch 'thermal-soc' into nextZhang Rui2017-05-0616-213/+960
| |\
| | * Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2017-05-0616-213/+960
| | |\
| | | * thermal: mt8173: minor mtk_thermal.c cleanupsDawei Chien2017-04-231-1/+1
| | | * thermal: bcm2835: move to the broadcom subdirectoryRafał Miłecki2017-04-235-9/+9
| | | * thermal: broadcom: ns: specify myself as MODULE_AUTHORRafał Miłecki2017-04-231-0/+1
| | | * thermal: da9062/61: Thermal junction temperature monitoring driverSteve Twiss2017-04-063-0/+326
| | | * thermal: broadcom: add Northstar thermal driverRafał Miłecki2017-04-065-0/+120
| | | * thermal: bcm2835: add thermal driver for bcm2835 SoCStefan Wahren2017-04-013-0/+323
| | | * thermal: rcar_gen3_thermal: add suspend and resume supportNiklas Söderlund2017-03-301-0/+35
| | | * thermal: rcar_gen3_thermal: store device match data in private structureNiklas Söderlund2017-03-301-3/+4
| | | * thermal: rcar_gen3_thermal: enable hardware interrupts for trip pointsNiklas Söderlund2017-03-301-1/+131
| | | * thermal: rcar_gen3_thermal: record and check number of TSCs foundNiklas Söderlund2017-03-301-0/+8
| | | * thermal: rcar_gen3_thermal: check that TSC exists before memory allocationNiklas Söderlund2017-03-301-4/+4
| | | * thermal: rcar_gen3_thermal: remove unneeded mutexNiklas Söderlund2017-03-301-7/+0
| | | * thermal: rcar_gen3_thermal: add delay in .thermal_init on r8a7796Niklas Söderlund2017-03-301-0/+2
| | | * thermal: ti-soc-thermal: Remove redundant codeKeerthy2017-03-291-151/+3
| | | * thermal: ti-soc-thermal: Remove redundant constantsKeerthy2017-03-296-44/+0
| | | * thermal: ti-soc-thermal: Fetch slope and offset from DTKeerthy2017-03-291-2/+2
| * | | Merge branch 'backup-thermal-shutdown' into nextZhang Rui2017-05-052-1/+80
| |\ \ \
| | * | | thermal: core: Add a back up thermal shutdown mechanismKeerthy2017-05-052-0/+70
| | * | | thermal: core: Allow orderly_poweroff to be called only onceKeerthy2017-05-051-1/+10
| | |/ /
| * | | Merge branches 'thermal-core' and 'thermal-intel' into nextZhang Rui2017-05-051-3/+6
| |\ \ \
| | * | | Thermal: Intel SoC DTS: Change interrupt request behaviorBrian Bian2017-05-051-3/+6
| | |/ /
| * | | trace: thermal: add another parameter 'power' to the tracing functionLukasz Luba2017-05-051-1/+1
| * | | thermal: devfreq_cooling: add new interface for direct power readLukasz Luba2017-05-051-23/+82
| * | | thermal: devfreq_cooling: refactor code and add get_voltage functionLukasz Luba2017-05-051-17/+28
| |/ /
* | | Merge tag 'mfd-next-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2017-05-031-1/+1
|\ \ \
| * | | mfd: intel_soc_pmic: Fix a mess with compilation unitsAndy Shevchenko2017-04-271-1/+1
| | |/ | |/|
* | | Merge back cpufreq core changes for v4.12.Rafael J. Wysocki2017-04-153-118/+0
|\ \ \ | |_|/ |/| |
| * | cpufreq: dbx500: Manage cooling device from cpufreq driverViresh Kumar2017-03-163-118/+0
| |/
* | thermal: cpu_cooling: Check OPP for errorsViresh Kumar2017-03-131-2/+9
* | thermal: cpu_cooling: Replace dev_warn with dev_errViresh Kumar2017-03-131-6/+6
* | thermal: devfreq: Check OPP for errorsViresh Kumar2017-03-131-2/+8
* | thermal: devfreq_cooling: Replace dev_warn with dev_errViresh Kumar2017-03-131-3/+3
* | thermal: devfreq: Simplify expressionViresh Kumar2017-03-131-1/+1
* | thermal: Fix potential deadlock in cpu_coolingMatthew Wilcox2017-03-131-9/+11
|/
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2017-03-0116-261/+705
|\
| *---. Merge branches 'thermal-core', 'thermal-soc', 'thermal-intel' and 'ida-conver...Zhang Rui2017-02-2216-248/+679
| |\ \ \
| | | | * thermal: convert devfreq_cooling to use an IDAMatthew Wilcox2017-01-041-44/+9
| | | | * thermal: convert cpu_cooling to use an IDAMatthew Wilcox2017-01-041-52/+11