index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thermal
/
tegra
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: tegra-bpmp: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-10-02
thermal: soctherm: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-08-22
thermal/drivers/tegra-bpmp: Check if BPMP supports trip points
Mikko Perttunen
1
-1
/
+51
2023-07-31
thermal: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-06-26
thermal/drivers/tegra: Remove redundant msg in tegra_tsensor_register_channel()
Yangtao Li
1
-2
/
+1
2023-04-07
thermal/drivers/tegra-bpmp: Handle offline zones
Mikko Perttunen
1
-1
/
+8
2023-03-03
thermal/drivers/tegra: Remove unneeded lock when setting a trip point
Daniel Lezcano
1
-11
/
+14
2023-03-03
thermal/hwmon: Use the right device for devm_thermal_add_hwmon_sysfs()
Daniel Lezcano
1
-1
/
+1
2023-03-03
thermal/core: Use the thermal zone 'devdata' accessor in thermal located drivers
Daniel Lezcano
3
-7
/
+9
2023-02-15
thermal: Remove core header inclusion from drivers
Daniel Lezcano
1
-1
/
+0
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
2
-28
/
+22
2022-10-24
firmware: tegra: bpmp: Use iosys-map helpers
Thierry Reding
1
-7
/
+8
2022-08-17
thermal/drivers/tegra: Switch to new of API
Daniel Lezcano
3
-24
/
+28
2022-07-28
thermal/core: Rename 'trips' to 'num_trips'
Daniel Lezcano
1
-1
/
+1
2022-07-28
thermal/drivers/tegra: Remove get_trend function
Daniel Lezcano
1
-32
/
+0
2022-03-08
thermal: tegra-bpmp: Handle errors in BPMP response
Mikko Perttunen
1
-1
/
+12
2021-08-14
thermal/drivers/tegra-soctherm: Silence message about clamped temperature
Dmitry Osipenko
1
-2
/
+2
2021-08-14
thermal/drivers/tegra: Correct compile-testing of drivers
Dmitry Osipenko
1
-1
/
+1
2021-08-14
thermal/drivers/tegra: Add driver for Tegra30 thermal sensor
Dmitry Osipenko
3
-0
/
+681
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-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-12
/
+2
2019-06-18
thermal: tegra: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-12
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2
-20
/
+2
2019-05-23
thermal: tegra: Make tegra210_tsensor_thermtrips static
YueHaibing
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-13
drivers: thermal: Kconfig: pedantic cleanups
Enrico Weigelt, metux IT consult
1
-2
/
+2
2019-05-13
thermal: tegra: enable OC hw throttle
Wei Ni
1
-10
/
+120
2019-05-13
thermal: tegra: add support for EDP IRQ
Wei Ni
1
-0
/
+420
2019-05-13
thermal: tegra: add set_trips functionality
Wei Ni
5
-5
/
+90
2019-05-13
thermal: tegra: add support for thermal IRQ
Wei Ni
1
-0
/
+136
2019-05-13
thermal: tegra: add support for gpu hw-throttle
Wei Ni
1
-33
/
+85
2019-05-13
thermal: tegra: support hw and sw shutdown
Wei Ni
3
-15
/
+98
2019-02-20
thermal: tegra: add get_trend ops
Wei Ni
1
-0
/
+32
2019-02-20
thermal: tegra: fix memory allocation
Wei Ni
1
-1
/
+1
2019-02-20
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-12
Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+4
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-4
/
+4
2018-06-01
thermal: tegra: soctherm: add const to struct thermal_cooling_device_ops
srplinux2008
1
-1
/
+1
2018-05-06
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-17
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
1
-1
/
+1
2017-11-16
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
3
-1
/
+272
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
[next]