summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'thermal-7.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-9/+49
5 daysMerge branch 'thermal-testing'Rafael J. Wysocki3-8/+43
7 daysthermal: testing: zone: Flush work items during cleanupRafael J. Wysocki3-8/+43
12 daysthermal: intel: Fix dangling resources on thermal_throttle_online() failureRicardo Neri1-1/+6
2026-06-15Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2-0/+2
2026-06-15Merge tag 'x86-msr-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2-34/+34
2026-06-11Merge branch 'thermal-testing'Rafael J. Wysocki3-11/+21
2026-06-11Merge back earlier thermal control material for 7.2Rafael J. Wysocki22-488/+997
2026-06-08thermal: sysfs: Replace sscanf() with kstrtoul()Ovidiu Panait1-5/+3
2026-06-08thermal: testing: Replace sscanf() with kstrtoint()Ovidiu Panait1-6/+6
2026-06-08thermal: testing: reject missing command argumentsSamuel Moelius1-0/+12
2026-06-08thermal: intel: intel_tcc_cooling: Add Arrow Lake CPU modelsSrinivas Pandruvada1-0/+3
2026-06-08x86/msr: Switch wrmsr_safe_on_cpu() users to wrmsrq_safe_on_cpu()Juergen Gross1-1/+1
2026-06-08x86/msr: Switch rdmsr_safe_on_cpu() users to rdmsrq_safe_on_cpu()Juergen Gross1-21/+22
2026-06-08x86/msr: Switch wrmsr_on_cpu() users to wrmsrq_on_cpu()Juergen Gross1-1/+1
2026-06-08x86/msr: Switch rdmsr_on_cpu() users to rdmsrq_on_cpu()Juergen Gross1-13/+12
2026-06-03thermal/drivers/qcom/tsens: Disable wakeup interrupt setup on automotive targetsPriyansh Jain3-1/+20
2026-06-03thermal/drivers/qcom/tsens: Switch wake IRQ handling to PM callbacksPriyansh Jain3-14/+69
2026-06-03thermal/of: Support cooling device ID in cooling-specDaniel Lezcano1-4/+22
2026-06-03thermal/of: Pass cdev_id and introduce devm registration helperDaniel Lezcano1-12/+46
2026-06-03thermal/of: Add cooling device ID supportDaniel Lezcano4-9/+11
2026-06-03thermal/of: Rename the devm_thermal_of_cooling_device_register() functionDaniel Lezcano3-12/+16
2026-06-03thermal/of: Move cooling device OF helpers out of thermal coreDaniel Lezcano3-78/+90
2026-06-03thermal/core: Add devm_thermal_cooling_device_register()Daniel Lezcano1-0/+35
2026-06-03thermal/core: Introduce non-OF thermal_cooling_device_register()Daniel Lezcano1-36/+24
2026-06-03thermal/drivers/samsung: Enable TMU by defaultKrzysztof Kozlowski1-0/+1
2026-06-03thermal/driver/qoriq: Workaround unexpected temperature readings from tmuJacky Bai1-1/+39
2026-06-03thermal/drivers/qoriq: Add i.MX93 tmu supportJacky Bai1-3/+28
2026-06-03thermal/drivers/spacemit/k1: Add thermal sensor supportShuwei Wu5-0/+305
2026-06-03thermal/drivers/imx: Do not split quoted string across linesMayur Kumar1-2/+2
2026-06-03thermal/of: Fix trailing whitespace and repeated wordMayur Kumar1-2/+2
2026-06-03thermal/drivers/qcom/tsens: Atomic temperature read with hardware-guided retriesPriyansh Jain2-34/+78
2026-06-03thermal/drivers/qcom: Fix typo in commentJinseok Kim1-1/+1
2026-06-03thermal/drivers/amlogic: Add support for secure monitor calibration readoutRonald Claveau1-30/+82
2026-06-03thermal/drivers/amlogic: Add missing dependency on MESON_SMRonald Claveau1-0/+1
2026-06-01thermal: intel: Use sysfs_emit() for powerclamp cpumaskYury Norov1-1/+1
2026-05-26thermal: intel: int340x: Check return value of ptc_create_groups()Aravind Anilraj1-2/+8
2026-05-26thermal: intel: int340x: Fix potential shift overflow in ptc_mmio_write()Aravind Anilraj1-1/+1
2026-05-26thermal/core: Use devm_add_action_or_reset() when registering a cooling deviceDaniel Lezcano1-17/+13
2026-05-26thermal/drivers/tegra/soctherma: Switch to devm cooling device registrationDaniel Lezcano1-3/+3
2026-05-26thermal/drivers/tegra/soctherm: Use devm_add_action_or_reset() for clock disableDaniel Lezcano1-13/+15
2026-05-22thermal: sysfs: remove space before tab in macroMayur Kumar1-1/+1
2026-05-22thermal: core: Add WQ_UNBOUND to alloc_workqueue() usersMarco Crivellari1-1/+1
2026-05-20thermal/core: Populate max_state before setting up cooling dev sysfsOvidiu Panait1-2/+2
2026-05-15thermal/core: Split __thermal_cooling_device_register() into two functionsDaniel Lezcano1-44/+73
2026-05-13thermal: hwmon: Use extra_groups for adding temperature attributesRafael J. Wysocki1-77/+45
2026-05-13thermal: hwmon: Register a hwmon device for each thermal zoneRafael J. Wysocki1-104/+47
2026-05-13thermal: hwmon: Fix critical temperature attribute removalRafael J. Wysocki1-1/+4
2026-05-13thermal/core: Use the thermal class pointer as init guardDaniel Lezcano1-7/+4
2026-05-13thermal/core: Allocate the thermal class dynamicallyDaniel Lezcano1-7/+9