index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thermal
/
tegra
/
soctherm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-12
thermal: trip: Pass trip pointer to .set_trip_temp() thermal zone callback
Rafael J. Wysocki
1
-10
/
+5
2023-10-02
thermal: soctherm: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-03
thermal/core: Use the thermal zone 'devdata' accessor in thermal located drivers
Daniel Lezcano
1
-3
/
+3
2023-01-06
thermal/drivers/tegra: Fix set_trip_temp() deadlock
Johan Hovold
1
-1
/
+1
2023-01-06
thermal/drivers/tegra: Fix crash when getting critical temp
Jon Hunter
1
-1
/
+1
2023-01-06
thermal/drivers/tegra: Use generic thermal_zone_get_trip() function
Daniel Lezcano
1
-19
/
+14
2022-08-17
thermal/drivers/tegra: Switch to new of API
Daniel Lezcano
1
-11
/
+10
2022-07-28
thermal/drivers/tegra: Remove get_trend function
Daniel Lezcano
1
-32
/
+0
2021-08-14
thermal/drivers/tegra-soctherm: Silence message about clamped temperature
Dmitry Osipenko
1
-2
/
+2
2021-04-20
thermal/drivers/tegra: Use devm_platform_ioremap_resource_byname
dingsenjie
1
-10
/
+3
2021-03-10
thermal: Fix a typo in the file soctherm.c
Bhaskar Chowdhury
1
-1
/
+1
2020-01-27
thermal: tegra: Appease the kernel-doc deity
Amit Kucheria
1
-2
/
+13
2019-08-28
thermal: tegra: Fix a typo
Christophe JAILLET
1
-1
/
+1
2019-06-18
thermal: tegra: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-12
/
+2
2019-05-14
thermal: tegra: enable OC hw throttle
Wei Ni
1
-10
/
+120
2019-05-14
thermal: tegra: add support for EDP IRQ
Wei Ni
1
-0
/
+420
2019-05-14
thermal: tegra: add set_trips functionality
Wei Ni
1
-2
/
+62
2019-05-14
thermal: tegra: add support for thermal IRQ
Wei Ni
1
-0
/
+136
2019-05-14
thermal: tegra: add support for gpu hw-throttle
Wei Ni
1
-33
/
+85
2019-05-14
thermal: tegra: support hw and sw shutdown
Wei Ni
1
-15
/
+84
2019-02-21
thermal: tegra: add get_trend ops
Wei Ni
1
-0
/
+32
2019-02-21
thermal: tegra: fix memory allocation
Wei Ni
1
-1
/
+1
2019-02-21
thermal: tegra: remove unnecessary warnings
Wei Ni
1
-2
/
+2
2019-01-02
thermal: tegra: soctherm: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
1
-11
/
+1
2018-06-13
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+4
2018-06-13
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-4
/
+4
2018-06-02
thermal: tegra: soctherm: add const to struct thermal_cooling_device_ops
srplinux2008
1
-1
/
+1
2018-05-07
thermal: tegra: Nuke clk_{readl,writel} helpers
Ezequiel Garcia
1
-27
/
+2
2018-01-01
thermal: tegra: remove forward declarations
Nicolin Chen
1
-56
/
+47
2017-11-01
thermal: tegra: remove null check for dev pointer
Nicolin Chen
1
-1
/
+1
2016-09-27
thermal: tegra: add hw-throttle for Tegra132
Wei Ni
1
-30
/
+204
2016-09-27
thermal: tegra: add hw-throttle function
Wei Ni
1
-15
/
+653
2016-05-17
thermal: tegra: add Tegra132 specific SOC_THERM driver
Wei Ni
1
-0
/
+6
2016-05-17
thermal: tegra: fix static checker warning
Wei Ni
1
-4
/
+1
2016-05-17
thermal: tegra: mark PM functions __maybe_unused
Arnd Bergmann
1
-2
/
+2
2016-05-17
thermal: tegra: add PM support
Wei Ni
1
-0
/
+46
2016-05-17
thermal: tegra: handle HW initialization in one funcotion
Wei Ni
1
-41
/
+44
2016-05-17
thermal: tegra: handle clocks in one function
Wei Ni
1
-15
/
+36
2016-05-17
thermal: tegra: add thermtrip function
Wei Ni
1
-5
/
+161
2016-05-17
thermal: tegra: add a debugfs to show registers
Wei Ni
1
-3
/
+143
2016-05-17
thermal: tegra: add Tegra210 specific SOC_THERM driver
Wei Ni
1
-0
/
+6
2016-05-17
thermal: tegra: split tegra_soctherm driver
Wei Ni
1
-0
/
+310