aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-14thermal/int340x_thermal: Prevent page fault on .set_mode() opGravatar Bartosz Szczepanek 1-1/+6
2020-06-29thermal/drivers/rcar_gen3: Fix undefined temperature if negativeGravatar Dien Pham 1-1/+1
2020-06-29thermal/drivers/cpufreq_cooling: Fix wrong frequency converted from powerGravatar Finley Xiao 1-3/+3
2020-06-29thermal/drivers/tsens: Fix compilation warnings by making functions staticGravatar Amit Kucheria 1-5/+5
2020-06-29thermal/drivers/sprd: Fix return value of sprd_thm_probe()Gravatar Tiezhu Yang 1-2/+2
2020-06-29thermal/drivers/mediatek: Fix bank number settings on mt8183Gravatar Michael Kao 1-1/+4
2020-06-29thermal/drivers: imx: Fix missing of_node_put() at probe timeGravatar Anson Huang 1-3/+4
2020-06-12Merge tag 'thermal-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 30-976/+1534
2020-05-29thermal/int340x_thermal: Don't require IDSP to existGravatar Matthew Garrett 1-8/+22
2020-05-29thermal/int340x_thermal: Export OEM vendor variablesGravatar Matthew Garrett 1-1/+131
2020-05-29thermal/int340x_thermal: Export GDDVGravatar Matthew Garrett 1-0/+60
2020-05-29thermal: qoriq: Update the settings for TMUv2Gravatar Yuantian Tang 1-2/+24
2020-05-22thermal: rcar_thermal: Clean up rcar_thermal_update_temp()Gravatar Niklas Söderlund 1-5/+4
2020-05-22thermal: qoriq: Add platform dependenciesGravatar Geert Uytterhoeven 1-2/+2
2020-05-22drivers: thermal: tsens: Merge tsens-common.c into tsens.cGravatar Amit Kucheria 4-850/+840
2020-05-22thermal/of: Rename of-thermal.cGravatar Amit Kucheria 2-1/+1
2020-05-22thermal/governors: Prefix all source files with gov_Gravatar Amit Kucheria 5-4/+4
2020-05-22thermal/drivers/user_space: Sort headers alphabeticallyGravatar Amit Kucheria 1-1/+1
2020-05-22thermal/drivers/of-thermal: Sort headers alphabeticallyGravatar Amit Kucheria 1-5/+5
2020-05-22thermal/drivers/cpufreq_cooling: Replace module.h with export.hGravatar Amit Kucheria 1-1/+1
2020-05-22thermal/drivers/cpufreq_cooling: Sort headers alphabeticallyGravatar Amit Kucheria 1-4/+4
2020-05-22thermal/drivers/clock_cooling: Include export.hGravatar Amit Kucheria 1-0/+1
2020-05-22thermal/drivers/clock_cooling: Sort headers alphabeticallyGravatar Amit Kucheria 1-1/+1
2020-05-22thermal/drivers/thermal_hwmon: Include export.hGravatar Amit Kucheria 1-0/+1
2020-05-22thermal/drivers/thermal_hwmon: Sort headers alphabeticallyGravatar Amit Kucheria 1-2/+3
2020-05-22thermal/drivers/thermal_helpers: Include export.hGravatar Amit Kucheria 1-0/+1
2020-05-22thermal/drivers/thermal_helpers: Sort headers alphabeticallyGravatar Amit Kucheria 1-1/+1
2020-05-22thermal/core: Replace module.h with export.hGravatar Amit Kucheria 1-1/+1
2020-05-22thermal/core: Get rid of MODULE_* tagsGravatar Amit Kucheria 1-4/+0
2020-05-22thermal: imx8mm: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-05-19thermal/drivers/cpuidle_cooling: Change the registration functionGravatar Daniel Lezcano 1-12/+51
2020-05-13dt-bindings: firmware: imx: Move system control into dt-binding headfileGravatar Dong Aisheng 1-1/+1
2020-04-29thermal/drivers/ti-soc-thermal: Avoid dereferencing ERR_PTRGravatar Sudip Mukherjee 1-3/+3
2020-04-15thermal: int3400_thermal: Statically initialize .get_mode()/.set_mode() opsGravatar Andrzej Pietrasiewicz 1-3/+2
2020-04-14thermal: k3: Add support for bandgap sensorsGravatar Keerthy 3-0/+275
2020-04-14thermal: Delete an error message in four functionsGravatar Markus Elfring 4-12/+5
2020-04-14thermal: Move get_thermal_instance to the internal headerGravatar Daniel Lezcano 1-0/+5
2020-04-14thermal: Move get_tz_trend to the internal headerGravatar Daniel Lezcano 1-0/+2
2020-04-14thermal: Move trip point structure definition to private headerGravatar Daniel Lezcano 1-0/+13
2020-04-14thermal: Move internal IPA functionsGravatar Daniel Lezcano 1-0/+13
2020-04-14thermal: Move struct thermal_attr to the private headerGravatar Daniel Lezcano 1-0/+5
2020-04-14thermal: Move default governor config option to the internal headerGravatar Daniel Lezcano 1-0/+11
2020-04-14thermal: devfreq_cooling: Use PM QoS to set frequency limitsGravatar Matthias Kaehlcke 1-47/+23
2020-04-14thermal: core: Remove pointless debug tracesGravatar Daniel Lezcano 1-6/+0
2020-04-14thermal: core: Make thermal_zone_set_trips privateGravatar Daniel Lezcano 2-1/+15
2020-04-14thermal: imx_sc_thermal: Add hwmon supportGravatar Anson Huang 1-0/+4
2020-04-07Merge tag 'thermal-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 24-219/+1435