]> git.baikalelectronics.ru Git - kernel.git/commit
iio: temperature: add support for Maxim thermocouple chips
authorMatt Ranostay <mranostay@gmail.com>
Tue, 5 Jul 2016 01:54:04 +0000 (18:54 -0700)
committerJonathan Cameron <jic23@kernel.org>
Sun, 10 Jul 2016 13:44:03 +0000 (14:44 +0100)
commit4f5ba60b38693e9b422bf386c7af91c21ca9bdde
treeddbe91373f5aa5f96e799851d3e79d307a1039b4
parent93a02f28e64365b7d58cfdffd8e5a48cd0698cc5
iio: temperature: add support for Maxim thermocouple chips

Add initial driver support for MAX6675, and MAX31855 thermocouple chips.

Cc: Marek Vasut <marex@denx.de>
Cc: Matt Porter <mporter@konsulko.com>
Signed-off-by: Matt Ranostay <mranostay@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/devicetree/bindings/iio/temperature/maxim_thermocouple.txt [new file with mode: 0644]
drivers/iio/temperature/Kconfig
drivers/iio/temperature/Makefile
drivers/iio/temperature/maxim_thermocouple.c [new file with mode: 0644]