summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-3/+3
|\
| * treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2018-06-061-3/+3
* | Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-061-2/+2
|\ \
| * | thermal: bcm2835: Stop using printk format %pCrGeert Uytterhoeven2018-06-051-2/+2
* | | Merge branch 'thermal-soc' into nextZhang Rui2018-05-111-3/+11
|\ \ \
| * | | thermal: exynos: Propagate error value from tmu_read()Marek Szyprowski2018-04-271-2/+7
| * | | thermal: exynos: Reading temperature makes sense only when TMU is turned onMarek Szyprowski2018-04-271-1/+4
| | |/ | |/|
* / | thermal: int3403_thermal: Fix NULL pointer deref on module load / probeHans de Goede2018-04-241-2/+1
|/ /
* | Merge branches 'thermal-core' and 'thermal-soc' into nextZhang Rui2018-04-131-3/+3
|\ \
| * | thermal: imx: Fix race condition in imx_thermal_probe()Mikhail Lappo2018-03-141-3/+3
| |/
* / thermal: Add cooling device's statistics in sysfsViresh Kumar2018-04-025-2/+248
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2018-02-0611-198/+286
|\
| *-. Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into nextZhang Rui2018-01-158-180/+281
| |\ \
| | | * thermal/drivers/hisi: Remove bogus const from function return typeGeert Uytterhoeven2018-01-021-1/+1
| | | * thermal: armada: Give meaningful names to the thermal zonesMiquel Raynal2018-01-011-2/+2
| | | * thermal: armada: Wait sensors validity before exiting the init callbackMiquel Raynal2018-01-011-3/+20
| | | * thermal: armada: Change sensors trim default valueMiquel Raynal2018-01-011-0/+13
| | | * thermal: armada: Update Kconfig and module descriptionMiquel Raynal2018-01-012-4/+4
| | | * thermal: armada: Add support for Armada CP110Baruch Siach2018-01-011-7/+26
| | | * thermal: armada: Add support for Armada AP806Baruch Siach2018-01-011-16/+58
| | | * thermal: armada: Use real status register nameMiquel Raynal2018-01-011-8/+8
| | | * thermal: armada: Clarify control registers accessesMiquel Raynal2018-01-011-22/+54
| | | * thermal: armada: Simplify the check of the validity bitMiquel Raynal2018-01-011-8/+6
| | | * thermal: armada: Use msleep for long delaysBaruch Siach2018-01-011-4/+4
| | | * thermal: mtk: Cleanup unused definesMatthias Brugger2018-01-011-8/+1
| | | * thermal: imx: update to new formula according to NXP AN5215Uwe Kleine-König2018-01-011-15/+11
| | | * thermal: imx: use consistent style to write temperaturesUwe Kleine-König2018-01-011-6/+6
| | | * thermal: imx: improve comments describing algorithm for temp calculationUwe Kleine-König2018-01-011-23/+19
| | | * thermal: imx: Use better parameter names than "val"Uwe Kleine-König2018-01-011-5/+5
| | | * thermal: tegra: remove forward declarationsNicolin Chen2018-01-011-56/+47
| | * | thermal/x86 pkg temp: Remove debugfs_create_u32() castsGeert Uytterhoeven2018-01-131-2/+2
| | * | thermal: int3400_thermal: fix error handling in int3400_thermal_probe()Alexey Khoroshilov2018-01-131-3/+7
| | * | thermal: int3400_thermal: Ignore Unknown Notification CodesBrian Bian2017-12-271-1/+1
| | |/
| * | thermal: thermal_hwmon: Convert to hwmon_device_register_with_info()Fabio Estevam2018-01-151-17/+3
| * | thermal: power_allocator: fix one race condition issue for thermal_instances ...Yi Zeng2017-12-271-0/+2
| * | drivers: thermal: remove duplicate includesPravin Shedge2017-12-271-1/+0
| |/
* | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-9/+8
|\ \
| * | treewide: Use DEVICE_ATTR_WOJoe Perches2018-01-091-1/+1
| * | treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-091-3/+3
| * | treewide: Use DEVICE_ATTR_RWJoe Perches2018-01-091-5/+4
| |/
* | cpu_cooling: Drop static-power related stuffViresh Kumar2017-12-071-94/+12
* | cpu_cooling: Keep only one of_cpufreq*cooling_register() helperViresh Kumar2017-12-071-26/+2
* | cpu_cooling: Remove unused cpufreq_power_cooling_register()Viresh Kumar2017-12-071-30/+0
* | cpu_cooling: Make of_cpufreq_power_cooling_register() parse DTViresh Kumar2017-12-071-18/+31
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2017-11-1719-320/+1006
|\
| *-. Merge branches 'thermal-core', 'thermal-tool', 'thermal-intel' and 'thermal-s...Zhang Rui2017-11-0219-320/+1006
| |\ \
| | | * Merge branch 'imx-nvmem' into thermal-socZhang Rui2017-11-022-30/+75
| | | |\
| | | | * thermal: imx: add NVMEM dependencyArnd Bergmann2017-10-181-0/+1
| | | | * thermal: imx: Add support for reading OCOTP through nvmemLeonard Crestez2017-09-201-30/+74
| | |_|/ | |/| |
| | | * thermal: cpu_cooling: pr_err() strings should end with newlinesArvind Yadav2017-10-311-1/+1