summaryrefslogtreecommitdiff
path: root/drivers/thermal/amlogic_thermal.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23thermal/drivers/amlogic: Support A1 SoC family Thermal Sensor controllerDmitry Rokosov1-0/+10
2024-01-02thermal: amlogic: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functionsUwe Kleine-König1-5/+6
2024-01-02thermal: amlogic: Make amlogic_thermal_disable() return voidUwe Kleine-König1-4/+4
2023-10-02thermal: amlogic: Convert to platform remove callback returning voidUwe Kleine-König1-4/+4
2023-07-31thermal: Explicitly include correct DT includesRob Herring1-2/+0
2023-06-26thermal/drivers/amlogic: Remove redundant msg in amlogic_thermal_probe()Yangtao Li1-2/+1
2023-04-07thermal: amlogic: Use dev_err_probe()Ye Xingchen1-5/+2
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-02-15thermal: Remove core header inclusion from driversDaniel Lezcano1-1/+0
2022-08-17thermal/drivers/amlogic: Switch to new of APIDaniel Lezcano1-8/+8
2021-03-10thermal: amlogic: Omit superfluous error message in amlogic_thermal_probe()Tang Bin1-3/+1
2020-11-16thermal: amlogic: Add hwmon supportMartin Blumenstingl1-0/+4
2020-01-27thermal: amlogic: Appease the kernel-doc deityAmit Kucheria1-1/+5
2019-11-07thermal: amlogic: Add thermal driver to support G12 SoCsGuillaume La Roque1-0/+333