aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-04-06Merge tag 'acpi-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 2-2/+2
2020-04-01thermal: int340x_thermal: fix: Update Tiger Lake ACPI device IDsGravatar Gayatri Kammela 2-2/+2
2020-03-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+17
2020-03-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-8/+4
2020-03-28thermal/x86_pkg_temp: Make pkg_temp_lock a raw_spinlock_tGravatar Clark Williams 1-12/+12
2020-03-24thermal: Convert to new X86 CPU match macrosGravatar Thomas Gleixner 4-8/+4
2020-03-23thermal: imx8mm: Fix build warning of incorrect argument typeGravatar Anson Huang 1-4/+3
2020-03-23thermal/drivers/cpufreq_cooling: Remove abusing WARN_ONGravatar Daniel Lezcano 1-2/+2
2020-03-23thermal/drivers/cpufreq_cooling: Fix return of cpufreq_set_cur_stateGravatar Willy Wolff 1-2/+4
2020-03-23thermal: imx8mm: Add i.MX8MP supportGravatar Anson Huang 1-24/+130
2020-03-23thermal: qcom: tsens.h: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-03-23thermal: imx_sc_thermal: Fix incorrect data typeGravatar Anson Huang 1-2/+2
2020-03-23thermal: int340x_thermal: Use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 1-1/+1
2020-03-23thermal: int340x: processor_thermal: Add Tiger Lake supportGravatar Sumeet Pawnikar 1-0/+5
2020-03-21acpi: Remove header dependencyGravatar Peter Zijlstra 1-0/+1
2020-03-21thermal/x86_pkg_temp: Make pkg_temp_lock a raw_spinlock_tGravatar Clark Williams 2-13/+14
2020-03-20thermal: imx: Calling imx_thermal_unregister_legacy_cooling() in .removeGravatar Anson Huang 1-2/+1
2020-03-20thermal: qoriq: Sort includes alphabeticallyGravatar Anson Huang 1-3/+2
2020-03-20thermal: qoriq: Use devm_add_action_or_reset() to handle all cleanupsGravatar Anson Huang 1-21/+14
2020-03-20thermal: rcar_thermal: Remove lock in rcar_thermal_get_current_temp()Gravatar Niklas Söderlund 1-10/+6
2020-03-20thermal: rcar_thermal: Do not store ctemp in rcar_thermal_privGravatar Niklas Söderlund 1-16/+10
2020-03-20thermal: rcar_thermal: Always update thermal zone on interruptGravatar Niklas Söderlund 1-12/+1
2020-03-20drivers: thermal: tsens: Remove unnecessary irq flagGravatar Amit Kucheria 1-1/+1
2020-03-20drivers: thermal: tsens: kernel-doc fixupGravatar Amit Kucheria 1-0/+3
2020-03-20drivers: thermal: tsens: Add watchdog supportGravatar Amit Kucheria 3-0/+71
2020-03-20drivers: thermal: tsens: Add critical interrupt supportGravatar Amit Kucheria 4-36/+223
2020-03-20drivers: thermal: tsens: Release device in success pathGravatar Amit Kucheria 1-4/+2
2020-03-20drivers: thermal: tsens: use simpler variablesGravatar Amit Kucheria 1-4/+4
2020-03-20drivers: thermal: tsens: Pass around struct tsens_sensor as a constantGravatar Amit Kucheria 3-11/+12