]> git.dujemihanovic.xyz Git - u-boot.git/commit
thermal: Add support for TI LM74
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Tue, 2 Apr 2024 16:55:31 +0000 (18:55 +0200)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 18 Apr 2024 13:47:46 +0000 (15:47 +0200)
commitc578728d2e33754e38af869f6cdf992d18d058da
treea5eca446c2d63eb757a899ee0e32820d123e5587
parentea208201a12913e7a5b7b4b38624942effa44c05
thermal: Add support for TI LM74

LM74 is a SPI temperature sensor.

Implement a driver to read temperature from it.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/ti-lm74.c [new file with mode: 0644]