index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thermal
/
tegra
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
thermal: Remove core header inclusion from drivers
Daniel Lezcano
2023-02-15
1
-1
/
+0
*
thermal/drivers/tegra: Fix set_trip_temp() deadlock
Johan Hovold
2023-01-06
1
-1
/
+1
*
thermal/drivers/tegra: Fix crash when getting critical temp
Jon Hunter
2023-01-06
1
-1
/
+1
*
thermal/drivers/tegra: Use generic thermal_zone_get_trip() function
Daniel Lezcano
2023-01-06
2
-28
/
+22
*
firmware: tegra: bpmp: Use iosys-map helpers
Thierry Reding
2022-10-24
1
-7
/
+8
*
thermal/drivers/tegra: Switch to new of API
Daniel Lezcano
2022-08-17
3
-24
/
+28
*
thermal/core: Rename 'trips' to 'num_trips'
Daniel Lezcano
2022-07-28
1
-1
/
+1
*
thermal/drivers/tegra: Remove get_trend function
Daniel Lezcano
2022-07-28
1
-32
/
+0
*
thermal: tegra-bpmp: Handle errors in BPMP response
Mikko Perttunen
2022-03-08
1
-1
/
+12
*
thermal/drivers/tegra-soctherm: Silence message about clamped temperature
Dmitry Osipenko
2021-08-14
1
-2
/
+2
*
thermal/drivers/tegra: Correct compile-testing of drivers
Dmitry Osipenko
2021-08-14
1
-1
/
+1
*
thermal/drivers/tegra: Add driver for Tegra30 thermal sensor
Dmitry Osipenko
2021-08-14
3
-0
/
+681
*
thermal/drivers/tegra: Use devm_platform_ioremap_resource_byname
dingsenjie
2021-04-20
1
-10
/
+3
*
thermal: Fix a typo in the file soctherm.c
Bhaskar Chowdhury
2021-03-10
1
-1
/
+1
*
thermal: tegra: Appease the kernel-doc deity
Amit Kucheria
2020-01-27
1
-2
/
+13
*
thermal: tegra: Fix a typo
Christophe JAILLET
2019-08-28
1
-1
/
+1
*
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-07-12
1
-12
/
+2
|
\
|
*
thermal: tegra: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-18
1
-12
/
+2
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2019-06-05
2
-20
/
+2
|
/
*
thermal: tegra: Make tegra210_tsensor_thermtrips static
YueHaibing
2019-05-24
1
-1
/
+1
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
drivers: thermal: Kconfig: pedantic cleanups
Enrico Weigelt, metux IT consult
2019-05-14
1
-2
/
+2
*
thermal: tegra: enable OC hw throttle
Wei Ni
2019-05-14
1
-10
/
+120
*
thermal: tegra: add support for EDP IRQ
Wei Ni
2019-05-14
1
-0
/
+420
*
thermal: tegra: add set_trips functionality
Wei Ni
2019-05-14
5
-5
/
+90
*
thermal: tegra: add support for thermal IRQ
Wei Ni
2019-05-14
1
-0
/
+136
*
thermal: tegra: add support for gpu hw-throttle
Wei Ni
2019-05-14
1
-33
/
+85
*
thermal: tegra: support hw and sw shutdown
Wei Ni
2019-05-14
3
-15
/
+98
*
thermal: tegra: add get_trend ops
Wei Ni
2019-02-21
1
-0
/
+32
*
thermal: tegra: fix memory allocation
Wei Ni
2019-02-21
1
-1
/
+1
*
thermal: tegra: remove unnecessary warnings
Wei Ni
2019-02-21
1
-2
/
+2
*
thermal: tegra: soctherm: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
2019-01-02
1
-11
/
+1
*
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-06-13
1
-4
/
+4
|
\
|
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-13
1
-4
/
+4
*
|
thermal: tegra: soctherm: add const to struct thermal_cooling_device_ops
srplinux2008
2018-06-01
1
-1
/
+1
*
|
thermal: tegra: Nuke clk_{readl,writel} helpers
Ezequiel Garcia
2018-05-06
1
-27
/
+2
|
/
*
thermal: tegra: remove forward declarations
Nicolin Chen
2018-01-01
1
-56
/
+47
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
2017-11-17
1
-1
/
+1
|
\
|
*
thermal: tegra: remove null check for dev pointer
Nicolin Chen
2017-11-01
1
-1
/
+1
*
|
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2017-11-17
3
-1
/
+272
|
\
\
|
*
|
thermal: Add Tegra BPMP thermal sensor driver
Mikko Perttunen
2017-10-19
3
-1
/
+272
|
|
/
*
/
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
thermal: tegra: add hw-throttle for Tegra132
Wei Ni
2016-09-27
2
-30
/
+221
*
thermal: tegra: add hw-throttle function
Wei Ni
2016-09-27
5
-15
/
+700
*
thermal: tegra: add Tegra132 specific SOC_THERM driver
Wei Ni
2016-05-17
4
-0
/
+207
*
thermal: tegra: fix static checker warning
Wei Ni
2016-05-17
1
-4
/
+1
*
thermal: tegra: mark PM functions __maybe_unused
Arnd Bergmann
2016-05-17
1
-2
/
+2
*
thermal: tegra: add PM support
Wei Ni
2016-05-17
1
-0
/
+46
*
thermal: tegra: handle HW initialization in one funcotion
Wei Ni
2016-05-17
1
-41
/
+44
*
thermal: tegra: handle clocks in one function
Wei Ni
2016-05-17
1
-15
/
+36
[next]