index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thermal
/
rockchip_thermal.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
thermal: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-11-13
1
-1
/
+1
*
thermal: rockchip: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-02
1
-4
/
+2
*
thermal/drivers/rockchip: use devm_reset_control_array_get_exclusive()
Ye Xingchen
2023-04-07
1
-1
/
+1
*
thermal/drivers/rockchip: Support RK3588 SoC in the thermal driver
Finley Xiao
2023-04-07
1
-0
/
+177
*
thermal/drivers/rockchip: Support dynamic sized sensor array
Sebastian Reichel
2023-04-07
1
-7
/
+6
*
thermal/drivers/rockchip: Simplify channel id logic
Sebastian Reichel
2023-04-07
1
-27
/
+21
*
thermal/drivers/rockchip: Use dev_err_probe
Sebastian Reichel
2023-04-07
1
-32
/
+18
*
thermal/drivers/rockchip: Simplify clock logic
Sebastian Reichel
2023-04-07
1
-28
/
+5
*
thermal/drivers/rockchip: Simplify getting match data
Sebastian Reichel
2023-04-07
1
-6
/
+1
*
thermal/hwmon: Do not set no_hwmon before calling thermal_add_hwmon_sysfs()
Daniel Lezcano
2023-03-03
1
-1
/
+0
*
thermal: Remove debug or error messages in get_temp() ops
Daniel Lezcano
2023-03-03
1
-3
/
+0
*
thermal/core: Use the thermal zone 'devdata' accessor in thermal located drivers
Daniel Lezcano
2023-03-03
1
-2
/
+2
*
thermal/drivers/rockchip: Use devm_platform_get_and_ioremap_resource()
ye xingchen
2023-01-18
1
-3
/
+1
*
thermal/drivers/rockchip: Fix kernel-doc warnings
Randy Dunlap
2023-01-16
1
-3
/
+3
*
thermal/drivers/rockchip: Switch to new of API
Daniel Lezcano
2022-08-17
1
-7
/
+7
*
thermal/drivers/rockchip_thermal: Allow more resets for tsadc node
Johan Jonker
2021-10-17
1
-1
/
+1
*
thermal/drivers/rockchip: Support RK3568 SoCs in the thermal driver
Finley Xiao
2021-06-11
1
-0
/
+121
*
thermal: Use mode helpers in drivers
Andrzej Pietrasiewicz
2020-06-29
1
-2
/
+4
*
thermal: Delete an error message in four functions
Markus Elfring
2020-04-14
1
-3
/
+1
*
thermal: rockchip: Enable hwmon
Stefan Schaeckeler
2020-01-27
1
-1
/
+11
*
thermal: rockchip: Appease the kernel-doc deity
Amit Kucheria
2020-01-27
1
-6
/
+16
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
2019-06-05
1
-9
/
+1
*
Revert "thermal: rockchip: fix up the tsadc pinctrl setting error"
Heiko Stuebner
2019-05-24
1
-33
/
+3
*
thermal: rockchip: Support the PX30 SoC in thermal driver
Elaine Zhang
2019-05-14
1
-0
/
+38
*
thermal: rockchip: fix up the tsadc pinctrl setting error
Elaine Zhang
2019-05-14
1
-3
/
+33
*
thermal: rockchip_thermal: simplify getting .driver_data
Wolfram Sang
2018-11-30
1
-5
/
+3
*
thermal: rockchip: Support the RV1108 SoC in thermal driver
Rocky Hao
2017-11-01
1
-0
/
+67
*
thermal: rockchip: Support the RK3328 SOC in thermal driver
Rocky Hao
2017-08-11
1
-0
/
+65
*
thermal: rockchip: fixes the conversion table
Caesar Wang
2017-01-17
1
-1
/
+1
*
thermal: rockchip: handle set_trips without the trip points
Caesar Wang
2016-12-14
1
-1
/
+15
*
thermal: rockchip: optimize the conversion table
Caesar Wang
2016-12-14
1
-1
/
+24
*
thermal: rockchip: fixes invalid temperature case
Caesar Wang
2016-12-14
1
-20
/
+28
*
thermal: rockchip: don't pass table structs by value
Brian Norris
2016-12-14
1
-40
/
+40
*
thermal: rockchip: improve conversion error messages
Brian Norris
2016-12-14
1
-2
/
+4
*
thermal: rockchip: improve the warning log
Shawn Lin
2016-11-23
1
-5
/
+2
*
thermal: Enhance thermal_zone_device_update for events
Srinivas Pandruvada
2016-09-27
1
-1
/
+2
*
thermal: rockchip: optimize sensor auto accessing period
Rocky Hao
2016-09-27
1
-2
/
+2
*
thermal: rockchip: enhance the tsadc's bandgap feature for rk3399
Rocky Hao
2016-09-27
1
-5
/
+6
*
thermal: rockchip: fixes the exception interrupts
Caesar Wang
2016-09-27
1
-3
/
+17
*
thermal: rockchip: fixes the period time for tsadc
Caesar Wang
2016-09-27
1
-10
/
+24
*
thermal: rockchip: add the set_trips function
Caesar Wang
2016-09-27
1
-0
/
+39
*
thermal: rockchip: use the usleep_range instead of udelay
Caesar Wang
2016-05-17
1
-2
/
+2
*
thermal: rockchip: add the notes for better reading
Caesar Wang
2016-05-17
1
-21
/
+53
*
thermal: rockchip: Support RK3366 SoCs in the thermal driver
Elaine Zhang
2016-05-17
1
-0
/
+28
*
thermal: rockchip: handle the power sequence for tsadc controller
Caesar Wang
2016-05-17
1
-5
/
+82
*
thermal: rockchip: update the tsadc table for rk3399
Caesar Wang
2016-05-17
1
-34
/
+34
*
thermal: rockchip: fixes the code_to_temp for tsadc driver
Caesar Wang
2016-05-17
1
-2
/
+2
*
thermal: rockchip: disable thermal->clk in err case
Shawn Lin
2016-05-17
1
-1
/
+3
*
thermal: convert rockchip_thermal to use devm_thermal_zone_of_sensor_register
Eduardo Valentin
2016-05-17
1
-13
/
+4
*
thermal: rockchip: fix the tsadc sequence output on rk3228/rk3399
Caesar Wang
2016-03-01
1
-74
/
+102
[next]