| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branches 'fixes' and 'thermal-intel' into next | Zhang Rui | 2019-03-18 | 2 | -5/+18 |
|\ |
|
| * | thermal/intel_powerclamp: fix truncated kthread name | Zhang Rui | 2019-03-18 | 1 | -1/+1 |
| * | thermal/int340x_thermal: fix mode setting | Matthew Garrett | 2019-03-18 | 1 | -4/+3 |
| * | thermal/int340x_thermal: Add additional UUIDs | Matthew Garrett | 2019-03-18 | 1 | -0/+14 |
* | | thermal: mtk: Allocate enough space for mtk_thermal. | Pi-Hsun Shih | 2019-03-18 | 1 | -2/+5 |
* | | thermal: cpu_cooling: Remove unused cur_freq variable | Shaokun Zhang | 2019-03-18 | 1 | -2/+1 |
* | | thermal: bcm2835: Fix crash in bcm2835_thermal_debugfs | Phil Elwell | 2019-03-18 | 1 | -5/+4 |
* | | thermal: samsung: Fix incorrect check after code merge | Marek Szyprowski | 2019-03-18 | 1 | -1/+1 |
* | | thermal/intel_powerclamp: fix __percpu declaration of worker_data | Luc Van Oostenryck | 2019-03-18 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Linus Torvalds | 2019-03-08 | 9 | -130/+514 |
|\ |
|
| * | thermal: rcar_gen3_thermal: Register hwmon sysfs interface | Marek Vasut | 2019-02-21 | 1 | -0/+19 |
| * | thermal/qcom/tsens-common : fix possible object reference leak | Peng Hao | 2019-02-21 | 1 | -10/+23 |
| * | thermal: tegra: add get_trend ops | Wei Ni | 2019-02-21 | 1 | -0/+32 |
| * | thermal: tegra: fix memory allocation | Wei Ni | 2019-02-21 | 1 | -1/+1 |
| * | thermal: tegra: remove unnecessary warnings | Wei Ni | 2019-02-21 | 1 | -2/+2 |
| * | thermal: mediatek: add support for MT8183 | Michael Kao | 2019-02-21 | 1 | -1/+98 |
| * | thermal: mediatek: add flag for bank selection | Michael Kao | 2019-02-06 | 1 | -6/+14 |
| * | thermal: mediatek: add thermal controller offset | Michael Kao | 2019-02-06 | 1 | -25/+54 |
| * | thermal: mediatek: add calibration item | Michael Kao | 2019-02-06 | 1 | -1/+18 |
| * | thermal: mediatek: add common index of vts settings. | Michael Kao | 2019-02-06 | 1 | -24/+69 |
| * | thermal: mediatek: fix register index error | Michael Kao | 2019-02-06 | 1 | -2/+4 |
| * | thermal: qoriq: add multiple sensors support | Yuantian Tang | 2019-02-06 | 1 | -57/+47 |
| * | thermal: broadcom: Add Stingray thermal driver | Pramod Kumar | 2019-02-06 | 4 | -1/+133 |
* | | Merge back earlier cpufreq material for v5.1. | Rafael J. Wysocki | 2019-02-24 | 1 | -0/+1 |
|\ \ |
|
| * | | thermal: cpu_cooling: Require thermal core to be compiled in | Amit Kucheria | 2019-01-29 | 1 | -0/+1 |
* | | | thermal: cpu_cooling: Clarify error message | Amit Kucheria | 2019-02-06 | 1 | -1/+1 |
* | | | thermal: of-thermal: Print name of device node with error | Amit Kucheria | 2019-02-06 | 1 | -2/+2 |
| |/
|/| |
|
* | | Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang... | Linus Torvalds | 2019-01-23 | 1 | -14/+16 |
|\ \ |
|
| * | | drivers: thermal: int340x_thermal: Fix sysfs race condition | Aaron Hill | 2019-01-18 | 1 | -13/+15 |
| * | | thermal: int340x_thermal: Fix a NULL vs IS_ERR() check | Dan Carpenter | 2019-01-10 | 1 | -1/+1 |
| |/ |
|
* / | drivers: thermal: int340x_thermal: Make PCI dependency explicit | Sinan Kaya | 2019-01-15 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 2019-01-06 | 32 | -135/+138 |
|\ |
|
| * | thermal/intel: fixup for Kconfig string parsing tightening up | Stephen Rothwell | 2019-01-03 | 1 | -1/+1 |
| * | Merge branches 'for-rc' and 'thermal-core' into next | Zhang Rui | 2018-12-07 | 30 | -123/+121 |
| |\ |
|
| | * | drivers: thermal: Move QCOM_SPMI_TEMP_ALARM into the qcom subdir | Amit Kucheria | 2018-12-07 | 5 | -13/+13 |
| | * | drivers: thermal: Move various drivers for intel platforms into a subdir | Amit Kucheria | 2018-12-07 | 23 | -86/+95 |
| | * | thermal: zx2967_thermal: simplify getting .driver_data | Wolfram Sang | 2018-11-30 | 1 | -4/+2 |
| | * | thermal: st: st_thermal: simplify getting .driver_data | Wolfram Sang | 2018-11-30 | 1 | -4/+2 |
| | * | thermal: spear_thermal: simplify getting .driver_data | Wolfram Sang | 2018-11-30 | 1 | -5/+3 |
| | * | thermal: rockchip_thermal: simplify getting .driver_data | Wolfram Sang | 2018-11-30 | 1 | -5/+3 |
| | * | thermal: int340x_thermal: int3400_thermal: simplify getting .driver_data | Wolfram Sang | 2018-11-30 | 1 | -6/+3 |
| * | | thermal: Fix locking in cooling device sysfs update cur_state | Thara Gopinath | 2018-11-30 | 1 | -4/+7 |
| * | | Thermal: do not clear passive state during system sleep | Wei Wang | 2018-11-30 | 1 | -4/+8 |
| * | | thermal: remove unused function parameter | Lukasz Luba | 2018-11-30 | 1 | -4/+2 |
| |/ |
|
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Linus Torvalds | 2019-01-06 | 13 | -89/+357 |
|\ \ |
|
| * | | thermal: generic-adc: Fix adc to temp interpolation | Bjorn Andersson | 2019-01-02 | 1 | -4/+8 |
| * | | thermal: rcar_thermal: add R8A77990 support | Yoshihiro Kaneko | 2019-01-02 | 1 | -0/+4 |
| * | | thermal: rcar_thermal: add R8A774C0 support | Fabrizio Castro | 2019-01-02 | 1 | -0/+4 |
| * | | thermal: armada: add overheat interrupt support | Miquel Raynal | 2019-01-02 | 1 | -1/+269 |
| * | | thermal: st: fix Makefile typo | Arnd Bergmann | 2019-01-02 | 1 | -1/+1 |