index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
thermal
/
samsung
Age
Commit message (
Expand
)
Author
2024-11-13
thermal: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-07-15
thermal/drivers/exynos: Simplify with dev_err_probe()
Krzysztof Kozlowski
2024-07-15
thermal/drivers/exynos: Simplify probe() with local dev variable
Krzysztof Kozlowski
2024-01-02
thermal/drivers/exynos: Use set_trips ops
Mateusz Majewski
2024-01-02
thermal/drivers/exynos: Use BIT wherever possible
Mateusz Majewski
2024-01-02
thermal/drivers/exynos: Split initialization of TMU and the thermal zone
Mateusz Majewski
2024-01-02
thermal/drivers/exynos: Stop using the threshold mechanism on Exynos 4210
Mateusz Majewski
2024-01-02
thermal/drivers/exynos: Simplify regulator (de)initialization
Mateusz Majewski
2024-01-02
thermal/drivers/exynos: Handle devm_regulator_get_optional return value corre...
Mateusz Majewski
2024-01-02
thermal/drivers/exynos: Wwitch from workqueue-driven interrupt handling to th...
Mateusz Majewski
2024-01-02
thermal/drivers/exynos: Drop id field
Mateusz Majewski
2024-01-02
thermal/drivers/exynos: Remove an unnecessary field description
Mateusz Majewski
2023-10-02
thermal: exynos_tmu: Convert to platform remove callback returning void
Uwe Kleine-König
2023-08-16
thermal/drivers/samsung: Fix Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski
2023-07-31
thermal: Explicitly include correct DT includes
Rob Herring
2023-03-03
thermal/core: Use the thermal zone 'devdata' accessor in thermal located drivers
Daniel Lezcano
2023-02-15
thermal: Remove core header inclusion from drivers
Daniel Lezcano
2023-01-06
thermal/drivers/exynos: Fix NULL pointer dereference when getting the critica...
Daniel Lezcano
2023-01-06
thermal/drivers/exynos: Replace of_thermal_is_trip_valid() by thermal_zone_ge...
Daniel Lezcano
2023-01-06
thermal/drivers/exynos: of_thermal_get_ntrips()
Daniel Lezcano
2023-01-06
thermal/drivers/exynos: Use generic thermal_zone_get_trip() function
Daniel Lezcano
2022-08-17
thermal/drivers/samsung: Switch to new of thermal API
Daniel Lezcano
2021-08-14
thermal/drivers/exynos: Fix an error code in exynos_tmu_probe()
Dan Carpenter
2020-03-12
thermal: exynos: Silence warning during deferred probe
Marek Szyprowski
2020-01-27
thermal: exynos: Rename Samsung and Exynos to lowercase
Krzysztof Kozlowski
2020-01-27
thermal: samsung: Appease the kernel-doc deity
Amit Kucheria
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-03-18
thermal: samsung: Fix incorrect check after code merge
Marek Szyprowski
2018-07-27
thermal: samsung: Remove Exynos5440 clock handling left-overs
Krzysztof Kozlowski
2018-06-12
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...
Linus Torvalds
2018-06-01
thermal: exynos: Reduce severity of too early temperature read
Krzysztof Kozlowski
2018-05-06
thermal: exynos: remove trip reporting to user-space
Bartlomiej Zolnierkiewicz
2018-05-06
thermal: exynos: remove unused defines for Exynos5433
Bartlomiej Zolnierkiewicz
2018-05-06
thermal: exynos: cleanup code for enabling threshold interrupts
Bartlomiej Zolnierkiewicz
2018-05-06
thermal: exynos: check return values of ->get_trip_[temp, hyst] methods
Bartlomiej Zolnierkiewicz
2018-05-06
thermal: exynos: move trips setting to exynos_tmu_initialize()
Bartlomiej Zolnierkiewicz
2018-05-06
thermal: exynos: set trips in ascending order in exynos7_tmu_initialize()
Bartlomiej Zolnierkiewicz
2018-05-06
thermal: exynos: do not use trips structure directly in ->tmu_initialize
Bartlomiej Zolnierkiewicz
2018-05-06
thermal: exynos: add exynos*_tmu_set_[trip,hyst]() helpers
Bartlomiej Zolnierkiewicz
2018-05-06
thermal: exynos: move IRQs clearing to exynos_tmu_initialize()
Bartlomiej Zolnierkiewicz
2018-05-06
thermal: exynos: clear IRQs later in exynos4412_tmu_initialize()
Bartlomiej Zolnierkiewicz
2018-05-06
thermal: exynos: make ->tmu_initialize method void
Bartlomiej Zolnierkiewicz
2018-05-06
thermal: exynos: remove threshold_code checking from exynos4210_tmu_initialize()
Bartlomiej Zolnierkiewicz
2018-05-06
thermal: exynos: fix trips limit checking in get_th_reg()
Bartlomiej Zolnierkiewicz
2018-05-06
thermal: exynos: use sanitize_temp_error() in exynos7_tmu_initialize()
Bartlomiej Zolnierkiewicz
2018-05-06
thermal: exynos: check STATUS register in exynos_tmu_initialize()
Bartlomiej Zolnierkiewicz
2018-05-06
thermal: exynos: always check for critical trip points existence
Bartlomiej Zolnierkiewicz
2018-05-06
thermal: exynos: always check for trips points existence
Bartlomiej Zolnierkiewicz
2018-05-06
thermal: exynos: fix setting rising_threshold for Exynos5433
Bartlomiej Zolnierkiewicz
[next]