summaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-031-3/+3
* | genetlink: add small version of opsJakub Kicinski2020-10-031-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-242-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-0737-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
| * | thermal: Make thermal_zone_device_is_enabled() available to core onlyAndrzej Pietrasiewicz2020-07-072-1/+2
| * | thermal: imx: Use driver's local data to decide whether to run a measurementAndrzej Pietrasiewicz2020-07-071-3/+4
| * | thermal: Rename set_mode() to change_mode()Andrzej Pietrasiewicz2020-06-294-12/+12
| * | thermal: Simplify or eliminate unnecessary set_mode() methodsAndrzej Pietrasiewicz2020-06-293-28/+0
| * | thermal: core: Stop polling DISABLED thermal devicesAndrzej Pietrasiewicz2020-06-291-2/+14
| * | thermal: Explicitly enable non-changing thermal zone devicesAndrzej Pietrasiewicz2020-06-2910-1/+58
| * | thermal: Use mode helpers in driversAndrzej Pietrasiewicz2020-06-2910-61/+42
| * | thermal: Add mode helpersAndrzej Pietrasiewicz2020-06-291-0/+53