aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/sun8i_thermal.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-11thermal/drivers/sun8i: Don't fail probe due to zone registration failureMark Brown1-2/+14
2024-03-11thermal/drivers/sun8i: Add support for H616 THS controllerMartin Botka1-0/+15
2024-03-11thermal/drivers/sun8i: Add SRAM register access codeAndre Przywara1-0/+51
2024-03-11thermal/drivers/sun8i: Extend H6 calibration to support 4 sensorsMaksim Kiselev1-8/+20
2024-03-11thermal/drivers/sun8i: Explain unknown H6 register valueAndre Przywara1-13/+16
2024-01-02thermal/drivers/sun8i: Add D1/T113s THS controller supportMaxim Kiselev1-0/+13
2023-08-16thermal/drivers/sun8i_thermal: Remove unneeded call to platform_set_drvdata()Andrei Coardos1-2/+0
2023-08-16thermal/drivers/sun8i: Free calibration nvmem after reading itMark Brown1-1/+3
2023-08-16thermal/drivers/sun8i: Remove unneeded commentsYangtao Li1-2/+0
2023-07-31thermal: Explicitly include correct DT includesRob Herring1-1/+1
2023-06-26thermal/drivers/sun8i: Remove redundant msg in sun8i_ths_register()Yangtao Li1-3/+1
2023-06-26thermal/drivers/sun8i: Fix some error handling paths in sun8i_ths_probe()Christophe JAILLET1-37/+18
2023-03-03thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()Daniel Lezcano1-1/+1
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano1-1/+1
2023-01-24thermal/drivers/sun8i: Convert to use macroYangtao Li1-2/+2
2022-08-17thermal/drivers/sun8i: Switch to new of APIDaniel Lezcano1-7/+7
2022-07-28thermal/drivers/sun8i: Fix typo in commentJulia Lawall1-1/+1
2021-03-10thermal: Fix couple of spellos in the file sun8i_thermal.cBhaskar Chowdhury1-2/+2
2020-11-12thermal: sun8i: Use bitmap API instead of open codeYangtao Li1-16/+17
2020-10-12thermal: sun8i: Add A100's THS controller supportYangtao Li1-0/+14
2020-10-12thermal: sun8i: add TEMP_CALIB_MASK for calibration data in sun50i_h6_ths_cal...Yangtao Li1-1/+1
2020-01-27thermal: sun8i: Add hwmon supportYangtao Li1-0/+6
2020-01-27thermal: sun8i: Remove unused variable and unneeded macrosYangtao Li1-6/+0
2020-01-27thermal: sun8i: Fix using plain integer as NULL pointer in sun8i_ths_resource...Yangtao Li1-1/+1
2020-01-27thermal: sun8i: Fix r40 ths numberYangtao Li1-1/+1
2020-01-27thermal/drivers/sun8i: Add thermal driver for H6/H5/H3/A64/A83T/R40Yangtao Li1-0/+639