aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-1/+1
2020-10-17Merge tag 'thermal-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 18-74/+145
2020-10-12thermal: core: Adding missing nlmsg_free() in thermal_genl_sampling_temp()Gravatar Jing Xiangfeng 1-1/+2
2020-10-12thermal: ti-soc-thermal: Enable addition power managementGravatar Adam Ford 2-1/+59
2020-10-12thermal: sun8i: Add A100's THS controller supportGravatar Yangtao Li 1-0/+14
2020-10-12thermal: sun8i: add TEMP_CALIB_MASK for calibration data in sun50i_h6_ths_cal...Gravatar Yangtao Li 1-1/+1
2020-10-12thermal: cooling: Remove unused variable *tzGravatar zhuguangqing 5-22/+11
2020-10-12thermal: int340x: Add keep alive response methodGravatar Srinivas Pandruvada 1-0/+29
2020-10-12thermal: int340x: Provide notification for OEM variable changeGravatar Srinivas Pandruvada 1-11/+11
2020-10-12thermal: core: remove unnecessary mutex_init()Gravatar Qinglang Miao 1-1/+0
2020-10-12thermal/idle_inject: Fix comment of idle_duration_us and name of latency_nsGravatar zhuguangqing 1-1/+1
2020-10-12thermal: Kconfig: Update description for RCAR_GEN3_THERMAL configGravatar Lad Prabhakar 1-3/+3
2020-10-12thermal: stm32: simplify the return expression of stm_thermal_prepare()Gravatar Qinglang Miao 1-6/+1
2020-10-12thermal: rcar_thermal: Add missing braces to conditional statementGravatar Geert Uytterhoeven 1-2/+2
2020-10-12thermal: Use kobj_to_dev() instead of container_of()Gravatar Tian Tao 1-1/+1
2020-10-12thermal: imx8mm: Use dev_err_probe() to simplify error handlingGravatar Anson Huang 1-7/+3
2020-10-12thermal: imx: Use dev_err_probe() to simplify error handlingGravatar Anson Huang 1-16/+6
2020-10-12drivers: thermal: Kconfig: fix spelling mistake "acces" -> "access"Gravatar Colin Ian King 1-1/+1
2020-10-02genetlink: move to smaller ops wherever possibleGravatar Jakub Kicinski 1-3/+3
2020-10-02genetlink: add small version of opsGravatar Jakub Kicinski 1-1/+1
2020-09-04Merge tag 'thermal-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-18/+24
2020-09-04thermal: core: Fix use-after-free in thermal_zone_device_unregister()Gravatar Dmitry Osipenko 1-2/+3
2020-09-04thermal: qcom-spmi-temp-alarm: Don't suppress negative tempGravatar Veera Vegivada 1-2/+2
2020-09-04thermal: ti-soc-thermal: Fix bogus thermal shutdowns for omap4430Gravatar Tony Lindgren 2-14/+19
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-6/+6
2020-08-15Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 3-0/+174
2020-08-07thermal: don't make THERMAL_NETLINK 'default y'Gravatar Linus Torvalds 1-1/+0
2020-08-06Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 37-738/+1424
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+1
2020-08-04thermal: intel: intel_pch_thermal: Add Cannon Lake Low Power PCH supportGravatar Sumeet Pawnikar 1-0/+3
2020-08-03Merge branches 'pm-em' and 'pm-core'Gravatar Rafael J. Wysocki 1-6/+6
2020-07-31thermal: mediatek: Add tsensor support for V2 thermal systemGravatar Henry Yen 1-7/+125
2020-07-31thermal: mediatek: Prepare to add support for other platformsGravatar Henry Yen 1-52/+62
2020-07-30thermal: Update power allocator and devfreq cooling to SPDX licensingGravatar Lukasz Luba 2-17/+2
2020-07-29thermal: core: Add thermal zone enable/disable notificationGravatar Daniel Lezcano 1-0/+5
2020-07-27thermal: qcom: tsens-v0_1: Add support for MSM8939Gravatar Shawn Guo 3-2/+147
2020-07-24thermal: core: Fix thermal zone lookup by IDGravatar Thierry Reding 1-3/+5
2020-07-24thermal: int340x: processor_thermal: fix: update Jasper Lake PCI idGravatar Sumeet Pawnikar 1-1/+1
2020-07-21thermal: imx8mm: Support module autoloadingGravatar Anson Huang 1-0/+1
2020-07-21thermal: ti-soc-thermal: Fix reversed condition in ti_thermal_expose_sensor()Gravatar Dan Carpenter 1-1/+1
2020-07-21thermal: rcar_gen3_thermal: Do not shadow thcode variableGravatar Niklas Söderlund 1-3/+3
2020-07-21thermal: core: Move initialization after core initcallGravatar Daniel Lezcano 1-1/+1
2020-07-21thermal: netlink: Improve the initcall orderingGravatar Daniel Lezcano 3-2/+11
2020-07-21thermal: rcar_gen3_thermal: Add r8a774e1 supportGravatar Marian-Cristian Rotariu 1-0/+4
2020-07-21thermal/drivers/clock_cooling: Remove clock_cooling codeGravatar Amit Kucheria 3-458/+0
2020-07-21thermal: core: remove redundant initialization of variable retGravatar Colin Ian King 1-1/+1
2020-07-21thermal: netlink: Fix compilation error when CONFIG_NET=nGravatar Daniel Lezcano 4-19/+114
2020-07-16Merge tag 'thermal-v5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-6/+9
2020-07-15Revert "thermal: mediatek: fix register index error"Gravatar Enric Balletbo i Serra 1-4/+2
2020-07-15thermal: int3403_thermal: Downgrade error messageGravatar Alex Hung 1-1/+1