summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag 'thermal-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-1718-74/+145
|\
| * thermal: core: Adding missing nlmsg_free() in thermal_genl_sampling_temp()Jing Xiangfeng2020-10-121-1/+2
| * thermal: ti-soc-thermal: Enable addition power managementAdam Ford2020-10-122-1/+59
| * thermal: sun8i: Add A100's THS controller supportYangtao Li2020-10-121-0/+14
| * thermal: sun8i: add TEMP_CALIB_MASK for calibration data in sun50i_h6_ths_cal...Yangtao Li2020-10-121-1/+1
| * thermal: cooling: Remove unused variable *tzzhuguangqing2020-10-125-22/+11
| * thermal: int340x: Add keep alive response methodSrinivas Pandruvada2020-10-121-0/+29
| * thermal: int340x: Provide notification for OEM variable changeSrinivas Pandruvada2020-10-121-11/+11
| * thermal: core: remove unnecessary mutex_init()Qinglang Miao2020-10-121-1/+0
| * thermal/idle_inject: Fix comment of idle_duration_us and name of latency_nszhuguangqing2020-10-121-1/+1
| * thermal: Kconfig: Update description for RCAR_GEN3_THERMAL configLad Prabhakar2020-10-121-3/+3
| * thermal: stm32: simplify the return expression of stm_thermal_prepare()Qinglang Miao2020-10-121-6/+1
| * thermal: rcar_thermal: Add missing braces to conditional statementGeert Uytterhoeven2020-10-121-2/+2
| * thermal: Use kobj_to_dev() instead of container_of()Tian Tao2020-10-121-1/+1
| * thermal: imx8mm: Use dev_err_probe() to simplify error handlingAnson Huang2020-10-121-7/+3
| * thermal: imx: Use dev_err_probe() to simplify error handlingAnson Huang2020-10-121-16/+6
| * drivers: thermal: Kconfig: fix spelling mistake "acces" -> "access"Colin Ian King2020-10-121-1/+1
* | genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* | genetlink: add small version of opsJakub Kicinski2020-10-021-1/+1
|/
* Merge tag 'thermal-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-044-18/+24
|\
| * thermal: core: Fix use-after-free in thermal_zone_device_unregister()Dmitry Osipenko2020-09-041-2/+3
| * thermal: qcom-spmi-temp-alarm: Don't suppress negative tempVeera Vegivada2020-09-041-2/+2
| * thermal: ti-soc-thermal: Fix bogus thermal shutdowns for omap4430Tony Lindgren2020-09-042-14/+19
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-6/+6
|/
* Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-08-153-0/+174
|\
| * thermal: Add support for the MCU controlled FAN on Khadas boardsNeil Armstrong2020-06-253-0/+174
* | thermal: don't make THERMAL_NETLINK 'default y'Linus Torvalds2020-08-071-1/+0
* | Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-0637-738/+1424
|\ \
| * | thermal: intel: intel_pch_thermal: Add Cannon Lake Low Power PCH supportSumeet Pawnikar2020-08-041-0/+3
| * | thermal: mediatek: Add tsensor support for V2 thermal systemHenry Yen2020-07-311-7/+125
| * | thermal: mediatek: Prepare to add support for other platformsHenry Yen2020-07-311-52/+62
| * | thermal: Update power allocator and devfreq cooling to SPDX licensingLukasz Luba2020-07-302-17/+2
| * | thermal: core: Add thermal zone enable/disable notificationDaniel Lezcano2020-07-291-0/+5
| * | thermal: qcom: tsens-v0_1: Add support for MSM8939Shawn Guo2020-07-273-2/+147
| * | thermal: core: Fix thermal zone lookup by IDThierry Reding2020-07-241-3/+5
| * | thermal: int340x: processor_thermal: fix: update Jasper Lake PCI idSumeet Pawnikar2020-07-241-1/+1
| * | thermal: imx8mm: Support module autoloadingAnson Huang2020-07-211-0/+1
| * | thermal: ti-soc-thermal: Fix reversed condition in ti_thermal_expose_sensor()Dan Carpenter2020-07-211-1/+1
| * | thermal: rcar_gen3_thermal: Do not shadow thcode variableNiklas Söderlund2020-07-211-3/+3
| * | thermal: core: Move initialization after core initcallDaniel Lezcano2020-07-211-1/+1
| * | thermal: netlink: Improve the initcall orderingDaniel Lezcano2020-07-213-2/+11
| * | thermal: rcar_gen3_thermal: Add r8a774e1 supportMarian-Cristian Rotariu2020-07-211-0/+4
| * | thermal/drivers/clock_cooling: Remove clock_cooling codeAmit Kucheria2020-07-213-458/+0
| * | thermal: core: remove redundant initialization of variable retColin Ian King2020-07-211-1/+1
| * | thermal: netlink: Fix compilation error when CONFIG_NET=nDaniel Lezcano2020-07-214-19/+114
| * | thermal: core: Add notifications call in the frameworkDaniel Lezcano2020-07-073-3/+46
| * | thermal: core: genetlink support for events/cmd/samplingDaniel Lezcano2020-07-073-1/+667
| * | thermal: core: Get thermal zone by idDaniel Lezcano2020-07-072-0/+16
| * | thermal: core: Add helpers to browse the cdev, tz and governor listDaniel Lezcano2020-07-072-0/+60