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
/
armada_thermal.c
Age
Commit message (
Expand
)
Author
2024-11-13
thermal: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-04-23
thermal/drivers/armada: Simplify name sanitization
Rasmus Villemoes
2023-09-29
thermal: armada: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-05
thermal: Use thermal_tripless_zone_device_register()
Rafael J. Wysocki
2023-06-26
thermal/drivers/armada: Add support for AP807 thermal data
Alex Leibovich
2023-03-03
thermal: Remove debug or error messages in get_temp() ops
Daniel Lezcano
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-24
thermal/drivers/armada: Use the thermal_zone_get_crit_temp()
Daniel Lezcano
2023-01-18
thermal/drivers/armada: Use devm_platform_get_and_ioremap_resource()
ye xingchen
2023-01-06
thermal/drivers/armada: Use strscpy() to instead of strncpy()
Xu Panda
2023-01-06
thermal/drivers/armada: Use generic thermal_zone_get_trip() function
Daniel Lezcano
2022-08-17
thermal/drivers/armada: Switch to new of API
Daniel Lezcano
2020-06-29
thermal: Explicitly enable non-changing thermal zone devices
Andrzej Pietrasiewicz
2020-01-31
thermal: armada: remove unused TO_MCELSIUS macro
Akinobu Mita
2020-01-27
thermal: armada: Clear reset in armadaxp_init
Zak Hays
2020-01-27
thermal: armada: Fix register offsets for AXP
Zak Hays
2019-08-28
thermal: armada: Fix -Wshift-negative-value
Nathan Huckleberry
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2019-01-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...
Linus Torvalds
2019-01-02
thermal: armada: add overheat interrupt support
Miquel Raynal
2019-01-02
thermal: armada: Use PTR_ERR_OR_ZERO in armada_thermal_probe_legacy()
YueHaibing
2018-12-05
thermal: armada: constify thermal_zone_of_device_ops structure
Julia Lawall
2018-12-04
thermal: armada: fix legacy resource fixup
Russell King
2018-12-04
thermal: armada: fix legacy validity test sense
Russell King
2018-10-22
thermal: armada: fix a test in probe()
Dan Carpenter
2018-08-01
thermal: armada: fix copy-paste error in armada_thermal_probe()
Wei Yongjun
2018-07-27
thermal: armada: get rid of the ->is_valid() pointer
Miquel Raynal
2018-07-27
thermal: armada: move validity check out of the read function
Miquel Raynal
2018-07-27
thermal: armada: remove sensors validity from the IP initialization
Miquel Raynal
2018-07-27
thermal: armada: add multi-channel sensors support
Miquel Raynal
2018-07-27
thermal: armada: use the resource managed registration helper alternative
Miquel Raynal
2018-07-27
thermal: armada: convert driver to syscon register accesses
Miquel Raynal
2018-07-27
thermal: armada: average over samples to avoid glitches
Miquel Raynal
2018-07-27
thermal: armada: dissociate a380 and cp110 ->init() hooks
Miquel Raynal
2018-07-27
thermal: armada: rename the initialization routine
Miquel Raynal
2018-07-27
thermal: armada: remove misleading comments
Miquel Raynal
2018-07-27
thermal: armada: remove useless register accesses
Miquel Raynal
2018-07-27
thermal: armada: add a function that sanitizes the thermal zone name
Miquel Raynal
2018-01-01
thermal: armada: Give meaningful names to the thermal zones
Miquel Raynal
2018-01-01
thermal: armada: Wait sensors validity before exiting the init callback
Miquel Raynal
2018-01-01
thermal: armada: Change sensors trim default value
Miquel Raynal
2018-01-01
thermal: armada: Update Kconfig and module description
Miquel Raynal
2018-01-01
thermal: armada: Add support for Armada CP110
Baruch Siach
2018-01-01
thermal: armada: Add support for Armada AP806
Baruch Siach
2018-01-01
thermal: armada: Use real status register name
Miquel Raynal
2018-01-01
thermal: armada: Clarify control registers accesses
Miquel Raynal
2018-01-01
thermal: armada: Simplify the check of the validity bit
Miquel Raynal
2018-01-01
thermal: armada: Use msleep for long delays
Baruch Siach
2017-10-31
thermal: armada: fix formula documentation comment
Baruch Siach
[next]