| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | | * | thermal: cpu_cooling: Avoid accessing potentially freed structures | Viresh Kumar | 2017-05-27 | 1 | -1/+3 |
| | * | | | thermal: int340x: check for sensor when PTYP is missing | Srinivas Pandruvada | 2017-06-29 | 1 | -2/+10 |
| | * | | | Thermal/int340x: Fix few typos and kernel-doc style | Sumeet Pawnikar | 2017-06-29 | 1 | -3/+3 |
| | |/ / |
|
| * / / | thermal: fix source code documentation for parameters | Willy WOLFF | 2017-06-29 | 3 | -3/+4 |
| |/ / |
|
* | | | Merge (most of) tag 'mfd-next-4.13' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2017-07-07 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | mfd: intel_soc_pmic_bxtwc: Remove thermal second level IRQs | Kuppuswamy Sathyanarayanan | 2017-06-19 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2017-07-03 | 1 | -2/+6 |
|\ \ \ |
|
| * | | | thermal: max77620: fix pinmux conflict on reprobe | Johan Hovold | 2017-06-13 | 1 | -5/+3 |
| * | | | thermal: max77620: fix device-node reference imbalance | Johan Hovold | 2017-06-13 | 1 | -2/+8 |
| | |/
| |/| |
|
* | | | thermal: int340x_thermal: fix compile after the UUID API switch | Christoph Hellwig | 2017-06-09 | 1 | -2/+2 |
* | | | thermal: int340x_thermal: Switch to use new generic UUID API | Andy Shevchenko | 2017-06-09 | 1 | -4/+4 |
|/ / |
|
* | | thermal: broadcom: ns-thermal: default on iProc SoCs | Jon Mason | 2017-05-23 | 1 | -4/+5 |
* | | ti-soc-thermal: Fix a typo in a comment line | Markus Elfring | 2017-05-23 | 1 | -1/+1 |
* | | ti-soc-thermal: Delete error messages for failed memory allocations in ti_ban... | Markus Elfring | 2017-05-23 | 1 | -6/+2 |
* | | ti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build() | Markus Elfring | 2017-05-23 | 1 | -2/+2 |
* | | thermal: core: make thermal_emergency_poweroff static | Colin Ian King | 2017-05-23 | 1 | -1/+1 |
* | | thermal: qoriq: remove useless call for of_thermal_get_trip_points() | Masahiro Yamada | 2017-05-23 | 1 | -3/+0 |
|/ |
|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 2017-05-12 | 19 | -258/+1157 |
|\ |
|
| * | Merge branch 'thermal-soc' into next | Zhang Rui | 2017-05-06 | 16 | -213/+960 |
| |\ |
|
| | * | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Zhang Rui | 2017-05-06 | 16 | -213/+960 |
| | |\ |
|
| | | * | thermal: mt8173: minor mtk_thermal.c cleanups | Dawei Chien | 2017-04-23 | 1 | -1/+1 |
| | | * | thermal: bcm2835: move to the broadcom subdirectory | Rafał Miłecki | 2017-04-23 | 5 | -9/+9 |
| | | * | thermal: broadcom: ns: specify myself as MODULE_AUTHOR | Rafał Miłecki | 2017-04-23 | 1 | -0/+1 |
| | | * | thermal: da9062/61: Thermal junction temperature monitoring driver | Steve Twiss | 2017-04-06 | 3 | -0/+326 |
| | | * | thermal: broadcom: add Northstar thermal driver | Rafał Miłecki | 2017-04-06 | 5 | -0/+120 |
| | | * | thermal: bcm2835: add thermal driver for bcm2835 SoC | Stefan Wahren | 2017-04-01 | 3 | -0/+323 |
| | | * | thermal: rcar_gen3_thermal: add suspend and resume support | Niklas Söderlund | 2017-03-30 | 1 | -0/+35 |
| | | * | thermal: rcar_gen3_thermal: store device match data in private structure | Niklas Söderlund | 2017-03-30 | 1 | -3/+4 |
| | | * | thermal: rcar_gen3_thermal: enable hardware interrupts for trip points | Niklas Söderlund | 2017-03-30 | 1 | -1/+131 |
| | | * | thermal: rcar_gen3_thermal: record and check number of TSCs found | Niklas Söderlund | 2017-03-30 | 1 | -0/+8 |
| | | * | thermal: rcar_gen3_thermal: check that TSC exists before memory allocation | Niklas Söderlund | 2017-03-30 | 1 | -4/+4 |
| | | * | thermal: rcar_gen3_thermal: remove unneeded mutex | Niklas Söderlund | 2017-03-30 | 1 | -7/+0 |
| | | * | thermal: rcar_gen3_thermal: add delay in .thermal_init on r8a7796 | Niklas Söderlund | 2017-03-30 | 1 | -0/+2 |
| | | * | thermal: ti-soc-thermal: Remove redundant code | Keerthy | 2017-03-29 | 1 | -151/+3 |
| | | * | thermal: ti-soc-thermal: Remove redundant constants | Keerthy | 2017-03-29 | 6 | -44/+0 |
| | | * | thermal: ti-soc-thermal: Fetch slope and offset from DT | Keerthy | 2017-03-29 | 1 | -2/+2 |
| * | | | Merge branch 'backup-thermal-shutdown' into next | Zhang Rui | 2017-05-05 | 2 | -1/+80 |
| |\ \ \ |
|
| | * | | | thermal: core: Add a back up thermal shutdown mechanism | Keerthy | 2017-05-05 | 2 | -0/+70 |
| | * | | | thermal: core: Allow orderly_poweroff to be called only once | Keerthy | 2017-05-05 | 1 | -1/+10 |
| | |/ / |
|
| * | | | Merge branches 'thermal-core' and 'thermal-intel' into next | Zhang Rui | 2017-05-05 | 1 | -3/+6 |
| |\ \ \ |
|
| | * | | | Thermal: Intel SoC DTS: Change interrupt request behavior | Brian Bian | 2017-05-05 | 1 | -3/+6 |
| | |/ / |
|
| * | | | trace: thermal: add another parameter 'power' to the tracing function | Lukasz Luba | 2017-05-05 | 1 | -1/+1 |
| * | | | thermal: devfreq_cooling: add new interface for direct power read | Lukasz Luba | 2017-05-05 | 1 | -23/+82 |
| * | | | thermal: devfreq_cooling: refactor code and add get_voltage function | Lukasz Luba | 2017-05-05 | 1 | -17/+28 |
| |/ / |
|
* | | | Merge tag 'mfd-next-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 2017-05-03 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | mfd: intel_soc_pmic: Fix a mess with compilation units | Andy Shevchenko | 2017-04-27 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge back cpufreq core changes for v4.12. | Rafael J. Wysocki | 2017-04-15 | 3 | -118/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | cpufreq: dbx500: Manage cooling device from cpufreq driver | Viresh Kumar | 2017-03-16 | 3 | -118/+0 |
| |/ |
|
* | | thermal: cpu_cooling: Check OPP for errors | Viresh Kumar | 2017-03-13 | 1 | -2/+9 |
* | | thermal: cpu_cooling: Replace dev_warn with dev_err | Viresh Kumar | 2017-03-13 | 1 | -6/+6 |