Age | Commit message (Expand) | Author |
2023-01-25 | thermal: intel: int340x: Add locking to int340x_thermal_get_trip_type() | Rafael J. Wysocki |
2023-01-24 | thermal: intel: int340x: Protect trip temperature from concurrent updates | Srinivas Pandruvada |
2023-01-19 | thermal: core: call put_device() only after device_register() fails | Viresh Kumar |
2022-12-30 | thermal: int340x: Add missing attribute for data rate base | Srinivas Pandruvada |
2022-12-15 | Merge tag 'thermal-6.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-12-14 | Merge tag 'thermal-v6.2-rc1' of https://git.kernel.org/pub/scm/linux/kernel/g... | Rafael J. Wysocki |
2022-12-14 | thermal/drivers/imx_sc_thermal: Drop empty platform remove function | Uwe Kleine-König |
2022-12-14 | thermal/drivers/qcom/lmh: Fix irq handler return value | Bjorn Andersson |
2022-12-14 | thermal/drivers/st: Use devm_platform_get_and_ioremap_resource() | Minghao Chi |
2022-12-14 | thermal/drivers/k3_j72xx_bandgap: Map fuse_base only for erratum workaround | Bryan Brattlof |
2022-12-14 | thermal/drivers/k3_j72xx_bandgap: Remove fuse_base from structure | Bryan Brattlof |
2022-12-14 | thermal/drivers/k3_j72xx_bandgap: Use bool for i2128 erratum flag | Bryan Brattlof |
2022-12-14 | thermal/drivers/k3_j72xx_bandgap: Simplify k3_thermal_get_temp() function | Bryan Brattlof |
2022-12-14 | thermal/drivers/qcom: Demote error log of thermal zone register to debug | Manivannan Sadhasivam |
2022-12-14 | thermal/drivers/qcom/temp-alarm: Fix inaccurate warning for gen2 | Luca Weiss |
2022-12-14 | thermal/core/power allocator: Remove a useless include | Christophe JAILLET |
2022-12-14 | thermal/drivers/imx8mm: Add hwmon support | Alexander Stein |
2022-12-14 | thermal: qcom-spmi-adc-tm5: suppress probe-deferral error message | Johan Hovold |
2022-12-14 | thermal: ti-soc-thermal: Drop comma after SoC match table sentinel | Geert Uytterhoeven |
2022-12-14 | thermal/drivers/imx: Add support for loading calibration data from OCOTP | Marek Vasut |
2022-12-14 | thermal/drivers/qcom/tsens: Rework debugfs file structure | Christian Marangi |
2022-12-14 | thermal/drivers/qcom/tsens: Fix wrong version id dbg_version_show | Christian Marangi |
2022-12-14 | thermal/drivers/qcom/tsens: Init debugfs only with successful probe | Christian Marangi |
2022-12-14 | thermal/drivers/tsens: Add IPQ8074 support | Robert Marko |
2022-12-14 | thermal/drivers/tsens: Allow configuring min and max trips | Robert Marko |
2022-12-14 | thermal/drivers/tsens: Add support for combined interrupt | Robert Marko |
2022-12-14 | thermal/of: Fix memory leak on thermal_of_zone_register() failure | Ido Schimmel |
2022-12-14 | thermal/drivers/k3_j72xx_bandgap: Fix the debug print message | Keerthy |
2022-12-14 | thermal/drivers/imx8mm_thermal: Validate temperature range | Marcus Folkesson |
2022-12-14 | thermal/drivers/imx8mm_thermal: Use GENMASK() when appropriate | Marcus Folkesson |
2022-12-14 | thermal: intel: Don't set HFI status bit to 1 | Srinivas Pandruvada |
2022-12-12 | Merge tag 'thermal-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-12-12 | Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds |
2022-12-12 | Merge branch 'thermal-intel' | Rafael J. Wysocki |
2022-12-02 | thermal: intel: hfi: Remove a pointless die_id check | Ricardo Neri |
2022-12-02 | Merge Intel thermal control drivers changes for v6.2 | Rafael J. Wysocki |
2022-11-25 | thermal: core: fix some possible name leaks in error paths | Yang Yingliang |
2022-11-23 | thermal: intel: hfi: ACK HFI for the same timestamp | Srinivas Pandruvada |
2022-11-23 | thermal: intel: Protect clearing of thermal status bits | Srinivas Pandruvada |
2022-11-23 | thermal: intel: Prevent accidental clearing of HFI status | Srinivas Pandruvada |
2022-11-23 | ACPI: make remove callback of ACPI driver void | Dawei Li |
2022-11-22 | Merge tag 'tegra-for-6.2-firmware-v2' of git://git.kernel.org/pub/scm/linux/k... | Arnd Bergmann |
2022-11-14 | thermal/core: Protect thermal device operations against thermal device removal | Guenter Roeck |
2022-11-14 | thermal/core: Remove thermal_zone_set_trips() | Guenter Roeck |
2022-11-14 | thermal/core: Protect sysfs accesses to thermal operations with thermal zone ... | Guenter Roeck |
2022-11-14 | thermal/core: Protect hwmon accesses to thermal operations with thermal zone ... | Guenter Roeck |
2022-11-14 | thermal/core: Introduce locked version of thermal_zone_device_update | Guenter Roeck |
2022-11-14 | thermal/core: Move parameter validation from __thermal_zone_get_temp to therm... | Guenter Roeck |
2022-11-14 | thermal/core: Ensure that thermal device is registered in thermal_zone_get_temp | Guenter Roeck |
2022-11-14 | thermal/core: Delete device under thermal device zone lock | Guenter Roeck |