aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal/rockchip_thermal.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-02thermal: rockchip: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-04-07thermal/drivers/rockchip: use devm_reset_control_array_get_exclusive()Gravatar Ye Xingchen 1-1/+1
2023-04-07thermal/drivers/rockchip: Support RK3588 SoC in the thermal driverGravatar Finley Xiao 1-0/+177
2023-04-07thermal/drivers/rockchip: Support dynamic sized sensor arrayGravatar Sebastian Reichel 1-7/+6
2023-04-07thermal/drivers/rockchip: Simplify channel id logicGravatar Sebastian Reichel 1-27/+21
2023-04-07thermal/drivers/rockchip: Use dev_err_probeGravatar Sebastian Reichel 1-32/+18
2023-04-07thermal/drivers/rockchip: Simplify clock logicGravatar Sebastian Reichel 1-28/+5
2023-04-07thermal/drivers/rockchip: Simplify getting match dataGravatar Sebastian Reichel 1-6/+1
2023-03-03thermal/hwmon: Do not set no_hwmon before calling thermal_add_hwmon_sysfs()Gravatar Daniel Lezcano 1-1/+0
2023-03-03thermal: Remove debug or error messages in get_temp() opsGravatar Daniel Lezcano 1-3/+0
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversGravatar Daniel Lezcano 1-2/+2
2023-01-18thermal/drivers/rockchip: Use devm_platform_get_and_ioremap_resource()Gravatar ye xingchen 1-3/+1
2023-01-16thermal/drivers/rockchip: Fix kernel-doc warningsGravatar Randy Dunlap 1-3/+3
2022-08-17thermal/drivers/rockchip: Switch to new of APIGravatar Daniel Lezcano 1-7/+7
2021-10-17thermal/drivers/rockchip_thermal: Allow more resets for tsadc nodeGravatar Johan Jonker 1-1/+1
2021-06-11thermal/drivers/rockchip: Support RK3568 SoCs in the thermal driverGravatar Finley Xiao 1-0/+121
2020-06-29thermal: Use mode helpers in driversGravatar Andrzej Pietrasiewicz 1-2/+4
2020-04-14thermal: Delete an error message in four functionsGravatar Markus Elfring 1-3/+1
2020-01-27thermal: rockchip: Enable hwmonGravatar Stefan Schaeckeler 1-1/+11
2020-01-27thermal: rockchip: Appease the kernel-doc deityGravatar Amit Kucheria 1-6/+16
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Gravatar Thomas Gleixner 1-9/+1
2019-05-23Revert "thermal: rockchip: fix up the tsadc pinctrl setting error"Gravatar Heiko Stuebner 1-33/+3
2019-05-14thermal: rockchip: Support the PX30 SoC in thermal driverGravatar Elaine Zhang 1-0/+38
2019-05-14thermal: rockchip: fix up the tsadc pinctrl setting errorGravatar Elaine Zhang 1-3/+33
2018-11-30thermal: rockchip_thermal: simplify getting .driver_dataGravatar Wolfram Sang 1-5/+3
2017-10-31thermal: rockchip: Support the RV1108 SoC in thermal driverGravatar Rocky Hao 1-0/+67
2017-08-11thermal: rockchip: Support the RK3328 SOC in thermal driverGravatar Rocky Hao 1-0/+65
2017-01-16thermal: rockchip: fixes the conversion tableGravatar Caesar Wang 1-1/+1
2016-12-13thermal: rockchip: handle set_trips without the trip pointsGravatar Caesar Wang 1-1/+15
2016-12-13thermal: rockchip: optimize the conversion tableGravatar Caesar Wang 1-1/+24
2016-12-13thermal: rockchip: fixes invalid temperature caseGravatar Caesar Wang 1-20/+28
2016-12-13thermal: rockchip: don't pass table structs by valueGravatar Brian Norris 1-40/+40
2016-12-13thermal: rockchip: improve conversion error messagesGravatar Brian Norris 1-2/+4
2016-11-23thermal: rockchip: improve the warning logGravatar Shawn Lin 1-5/+2
2016-09-27thermal: Enhance thermal_zone_device_update for eventsGravatar Srinivas Pandruvada 1-1/+2
2016-09-27thermal: rockchip: optimize sensor auto accessing periodGravatar Rocky Hao 1-2/+2
2016-09-27thermal: rockchip: enhance the tsadc's bandgap feature for rk3399Gravatar Rocky Hao 1-5/+6
2016-09-27thermal: rockchip: fixes the exception interruptsGravatar Caesar Wang 1-3/+17
2016-09-27thermal: rockchip: fixes the period time for tsadcGravatar Caesar Wang 1-10/+24
2016-09-27thermal: rockchip: add the set_trips functionGravatar Caesar Wang 1-0/+39
2016-05-17thermal: rockchip: use the usleep_range instead of udelayGravatar Caesar Wang 1-2/+2
2016-05-17thermal: rockchip: add the notes for better readingGravatar Caesar Wang 1-21/+53
2016-05-17thermal: rockchip: Support RK3366 SoCs in the thermal driverGravatar Elaine Zhang 1-0/+28
2016-05-17thermal: rockchip: handle the power sequence for tsadc controllerGravatar Caesar Wang 1-5/+82
2016-05-17thermal: rockchip: update the tsadc table for rk3399Gravatar Caesar Wang 1-34/+34
2016-05-17thermal: rockchip: fixes the code_to_temp for tsadc driverGravatar Caesar Wang 1-2/+2
2016-05-17thermal: rockchip: disable thermal->clk in err caseGravatar Shawn Lin 1-1/+3
2016-05-17thermal: convert rockchip_thermal to use devm_thermal_zone_of_sensor_registerGravatar Eduardo Valentin 1-13/+4
2016-02-29thermal: rockchip: fix the tsadc sequence output on rk3228/rk3399Gravatar Caesar Wang 1-74/+102
2016-02-29thermal: rockchip: the rename compatibles for rockchip SoCsGravatar Caesar Wang 1-22/+28