Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1199259
| From | Matt Porter <mporter@konsulko.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] MAX6675 IIO temperature driver |
| Date | 2015-08-03 23:00 +0200 |
| Message-ID | <pTuZX-5Um-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series adds a driver for the MAX6675 SPI thermocouple converter. The device supports temperature measurements via type-K thermocouples and implements cold-junction compensation within the part. The datasheet can be found at http://datasheets.maximintegrated.com/en/ds/MAX6675.pdf Matt Porter (3): iio: temperature: add max6675 dt binding iio: temperature: add max6675 thermocouple converter driver MAINTAINERS: add max6675 driver .../bindings/iio/temperature/max6675.txt | 19 +++ MAINTAINERS | 7 + drivers/iio/temperature/Kconfig | 11 ++ drivers/iio/temperature/Makefile | 1 + drivers/iio/temperature/max6675.c | 155 +++++++++++++++++++++ 5 files changed, 193 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/temperature/max6675.txt create mode 100644 drivers/iio/temperature/max6675.c -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] MAX6675 IIO temperature driver Matt Porter <mporter@konsulko.com> - 2015-08-03 23:00 +0200
[PATCH 1/3] iio: temperature: add max6675 dt binding Matt Porter <mporter@konsulko.com> - 2015-08-03 23:00 +0200
[PATCH 2/3] iio: temperature: add max6675 thermocouple converter driver Matt Porter <mporter@konsulko.com> - 2015-08-03 23:00 +0200
Re: [PATCH 2/3] iio: temperature: add max6675 thermocouple converter driver Peter Meerwald <pmeerw@pmeerw.net> - 2015-08-03 23:30 +0200
Re: [PATCH 2/3] iio: temperature: add max6675 thermocouple converter driver Matt Porter <mporter@konsulko.com> - 2015-08-04 01:20 +0200
Re: [PATCH 2/3] iio: temperature: add max6675 thermocouple converter driver Matt Ranostay <mranostay@gmail.com> - 2015-08-04 00:40 +0200
Re: [PATCH 2/3] iio: temperature: add max6675 thermocouple converter driver Matt Porter <mporter@konsulko.com> - 2015-08-04 01:20 +0200
Re: [PATCH 2/3] iio: temperature: add max6675 thermocouple converter driver Daniel Baluta <daniel.baluta@intel.com> - 2015-08-04 10:00 +0200
Re: [PATCH 2/3] iio: temperature: add max6675 thermocouple converter driver Matt Porter <mporter@konsulko.com> - 2015-08-04 15:10 +0200
Re: [PATCH 2/3] iio: temperature: add max6675 thermocouple converter driver Paul Bolle <pebolle@tiscali.nl> - 2015-08-04 11:40 +0200
Re: [PATCH 2/3] iio: temperature: add max6675 thermocouple converter driver Matt Porter <mporter@konsulko.com> - 2015-08-04 15:20 +0200
csiph-web