| Commit message (Expand) | Author | Age | Files | Lines |
* | thermal: rcar_thermal: Handle probe error gracefully | Niklas Söderlund | 2020-10-01 | 1 | -2/+4 |
* | thermal: qcom-spmi-temp-alarm: Don't suppress negative temp | Veera Vegivada | 2020-09-09 | 1 | -2/+2 |
* | thermal: ti-soc-thermal: Fix bogus thermal shutdowns for omap4430 | Tony Lindgren | 2020-09-09 | 2 | -14/+19 |
* | thermal: ti-soc-thermal: Fix reversed condition in ti_thermal_expose_sensor() | Dan Carpenter | 2020-08-19 | 1 | -1/+1 |
* | thermal/drivers/cpufreq_cooling: Fix wrong frequency converted from power | Finley Xiao | 2020-07-22 | 1 | -3/+3 |
* | thermal: int3403_thermal: Downgrade error message | Alex Hung | 2020-07-22 | 1 | -1/+1 |
* | Revert "thermal: mediatek: fix register index error" | Enric Balletbo i Serra | 2020-07-22 | 1 | -4/+2 |
* | thermal/drivers: imx: Fix missing of_node_put() at probe time | Anson Huang | 2020-07-22 | 1 | -3/+4 |
* | thermal/drivers/rcar_gen3: Fix undefined temperature if negative | Dien Pham | 2020-07-09 | 1 | -1/+1 |
* | thermal/drivers/mediatek: Fix bank number settings on mt8183 | Michael Kao | 2020-07-09 | 1 | -1/+4 |
* | thermal/drivers/ti-soc-thermal: Avoid dereferencing ERR_PTR | Sudip Mukherjee | 2020-06-24 | 1 | -3/+3 |
* | thermal: brcmstb_thermal: Do not use DT coefficients | Florian Fainelli | 2020-03-05 | 1 | -22/+9 |
* | thermal: db8500: Depromote debug print | Linus Walleij | 2020-03-05 | 1 | -2/+2 |
* | thermal: Fix deadlock in thermal thermal_zone_device_check | Wei Wang | 2019-12-13 | 1 | -2/+2 |
* | cpufreq: Use per-policy frequency QoS | Rafael J. Wysocki | 2019-10-21 | 1 | -7/+7 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Linus Torvalds | 2019-09-29 | 3 | -382/+113 |
|\ |
|
| * | thermal: db8500: Rewrite to be a pure OF sensor | Linus Walleij | 2019-09-24 | 1 | -370/+107 |
| * | thermal: db8500: Use dev helper variable | Linus Walleij | 2019-09-24 | 1 | -15/+16 |
| * | thermal: db8500: Finalize device tree conversion | Linus Walleij | 2019-09-24 | 2 | -16/+16 |
| * | thermal: thermal_mmio: remove some dead code | Dan Carpenter | 2019-09-22 | 1 | -7/+0 |
* | | Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan... | Linus Torvalds | 2019-09-27 | 14 | -57/+176 |
|\ \ |
|
| | \ | |
| | \ | |
| *-. \ | Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into for-5.4 | Zhang Rui | 2019-09-24 | 12 | -38/+143 |
| |\ \ \ |
|
| | | * \ | Merge branches 'thermal-soc-misc' and 'thermal-soc-qoriq' into thermal-soc | Zhang Rui | 2019-08-28 | 1 | -15/+30 |
| | | |\ \ |
|
| | | | * | | thermal: qoriq: Use __maybe_unused instead of #if CONFIG_PM_SLEEP | Anson Huang | 2019-08-28 | 1 | -4/+2 |
| | | | * | | thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap() | Anson Huang | 2019-08-28 | 1 | -12/+6 |
| | | | * | | thermal: qoriq: Fix error path of calling qoriq_tmu_register_tmu_zone fail | Anson Huang | 2019-08-28 | 1 | -1/+1 |
| | | | * | | thermal: qoriq: Add clock operations | Anson Huang | 2019-08-28 | 1 | -0/+23 |
| | | | |/ |
|
| | | * | | drivers: thermal: qcom: tsens: Fix memory leak from qfprom read | Srinivas Kandagatla | 2019-08-28 | 4 | -2/+14 |
| | | * | | thermal: tegra: Fix a typo | Christophe JAILLET | 2019-08-28 | 1 | -1/+1 |
| | | * | | thermal: rcar_gen3_thermal: Replace devm_add_action() followed by failure act... | Fuqian Huang | 2019-08-28 | 1 | -2/+1 |
| | | * | | thermal: armada: Fix -Wshift-negative-value | Nathan Huckleberry | 2019-08-28 | 1 | -3/+2 |
| | | |/ |
|
| | * | | thermal: intel: Use dev_get_drvdata | Chuhong Yuan | 2019-09-24 | 1 | -4/+2 |
| | * | | thermal: intel: int3403: replace printk(KERN_WARN...) with pr_warn(...) | Rishi Gupta | 2019-09-24 | 1 | -1/+1 |
| | * | | thermal: intel: int340x_thermal: Remove unnecessary acpi_has_method() uses | Kelsey Skunberg | 2019-09-24 | 1 | -6/+0 |
| | * | | thermal: int340x: processor_thermal: Add Ice Lake support | Srinivas Pandruvada | 2019-09-24 | 1 | -0/+5 |
| | * | | drivers: thermal: processor_thermal_device: Export sysfs interface for TCC of... | Srinivas Pandruvada | 2019-08-19 | 1 | -4/+87 |
| | |/ |
|
| * | | thermal: Add some error messages | Amit Kucheria | 2019-09-24 | 1 | -4/+13 |
| * | | thermal: Fix use-after-free when unregistering thermal zone device | Ido Schimmel | 2019-09-24 | 1 | -1/+1 |
| * | | thermal/drivers/core: Use put_device() if device_register() fails | Yue Hu | 2019-09-24 | 1 | -12/+13 |
| * | | thermal_hwmon: Sanitize thermal_zone type | Stefan Mavrodiev | 2019-09-24 | 1 | -2/+6 |
| |/ |
|
* | | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2019-09-17 | 1 | -84/+26 |
|\ \ |
|
| * | | thermal: cpu_cooling: Switch to QoS requests for freq limits | Viresh Kumar | 2019-08-10 | 1 | -84/+26 |
| |/ |
|
* / | cpuidle: play_idle: Increase the resolution to usec | Daniel Lezcano | 2019-09-03 | 1 | -1/+1 |
|/ |
|
* | int340X/processor_thermal_device: Fix proc_thermal_rapl_remove() | Rafael J. Wysocki | 2019-07-23 | 1 | -0/+4 |
* | Merge tag 'pm-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2019-07-18 | 2 | -6/+173 |
|\ |
|
| * | int340X/processor_thermal_device: add support for MMIO RAPL | Zhang Rui | 2019-07-11 | 2 | -6/+173 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 2019-07-17 | 8 | -115/+67 |
|\ \ |
|
| * | | drivers: thermal: processor_thermal_device: Fix build warning | Zhang Rui | 2019-07-09 | 1 | -0/+4 |
| * | | Merge branches 'thermal-core' and 'thermal-intel' into next | Zhang Rui | 2019-06-28 | 1 | -0/+14 |
| |\ \ |
|
| | * | | drivers: thermal: processor_thermal: Read PPCC on resume | Srinivas Pandruvada | 2019-06-25 | 1 | -0/+14 |