aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/thermal (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-27Merge tag 'thermal-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds14-32/+865
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+3
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-17/+20
2025-05-23thermal: qcom: ipq5018: make ops_ipq5018 struct staticGeorge Moussalem1-1/+1
2025-05-23thermal/drivers/airoha: Fix spelling mistake "calibrarion" -> "calibration"Colin Ian King1-1/+1
2025-05-19thermal: intel: x86_pkg_temp_thermal: Fix bogus trip temperatureZhang Rui1-0/+1
2025-05-19Merge tag 'thermal-v6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linuxRafael J. Wysocki9-29/+601
2025-05-16thermal: Switch to irq_domain_create_linear()Jiri Slaby (SUSE)2-2/+3
2025-05-16thermal/drivers/airoha: Fix spelling mistakeChristian Marangi1-5/+5
2025-05-16thermal/drivers/qcom/tsens: Add support for IPQ5018 tsensSricharan Ramabadhran3-0/+20
2025-05-16thermal/drivers/qcom/tsens: Add support for tsens v1 without RPMGeorge Moussalem3-4/+59
2025-05-16thermal/drivers/qcom/tsens: Update conditions to strictly evaluate for IP v2+George Moussalem1-5/+5
2025-05-16thermal/drivers: Add support for Airoha EN7581 thermal sensorChristian Marangi3-0/+499
2025-05-16thermal/drivers/mediatek/lvts: Remove unused lvts_debugfs_exitArnd Bergmann1-2/+0
2025-05-16thermal/drivers/mediatek/lvts: Fix debugfs unregister on failureAngeloGioacchino Del Regno1-8/+8
2025-05-16thermal/drivers/amlogic: Rename Uptat to uptat to follow kernel coding styleEnrique Isidoro Vazquez Ramos1-8/+8
2025-05-16thermal/drivers/bcm2835: Use %pC instead of %pCnLuca Ceresoli1-1/+1
2025-05-16thermal/drivers/hisi: Do not enable by default during compile testingKrzysztof Kozlowski1-1/+1
2025-05-07thermal: intel: int340x: Enable platform temperature controlSrinivas Pandruvada1-2/+3
2025-05-07thermal: intel: int340x: Add platform temperature control interfaceSrinivas Pandruvada4-1/+261
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)3-0/+3
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar2-19/+21
2025-04-15thermal: intel: int340x: Fix Panther Lake DLVR supportSrinivas Pandruvada1-16/+17
2025-04-15thermal: intel: int340x: Add missing DVFS support flagsSrinivas Pandruvada1-3/+4
2025-04-10x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'Ingo Molnar3-5/+5
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar2-4/+4
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar2-7/+7
2025-04-01Merge tag 'thermal-6.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds9-117/+342
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-9/+16
2025-03-25Merge tag 'thermal-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds7-20/+23
2025-03-25thermal/drivers/qcom-spmi-temp-alarm: Drop unused driver dataJohan Hovold1-1/+0
2025-03-25thermal: rcar_gen3: Reuse logic to read fuses on Gen3 and Gen4Niklas Söderlund1-50/+41
2025-03-25thermal: rcar_gen3: Use lowercase hex constantsNiklas Söderlund1-8/+8
2025-03-25thermal/drivers/brcmstb_thermal: Add support for BCM74110Florian Fainelli1-2/+9
2025-03-25thermal/drivers/mediatek/lvts: Only update IRQ enable for valid sensorsNícolas F. R. A. Prado1-1/+1
2025-03-25thermal/drivers/mediatek/lvts: Start sensor interrupts disabledNícolas F. R. A. Prado1-2/+1
2025-03-25thermal/drivers/mediatek/lvts: Disable low offset IRQ for minimum thresholdNícolas F. R. A. Prado1-13/+35
2025-03-25thermal/drivers/mediatek/lvts: Disable Stage 3 thermal thresholdNícolas F. R. A. Prado1-14/+2
2025-03-25thermal/drivers/mediatek/lvts: Disable monitor mode during suspendNícolas F. R. A. Prado1-2/+34
2025-03-25thermal/drivers/rockchip: Add missing rk3328 mapping entryTrevor Woerner1-0/+1
2025-03-25thermal/drivers/tsens: Add TSENS enable and calibration support for V2Praveenkumar I3-1/+188
2025-03-25thermal/drivers/qoriq: Power down TMU on system suspendAlice Guo1-0/+13
2025-03-25thermal/drivers/qoriq: Use dev_err_probe() simplify the codeFrank Li1-24/+10
2025-03-24Merge branches 'thermal-core' and 'thermal-misc'Rafael J. Wysocki6-20/+20
2025-03-16thermal: core: allow user configuration of hardware protection actionAhmad Fatoum3-9/+16
2025-03-13thermal: int340x: Add NULL check for adevChenyuan Yang1-0/+3
2025-03-12thermal: core: Delay exposing sysfs interfaceLucas De Marchi1-10/+10
2025-03-04Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commitsIngo Molnar2-30/+52
2025-03-03thermal: core: Fix spelling mistake "Occurences" -> "Occurrences"Colin Ian King1-1/+1