aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-9/+8
2018-01-09treewide: Use DEVICE_ATTR_WOJoe Perches1-1/+1
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-3/+3
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches1-5/+4
2017-12-07cpu_cooling: Drop static-power related stuffViresh Kumar1-94/+12
2017-12-07cpu_cooling: Keep only one of_cpufreq*cooling_register() helperViresh Kumar1-26/+2
2017-12-07cpu_cooling: Remove unused cpufreq_power_cooling_register()Viresh Kumar1-30/+0
2017-12-07cpu_cooling: Make of_cpufreq_power_cooling_register() parse DTViresh Kumar1-18/+31
2017-11-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds19-320/+1006
2017-11-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-2/+273
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-11-02Merge branches 'thermal-core', 'thermal-tool', 'thermal-intel' and 'thermal-soc' into nextZhang Rui19-320/+1006
2017-11-02Merge branch 'imx-nvmem' into thermal-socZhang Rui2-30/+75
2017-11-02thermal: pch: Add Cannon Lake supportSrinivas Pandruvada1-0/+11
2017-11-02thermal: int340x: processor_thermal: Add Coffee Lake supportSrinivas Pandruvada1-0/+2
2017-11-02thermal: int340x: processor_thermal: Add Cannon Lake supportSrinivas Pandruvada1-0/+4
2017-11-02thermal: bxt: remove redundant variable tripColin Ian King1-2/+1
2017-10-31thermal: cpu_cooling: pr_err() strings should end with newlinesArvind Yadav1-1/+1
2017-10-31thermal: add brcmstb AVS TMON driverBrian Norris4-1/+396
2017-10-31thermal/drivers/hisi: Add support for hi3660 SoCKevin Wangtao1-1/+144
2017-10-31thermal/drivers/hisi: Prepare to add support for other hisi platformsKevin Wangtao1-45/+87
2017-10-31thermal/drivers/hisi: Add platform prefix to function nameKevin Wangtao1-72/+73
2017-10-31thermal/drivers/hisi: Put platform code togetherKevin Wangtao1-38/+38
2017-10-31thermal/drivers/qcom-spmi: Use devm_iio_channel_getDaniel Lezcano1-29/+14
2017-10-31thermal/drivers/generic-iio-adc: Switch tz request to devm versionDaniel Lezcano1-20/+4
2017-10-31thermal/drivers/step_wise: Fix temperature regulation misbehaviorDaniel Lezcano1-5/+6
2017-10-31thermal/drivers/hisi: Use round up step valueKevin Wangtao1-14/+8
2017-10-31thermal/drivers/hisi: Move the clk setup in the corresponding functionsKevin Wangtao1-20/+9
2017-10-31thermal/drivers/hisi: Remove mutex_lock in the codeDaniel Lezcano1-6/+0
2017-10-31thermal/drivers/hisi: Remove thermal data back pointerDaniel Lezcano1-6/+5
2017-10-31thermal/drivers/hisi: Convert long to intDaniel Lezcano1-2/+2
2017-10-31thermal/drivers/hisi: Rename and remove unused fieldDaniel Lezcano1-10/+8
2017-10-31thermal/drivers/hisi: Remove costly sensor inspectionDaniel Lezcano1-110/+93
2017-10-31thermal/drivers/hisi: Fix configuration register settingDaniel Lezcano1-5/+29
2017-10-31thermal/drivers/hisi: Encapsulate register writes into helpersDaniel Lezcano1-22/+70
2017-10-31thermal/drivers/hisi: Remove pointless lockDaniel Lezcano1-5/+1
2017-10-31thermal/drivers/hisi: Fix multiple alarm interrupts firingDaniel Lezcano1-2/+8
2017-10-31thermal/drivers/hisi: Simplify the temperature/step computationDaniel Lezcano1-13/+28
2017-10-31thermal/drivers/hisi: Fix kernel panic on alarm interruptDaniel Lezcano1-9/+9
2017-10-31thermal/drivers/hisi: Remove the multiple sensors supportDaniel Lezcano1-56/+19
2017-10-31thermal/drivers/hisi: Fix missing interrupt enablementDaniel Lezcano1-2/+3
2017-10-31thermal: ti-soc-thermal: Fix ti_thermal_unregister_cpu_cooling NULL pointer on unloadTony Lindgren1-1/+2
2017-10-31thermal: rcar_gen3_thermal: fix initialization sequence for H3 ES2.0Niklas Söderlund1-19/+15
2017-10-31thermal: armada: fix formula documentation commentBaruch Siach1-1/+1
2017-10-31thermal: tegra: remove null check for dev pointerNicolin Chen1-1/+1
2017-10-31thermal: enable broadcom menu for arm64 bcm2835Allen Wild1-1/+1
2017-10-31thermal: rockchip: Support the RV1108 SoC in thermal driverRocky Hao1-0/+67
2017-10-19thermal: Add Tegra BPMP thermal sensor driverMikko Perttunen4-2/+273
2017-10-18thermal: imx: add NVMEM dependencyArnd Bergmann1-0/+1
2017-10-17thermal/intel_powerclamp: pr_err()/pr_info() strings should end with newlinesArvind Yadav1-2/+2