Age | Commit message (Expand) | Author | Files | Lines |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 6 | -28/+6 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422 | Thomas Gleixner | 1 | -4/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 | Thomas Gleixner | 7 | -105/+7 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 | Thomas Gleixner | 1 | -16/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 309 | Thomas Gleixner | 1 | -13/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 9 | -88/+9 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286 | Thomas Gleixner | 1 | -11/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285 | Thomas Gleixner | 1 | -9/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 | Thomas Gleixner | 1 | -9/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 11 | -109/+11 |
2019-06-02 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Linus Torvalds | 5 | -22/+0 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194 | Thomas Gleixner | 1 | -2/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 2 | -19/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167 | Thomas Gleixner | 3 | -39/+3 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 2 | -20/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -15/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 4 | -21/+4 |
2019-05-28 | Revert "drivers: thermal: tsens: Add new operation to check if a sensor is en... | Eduardo Valentin | 5 | -22/+0 |
2019-05-23 | thermal: rcar_gen3_thermal: Update temperature conversion method | Yoshihiro Kaneko | 1 | -10/+18 |
2019-05-23 | thermal: rcar_gen3_thermal: Update calculation formula of IRQTEMP | Yoshihiro Kaneko | 1 | -16/+17 |
2019-05-23 | thermal: rcar_gen3_thermal: Update value of Tj_1 | Yoshihiro Kaneko | 1 | -11/+30 |
2019-05-23 | thermal: tegra: Make tegra210_tsensor_thermtrips static | YueHaibing | 1 | -1/+1 |
2019-05-23 | Revert "thermal: rockchip: fix up the tsadc pinctrl setting error" | Heiko Stuebner | 1 | -33/+3 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 13 | -0/+13 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
2019-05-16 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 6 | -45/+25 |
2019-05-16 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Linus Torvalds | 29 | -490/+2142 |
2019-05-14 | thermal: rcar_gen3_thermal: Fix to show correct trip points number | Jiada Wang | 1 | -4/+4 |
2019-05-14 | thermal: rcar_thermal: update calculation formula for R-Car Gen3 SoCs | Yoshihiro Kaneko | 1 | -1/+10 |
2019-05-14 | thermal: cpu_cooling: Actually trace CPU load in thermal_power_cpu_get_power | Matthias Kaehlcke | 1 | -1/+1 |
2019-05-14 | thermal: rockchip: Support the PX30 SoC in thermal driver | Elaine Zhang | 1 | -0/+38 |
2019-05-14 | thermal: rockchip: fix up the tsadc pinctrl setting error | Elaine Zhang | 1 | -3/+33 |
2019-05-14 | thermal: broadcom: Remove ACPI support | Srinath Mannam | 1 | -8/+0 |
2019-05-14 | thermal: Fix build error of missing devm_ioremap_resource on UM | Talel Shenhar | 1 | -0/+1 |
2019-05-14 | thermal/drivers/cpu_cooling: Remove pointless field | Daniel Lezcano | 1 | -5/+2 |
2019-05-14 | thermal/drivers/cpu_cooling: Add Software Package Data Exchange (SPDX) | Daniel Lezcano | 1 | -15/+1 |
2019-05-14 | thermal/drivers/cpu_cooling: Fixup the header and copyright | Daniel Lezcano | 1 | -2/+4 |
2019-05-14 | thermal/drivers/cpu_cooling: Remove pointless test in power2state() | Daniel Lezcano | 1 | -1/+0 |
2019-05-14 | thermal: rcar_gen3_thermal: disable interrupt in .remove | Jiada Wang | 1 | -0/+3 |
2019-05-14 | thermal: rcar_gen3_thermal: fix interrupt type | Jiada Wang | 1 | -32/+6 |
2019-05-14 | thermal: Introduce devm_thermal_of_cooling_device_register | Guenter Roeck | 1 | -0/+49 |
2019-05-14 | thermal: generic-adc: make lookup table optional | Jean-Francois Dagenais | 1 | -3/+6 |
2019-05-14 | thermal: qoriq: Remove unnecessary DT node is NULL check | Andrey Smirnov | 1 | -5/+0 |
2019-05-14 | thermal: Introduce Amazon's Annapurna Labs Thermal Driver | Talel Shenhar | 3 | -0/+140 |
2019-05-14 | thermal: rcar_gen3_thermal: Fix init value of IRQCTL register | Hoan Nguyen An | 1 | -1/+1 |
2019-05-14 | drivers: thermal: tsens: Move calibration constants to header file | Amit Kucheria | 2 | -5/+5 |
2019-05-14 | drivers: thermal: tsens: Add generic support for TSENS v1 IP | Amit Kucheria | 4 | -1/+202 |
2019-05-14 | drivers: thermal: tsens: Common get_temp() learns to do ADC conversion | Amit Kucheria | 1 | -4/+9 |
2019-05-14 | drivers: thermal: tsens: Move get_temp_tsens_v2 to allow sharing | Amit Kucheria | 3 | -36/+37 |
2019-05-14 | drivers: thermal: tsens: simplify get_temp_tsens_v2 routine | Amit Kucheria | 1 | -38/+17 |