summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
AgeCommit message (Expand)AuthorLines
2020-08-15Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-0/+174
2020-08-07thermal: don't make THERMAL_NETLINK 'default y'Linus Torvalds-1/+0
2020-08-06Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-738/+1424
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+1
2020-08-04thermal: intel: intel_pch_thermal: Add Cannon Lake Low Power PCH supportSumeet Pawnikar-0/+3
2020-08-03Merge branches 'pm-em' and 'pm-core'Rafael J. Wysocki-6/+6
2020-07-31thermal: mediatek: Add tsensor support for V2 thermal systemHenry Yen-7/+125
2020-07-31thermal: mediatek: Prepare to add support for other platformsHenry Yen-52/+62
2020-07-30thermal: Update power allocator and devfreq cooling to SPDX licensingLukasz Luba-17/+2
2020-07-29thermal: core: Add thermal zone enable/disable notificationDaniel Lezcano-0/+5
2020-07-27thermal: qcom: tsens-v0_1: Add support for MSM8939Shawn Guo-2/+147
2020-07-24thermal: core: Fix thermal zone lookup by IDThierry Reding-3/+5
2020-07-24thermal: int340x: processor_thermal: fix: update Jasper Lake PCI idSumeet Pawnikar-1/+1
2020-07-21thermal: imx8mm: Support module autoloadingAnson Huang-0/+1
2020-07-21thermal: ti-soc-thermal: Fix reversed condition in ti_thermal_expose_sensor()Dan Carpenter-1/+1
2020-07-21thermal: rcar_gen3_thermal: Do not shadow thcode variableNiklas Söderlund-3/+3
2020-07-21thermal: core: Move initialization after core initcallDaniel Lezcano-1/+1
2020-07-21thermal: netlink: Improve the initcall orderingDaniel Lezcano-2/+11
2020-07-21thermal: rcar_gen3_thermal: Add r8a774e1 supportMarian-Cristian Rotariu-0/+4
2020-07-21thermal/drivers/clock_cooling: Remove clock_cooling codeAmit Kucheria-458/+0
2020-07-21thermal: core: remove redundant initialization of variable retColin Ian King-1/+1
2020-07-21thermal: netlink: Fix compilation error when CONFIG_NET=nDaniel Lezcano-19/+114
2020-07-16Merge tag 'thermal-v5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+9
2020-07-15Revert "thermal: mediatek: fix register index error"Enric Balletbo i Serra-4/+2
2020-07-15thermal: int3403_thermal: Downgrade error messageAlex Hung-1/+1
2020-07-14thermal/int340x_thermal: Prevent page fault on .set_mode() opBartosz Szczepanek-1/+6
2020-07-07thermal: core: Add notifications call in the frameworkDaniel Lezcano-3/+46
2020-07-07thermal: core: genetlink support for events/cmd/samplingDaniel Lezcano-1/+667
2020-07-07thermal: core: Get thermal zone by idDaniel Lezcano-0/+16
2020-07-07thermal: core: Add helpers to browse the cdev, tz and governor listDaniel Lezcano-0/+60
2020-07-07thermal: Make thermal_zone_device_is_enabled() available to core onlyAndrzej Pietrasiewicz-1/+2
2020-07-07thermal: imx: Use driver's local data to decide whether to run a measurementAndrzej Pietrasiewicz-3/+4
2020-06-29thermal: Rename set_mode() to change_mode()Andrzej Pietrasiewicz-12/+12
2020-06-29thermal: Simplify or eliminate unnecessary set_mode() methodsAndrzej Pietrasiewicz-28/+0
2020-06-29thermal: core: Stop polling DISABLED thermal devicesAndrzej Pietrasiewicz-2/+14
2020-06-29thermal: Explicitly enable non-changing thermal zone devicesAndrzej Pietrasiewicz-1/+58
2020-06-29thermal: Use mode helpers in driversAndrzej Pietrasiewicz-61/+42
2020-06-29thermal: Add mode helpersAndrzej Pietrasiewicz-0/+53
2020-06-29thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz-77/+3
2020-06-29thermal: Store device mode in struct thermal_zone_deviceAndrzej Pietrasiewicz-39/+22
2020-06-29thermal: Store thermal mode in a dedicated enumAndrzej Pietrasiewicz-11/+7
2020-06-29thermal/drivers/rcar_gen3: Fix undefined temperature if negativeDien Pham-1/+1
2020-06-29thermal/drivers/cpufreq_cooling: Fix wrong frequency converted from powerFinley Xiao-3/+3
2020-06-29thermal/drivers/tsens: Fix compilation warnings by making functions staticAmit Kucheria-5/+5
2020-06-29thermal/drivers/sprd: Fix return value of sprd_thm_probe()Tiezhu Yang-2/+2
2020-06-29thermal/drivers/mediatek: Fix bank number settings on mt8183Michael Kao-1/+4
2020-06-29thermal/drivers: imx: Fix missing of_node_put() at probe timeAnson Huang-3/+4
2020-06-25thermal: Add support for the MCU controlled FAN on Khadas boardsNeil Armstrong-0/+174
2020-06-24PM / EM: change naming convention from 'capacity' to 'performance'Lukasz Luba-6/+6
2020-06-15sched,powerclamp: Convert to sched_set_fifo()Peter Zijlstra-4/+1