aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-18thermal/drivers/kirkwood: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-18thermal/drivers/thermal_mmio: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-18thermal/drivers/rockchip: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-18thermal/drivers/mtk_thermal: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-18thermal/drivers/armada: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-18thermal/drivers/dove: Use devm_platform_get_and_ioremap_resource()ye xingchen1-5/+2
2023-01-18thermal/drivers/bcm2835: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-18thermal/drivers/brcmstb_thermal: Use devm_platform_get_and_ioremap_resource()ye xingchen1-3/+1
2023-01-18thermal/drivers/qcom-spmi-adc-tm5: Use asm intead of asm-genericAndy Shevchenko1-1/+2
2023-01-17thermal/drivers/imx_sc_thermal: Add iMX8QM sensorsViorel Suman1-1/+5
2023-01-17thermal/drivers/imx_sc_thermal: Fix the loop conditionViorel Suman1-2/+2
2023-01-16thermal/drivers/qcom: Remove duplicate set next trip point interrupt codeDaniel Lezcano1-49/+2
2023-01-16thermal/drivers/tsens: Drop single-cell code for msm8976/msm8956Dmitry Baryshkov1-27/+2
2023-01-16thermal/drivers/tsens: Drop single-cell code for msm8939Dmitry Baryshkov1-25/+1
2023-01-16thermal/drivers/tsens: Drop single-cell code for mdm9607Dmitry Baryshkov1-31/+7
2023-01-16thermal/drivers/tsens: Rework legacy calibration data parsersDmitry Baryshkov4-662/+297
2023-01-16thermal/drivers/tsens: Support using nvmem cells for msm8974 calibrationDmitry Baryshkov3-8/+84
2023-01-16thermal/drivers/tsens: Support using nvmem cells for calibration dataDmitry Baryshkov4-1/+106
2023-01-16thermal/drivers/tsens: limit num_sensors to 9 for msm8939Dmitry Baryshkov1-9/+4
2023-01-16thermal/drivers/tsens: fix slope values for msm8939Dmitry Baryshkov1-1/+16
2023-01-16thermal/drivers/tsens: Sort out msm8976 vs msm8956 dataDmitry Baryshkov3-27/+34
2023-01-16thermal/drivers/tsens: Drop msm8976-specific definesDmitry Baryshkov1-7/+2
2023-01-16thermal/drivers/tsens: Drop unnecessary hw_idsDmitry Baryshkov2-2/+0
2023-01-16dt-bindings: thermal: tsens: add per-sensor cells for msm8974Dmitry Baryshkov1-0/+58
2023-01-16dt-bindings: thermal: tsens: support per-sensor calibration cellsDmitry Baryshkov1-10/+84
2023-01-16dt-bindings: thermal: tsens: add msm8956 compatDmitry Baryshkov1-0/+1
2023-01-16dt-bindings: thermal: qcom-spmi-adc-tm5: add qcom,adc-tm7Krzysztof Kozlowski1-0/+1
2023-01-16thermal/drivers/uniphier: Use regular comment syntaxRandy Dunlap1-1/+1
2023-01-16thermal/drivers/rockchip: Fix kernel-doc warningsRandy Dunlap1-3/+3
2023-01-16thermal/drivers/mtk_thermal: Fix kernel-doc function nameRandy Dunlap1-1/+1
2023-01-06thermal/drivers/armada: Use strscpy() to instead of strncpy()Xu Panda1-2/+1
2023-01-06thermal/drivers/qcom: Fix lock inversionJohan Hovold1-0/+5
2023-01-06thermal/drivers/tegra: Fix set_trip_temp() deadlockJohan Hovold1-1/+1
2023-01-06thermal/drivers/qcom: Fix set_trip_temp() deadlockJohan Hovold3-1/+4
2023-01-06thermal/drivers/mellanox: Use generic thermal_zone_get_trip() functionDaniel Lezcano1-161/+48
2023-01-06wifi: iwlwifi: Use generic thermal_zone_get_trip() functionDaniel Lezcano2-60/+13
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/cxgb4: Use generic thermal_zone_get_trip() functionDaniel Lezcano2-34/+7
2023-01-06thermal/drivers/acerhdf: Use generic thermal_zone_get_trip() functionDaniel Lezcano1-47/+26
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