Age | Commit message (Expand) | Author | Files | Lines |
2018-04-13 | Merge branches 'thermal-core' and 'thermal-soc' into next | Zhang Rui | 1 | -3/+3 |
2018-04-02 | thermal: Add cooling device's statistics in sysfs | Viresh Kumar | 5 | -2/+248 |
2018-03-14 | thermal: imx: Fix race condition in imx_thermal_probe() | Mikhail Lappo | 1 | -3/+3 |
2018-02-07 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 11 | -198/+286 |
2018-02-01 | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -9/+8 |
2018-01-15 | Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into next | Zhang Rui | 8 | -180/+281 |
2018-01-15 | thermal: thermal_hwmon: Convert to hwmon_device_register_with_info() | Fabio Estevam | 1 | -17/+3 |
2018-01-13 | thermal/x86 pkg temp: Remove debugfs_create_u32() casts | Geert Uytterhoeven | 1 | -2/+2 |
2018-01-13 | thermal: int3400_thermal: fix error handling in int3400_thermal_probe() | Alexey Khoroshilov | 1 | -3/+7 |
2018-01-09 | treewide: Use DEVICE_ATTR_WO | Joe Perches | 1 | -1/+1 |
2018-01-09 | treewide: Use DEVICE_ATTR_RO | Joe Perches | 1 | -3/+3 |
2018-01-09 | treewide: Use DEVICE_ATTR_RW | Joe Perches | 1 | -5/+4 |
2018-01-02 | thermal/drivers/hisi: Remove bogus const from function return type | Geert Uytterhoeven | 1 | -1/+1 |
2018-01-02 | thermal: armada: Give meaningful names to the thermal zones | Miquel Raynal | 1 | -2/+2 |
2018-01-02 | thermal: armada: Wait sensors validity before exiting the init callback | Miquel Raynal | 1 | -3/+20 |
2018-01-02 | thermal: armada: Change sensors trim default value | Miquel Raynal | 1 | -0/+13 |
2018-01-02 | thermal: armada: Update Kconfig and module description | Miquel Raynal | 2 | -4/+4 |
2018-01-02 | thermal: armada: Add support for Armada CP110 | Baruch Siach | 1 | -7/+26 |
2018-01-02 | thermal: armada: Add support for Armada AP806 | Baruch Siach | 1 | -16/+58 |
2018-01-02 | thermal: armada: Use real status register name | Miquel Raynal | 1 | -8/+8 |
2018-01-02 | thermal: armada: Clarify control registers accesses | Miquel Raynal | 1 | -22/+54 |
2018-01-02 | thermal: armada: Simplify the check of the validity bit | Miquel Raynal | 1 | -8/+6 |
2018-01-01 | thermal: armada: Use msleep for long delays | Baruch Siach | 1 | -4/+4 |
2018-01-01 | thermal: mtk: Cleanup unused defines | Matthias Brugger | 1 | -8/+1 |
2018-01-01 | thermal: imx: update to new formula according to NXP AN5215 | Uwe Kleine-König | 1 | -15/+11 |
2018-01-01 | thermal: imx: use consistent style to write temperatures | Uwe Kleine-König | 1 | -6/+6 |
2018-01-01 | thermal: imx: improve comments describing algorithm for temp calculation | Uwe Kleine-König | 1 | -23/+19 |
2018-01-01 | thermal: imx: Use better parameter names than "val" | Uwe Kleine-König | 1 | -5/+5 |
2018-01-01 | thermal: tegra: remove forward declarations | Nicolin Chen | 1 | -56/+47 |
2017-12-27 | thermal: int3400_thermal: Ignore Unknown Notification Codes | Brian Bian | 1 | -1/+1 |
2017-12-27 | thermal: power_allocator: fix one race condition issue for thermal_instances ... | Yi Zeng | 1 | -0/+2 |
2017-12-27 | drivers: thermal: remove duplicate includes | Pravin Shedge | 1 | -1/+0 |
2017-12-08 | cpu_cooling: Drop static-power related stuff | Viresh Kumar | 1 | -94/+12 |
2017-12-08 | cpu_cooling: Keep only one of_cpufreq*cooling_register() helper | Viresh Kumar | 1 | -26/+2 |
2017-12-08 | cpu_cooling: Remove unused cpufreq_power_cooling_register() | Viresh Kumar | 1 | -30/+0 |
2017-12-08 | cpu_cooling: Make of_cpufreq_power_cooling_register() parse DT | Viresh Kumar | 1 | -18/+31 |
2017-11-18 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 19 | -320/+1006 |
2017-11-17 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 4 | -2/+273 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 5 | -0/+5 |
2017-11-02 | Merge branches 'thermal-core', 'thermal-tool', 'thermal-intel' and 'thermal-s... | Zhang Rui | 19 | -320/+1006 |
2017-11-02 | Merge branch 'imx-nvmem' into thermal-soc | Zhang Rui | 2 | -30/+75 |
2017-11-02 | thermal: pch: Add Cannon Lake support | Srinivas Pandruvada | 1 | -0/+11 |
2017-11-02 | thermal: int340x: processor_thermal: Add Coffee Lake support | Srinivas Pandruvada | 1 | -0/+2 |
2017-11-02 | thermal: int340x: processor_thermal: Add Cannon Lake support | Srinivas Pandruvada | 1 | -0/+4 |
2017-11-02 | thermal: bxt: remove redundant variable trip | Colin Ian King | 1 | -2/+1 |
2017-11-01 | thermal: cpu_cooling: pr_err() strings should end with newlines | Arvind Yadav | 1 | -1/+1 |
2017-11-01 | thermal: add brcmstb AVS TMON driver | Brian Norris | 4 | -1/+396 |
2017-11-01 | thermal/drivers/hisi: Add support for hi3660 SoC | Kevin Wangtao | 1 | -1/+144 |
2017-11-01 | thermal/drivers/hisi: Prepare to add support for other hisi platforms | Kevin Wangtao | 1 | -45/+87 |
2017-11-01 | thermal/drivers/hisi: Add platform prefix to function name | Kevin Wangtao | 1 | -72/+73 |