summaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)AuthorFilesLines
2023-01-06thermal/drivers/tegra: Fix crash when getting critical tempJon Hunter1-1/+1
2023-01-06thermal/drivers/exynos: Fix NULL pointer dereference when getting the critica...Daniel Lezcano1-3/+2
2023-01-06thermal/drivers/intel: Use generic thermal_zone_get_trip() functionDaniel Lezcano1-53/+67
2023-01-06thermal/intel/int340x: Replace parameter to simplifyDaniel Lezcano3-27/+20
2023-01-06thermal/drivers/ti: Remove unused macros ti_thermal_get_trip_value() / ti_the...Daniel Lezcano1-15/+0
2023-01-06thermal/drivers/da9062: Use generic thermal_zone_get_trip() functionDaniel Lezcano1-44/+8
2023-01-06thermal/drivers/broadcom: Use generic thermal_zone_get_trip() functionDaniel Lezcano1-3/+5
2023-01-06thermal/drivers/rcar: Use generic thermal_zone_get_trip() functionDaniel Lezcano1-47/+6
2023-01-06thermal/drivers/imx: Use generic thermal_zone_get_trip() functionDaniel Lezcano1-45/+27
2023-01-06thermal/drivers/st: Use generic trip pointsDaniel Lezcano1-40/+7
2023-01-06thermal/of: Remove of_thermal_get_crit_temp()Daniel Lezcano1-15/+0
2023-01-06thermal/of: Remove of_thermal_set_trip_hyst()Daniel Lezcano1-13/+0
2023-01-06thermal/of: Remove of_thermal_is_trip_valid()Daniel Lezcano2-29/+0
2023-01-06thermal/of: Remove of_thermal_get_ntrips()Daniel Lezcano2-21/+0
2023-01-06thermal/drivers/rcar_gen3: Use the generic function to get the number of tripsDaniel Lezcano1-1/+1
2023-01-06thermal/drivers/armada: Use generic thermal_zone_get_trip() functionDaniel Lezcano1-18/+19
2023-01-06thermal/drivers/qcom: Use generic thermal_zone_get_trip() functionDaniel Lezcano1-22/+17
2023-01-06thermal/drivers/hisi: Use generic thermal_zone_get_trip() functionDaniel Lezcano1-5/+6
2023-01-06thermal/drivers/uniphier: Use generic thermal_zone_get_trip() functionDaniel Lezcano1-15/+12
2023-01-06thermal/drivers/tegra: Use generic thermal_zone_get_trip() functionDaniel Lezcano2-28/+22
2023-01-06thermal/drivers/exynos: Replace of_thermal_is_trip_valid() by thermal_zone_ge...Daniel Lezcano1-3/+6
2023-01-06thermal/drivers/exynos: of_thermal_get_ntrips()Daniel Lezcano1-3/+4
2023-01-06thermal/drivers/exynos: Use generic thermal_zone_get_trip() functionDaniel Lezcano1-25/+16
2023-01-06thermal/of: Remove unused functionsDaniel Lezcano2-24/+0
2023-01-06thermal/of: Use generic thermal_zone_get_trip() functionDaniel Lezcano1-36/+0
2023-01-06thermal/core/governors: Use thermal_zone_get_trip() instead of ops functionsDaniel Lezcano4-67/+61
2023-01-06thermal/core: Add a generic thermal_zone_set_trip() functionDaniel Lezcano2-41/+54
2023-01-06thermal/sysfs: Always expose hysteresis attributesDaniel Lezcano1-16/+9
2023-01-06thermal/core: Add a generic thermal_zone_get_trip() functionDaniel Lezcano5-87/+140
2022-12-30thermal/x86_pkg_temp_thermal: Add support for handling dynamic tjmaxZhang Rui1-11/+19
2022-12-30thermal/x86_pkg_temp_thermal: Use Intel TCC libraryZhang Rui2-31/+14
2022-12-30thermal/intel/intel_tcc_cooling: Use Intel TCC libraryZhang Rui2-29/+9
2022-12-30thermal/intel/intel_soc_dts_iosf: Use Intel TCC libraryZhang Rui2-28/+6
2022-12-30thermal/int340x/processor_thermal: Use Intel TCC libraryZhang Rui2-98/+22
2022-12-30thermal/intel: Introduce Intel TCC libraryZhang Rui3-0/+144
2022-12-30thermal: int340x: Add missing attribute for data rate baseSrinivas Pandruvada1-0/+4
2022-12-15Merge tag 'thermal-6.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-79/+312
2022-12-14Merge tag 'thermal-v6.2-rc1' of https://git.kernel.org/pub/scm/linux/kernel/g...Rafael J. Wysocki16-78/+308
2022-12-14thermal/drivers/imx_sc_thermal: Drop empty platform remove functionUwe Kleine-König1-6/+0
2022-12-14thermal/drivers/qcom/lmh: Fix irq handler return valueBjorn Andersson1-1/+1
2022-12-14thermal/drivers/st: Use devm_platform_get_and_ioremap_resource()Minghao Chi1-3/+1
2022-12-14thermal/drivers/k3_j72xx_bandgap: Map fuse_base only for erratum workaroundBryan Brattlof1-12/+22
2022-12-14thermal/drivers/k3_j72xx_bandgap: Remove fuse_base from structureBryan Brattlof1-12/+12
2022-12-14thermal/drivers/k3_j72xx_bandgap: Use bool for i2128 erratum flagBryan Brattlof1-4/+4
2022-12-14thermal/drivers/k3_j72xx_bandgap: Simplify k3_thermal_get_temp() functionBryan Brattlof1-8/+1
2022-12-14thermal/drivers/qcom: Demote error log of thermal zone register to debugManivannan Sadhasivam1-1/+1
2022-12-14thermal/drivers/qcom/temp-alarm: Fix inaccurate warning for gen2Luca Weiss1-1/+2
2022-12-14thermal/core/power allocator: Remove a useless includeChristophe JAILLET1-1/+0
2022-12-14thermal/drivers/imx8mm: Add hwmon supportAlexander Stein1-0/+4
2022-12-14thermal: qcom-spmi-adc-tm5: suppress probe-deferral error messageJohan Hovold1-4/+2