summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)Author
2023-04-06thermal: intel: int340x: processor_thermal: Fix additional deadlockSrinivas Pandruvada
2023-03-17thermal: intel: int340x: processor_thermal: Fix deadlockSrinivas Pandruvada
2023-03-11thermal: intel: BXT_PMIC: select REGMAP instead of depending on itRandy Dunlap
2023-03-11thermal: intel: quark_dts: fix error pointer dereferenceDan Carpenter
2023-03-10thermal: intel: powerclamp: Fix cur_state for multi package systemSrinivas Pandruvada
2023-03-10thermal: intel: intel_pch: Add support for Wellsburg PCHTim Zimmermann
2023-03-10thermal: intel: Fix unsigned comparison with less than zeroYang Li
2023-03-10thermal/drivers/hisi: Drop second sensor hi3660Yongqin Liu
2023-03-10thermal/drivers/imx_sc_thermal: Fix the loop conditionViorel Suman
2023-03-10thermal/drivers/tsens: limit num_sensors to 9 for msm8939Dmitry Baryshkov
2023-03-10thermal/drivers/tsens: fix slope values for msm8939Dmitry Baryshkov
2023-03-10thermal/drivers/tsens: Sort out msm8976 vs msm8956 dataDmitry Baryshkov
2023-03-10thermal/drivers/tsens: Drop msm8976-specific definesDmitry Baryshkov
2023-01-25thermal: intel: int340x: Add locking to int340x_thermal_get_trip_type()Rafael J. Wysocki
2023-01-24thermal: intel: int340x: Protect trip temperature from concurrent updatesSrinivas Pandruvada
2023-01-19thermal: core: call put_device() only after device_register() failsViresh Kumar
2022-12-30thermal: int340x: Add missing attribute for data rate baseSrinivas Pandruvada
2022-12-15Merge tag 'thermal-6.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-14Merge tag 'thermal-v6.2-rc1' of https://git.kernel.org/pub/scm/linux/kernel/g...Rafael J. Wysocki
2022-12-14thermal/drivers/imx_sc_thermal: Drop empty platform remove functionUwe Kleine-König
2022-12-14thermal/drivers/qcom/lmh: Fix irq handler return valueBjorn Andersson
2022-12-14thermal/drivers/st: Use devm_platform_get_and_ioremap_resource()Minghao Chi
2022-12-14thermal/drivers/k3_j72xx_bandgap: Map fuse_base only for erratum workaroundBryan Brattlof
2022-12-14thermal/drivers/k3_j72xx_bandgap: Remove fuse_base from structureBryan Brattlof
2022-12-14thermal/drivers/k3_j72xx_bandgap: Use bool for i2128 erratum flagBryan Brattlof
2022-12-14thermal/drivers/k3_j72xx_bandgap: Simplify k3_thermal_get_temp() functionBryan Brattlof
2022-12-14thermal/drivers/qcom: Demote error log of thermal zone register to debugManivannan Sadhasivam
2022-12-14thermal/drivers/qcom/temp-alarm: Fix inaccurate warning for gen2Luca Weiss
2022-12-14thermal/core/power allocator: Remove a useless includeChristophe JAILLET
2022-12-14thermal/drivers/imx8mm: Add hwmon supportAlexander Stein
2022-12-14thermal: qcom-spmi-adc-tm5: suppress probe-deferral error messageJohan Hovold
2022-12-14thermal: ti-soc-thermal: Drop comma after SoC match table sentinelGeert Uytterhoeven
2022-12-14thermal/drivers/imx: Add support for loading calibration data from OCOTPMarek Vasut
2022-12-14thermal/drivers/qcom/tsens: Rework debugfs file structureChristian Marangi
2022-12-14thermal/drivers/qcom/tsens: Fix wrong version id dbg_version_showChristian Marangi
2022-12-14thermal/drivers/qcom/tsens: Init debugfs only with successful probeChristian Marangi
2022-12-14thermal/drivers/tsens: Add IPQ8074 supportRobert Marko
2022-12-14thermal/drivers/tsens: Allow configuring min and max tripsRobert Marko
2022-12-14thermal/drivers/tsens: Add support for combined interruptRobert Marko
2022-12-14thermal/of: Fix memory leak on thermal_of_zone_register() failureIdo Schimmel
2022-12-14thermal/drivers/k3_j72xx_bandgap: Fix the debug print messageKeerthy
2022-12-14thermal/drivers/imx8mm_thermal: Validate temperature rangeMarcus Folkesson
2022-12-14thermal/drivers/imx8mm_thermal: Use GENMASK() when appropriateMarcus Folkesson
2022-12-14thermal: intel: Don't set HFI status bit to 1Srinivas Pandruvada
2022-12-12Merge tag 'thermal-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-12Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2022-12-12Merge branch 'thermal-intel'Rafael J. Wysocki
2022-12-02thermal: intel: hfi: Remove a pointless die_id checkRicardo Neri
2022-12-02Merge Intel thermal control drivers changes for v6.2Rafael J. Wysocki
2022-11-25thermal: core: fix some possible name leaks in error pathsYang Yingliang