summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/sun8i_thermal.c
Commit message (Expand)AuthorAgeFilesLines
* thermal/drivers/sun8i_thermal: Remove unneeded call to platform_set_drvdata()Andrei Coardos2023-08-161-2/+0
* thermal/drivers/sun8i: Free calibration nvmem after reading itMark Brown2023-08-161-1/+3
* thermal/drivers/sun8i: Remove unneeded commentsYangtao Li2023-08-161-2/+0
* thermal: Explicitly include correct DT includesRob Herring2023-07-311-1/+1
* thermal/drivers/sun8i: Remove redundant msg in sun8i_ths_register()Yangtao Li2023-06-261-3/+1
* thermal/drivers/sun8i: Fix some error handling paths in sun8i_ths_probe()Christophe JAILLET2023-06-261-37/+18
* thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()Daniel Lezcano2023-03-031-1/+1
* thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano2023-03-031-1/+1
* thermal/drivers/sun8i: Convert to use macroYangtao Li2023-01-241-2/+2
* thermal/drivers/sun8i: Switch to new of APIDaniel Lezcano2022-08-171-7/+7
* thermal/drivers/sun8i: Fix typo in commentJulia Lawall2022-07-281-1/+1
* thermal: Fix couple of spellos in the file sun8i_thermal.cBhaskar Chowdhury2021-03-101-2/+2
* thermal: sun8i: Use bitmap API instead of open codeYangtao Li2020-11-121-16/+17
* thermal: sun8i: Add A100's THS controller supportYangtao Li2020-10-121-0/+14
* thermal: sun8i: add TEMP_CALIB_MASK for calibration data in sun50i_h6_ths_cal...Yangtao Li2020-10-121-1/+1
* thermal: sun8i: Add hwmon supportYangtao Li2020-01-271-0/+6
* thermal: sun8i: Remove unused variable and unneeded macrosYangtao Li2020-01-271-6/+0
* thermal: sun8i: Fix using plain integer as NULL pointer in sun8i_ths_resource...Yangtao Li2020-01-271-1/+1
* thermal: sun8i: Fix r40 ths numberYangtao Li2020-01-271-1/+1
* thermal/drivers/sun8i: Add thermal driver for H6/H5/H3/A64/A83T/R40Yangtao Li2020-01-271-0/+639