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)
commit1f25ca11d84a3aa01b2b12a419a1385c2f5513bc
treeddbe91373f5aa5f96e799851d3e79d307a1039b4
parent0ddfd857130d16b1fb1e45c5ab2321a65738d70b
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]