devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] MAX6675 IIO temperature driver
@ 2015-08-03 20:56 Matt Porter
  2015-08-03 20:56 ` [PATCH 1/3] iio: temperature: add max6675 dt binding Matt Porter
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Matt Porter @ 2015-08-03 20:56 UTC (permalink / raw)
  To: Linux IIO List, Devicetree List
  Cc: Jonathan Cameron, Rob Herring, Mark Rutland,
	Linux Kernel Mailing List

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-08-08 11:36 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-03 20:56 [PATCH 0/3] MAX6675 IIO temperature driver Matt Porter
2015-08-03 20:56 ` [PATCH 1/3] iio: temperature: add max6675 dt binding Matt Porter
2015-08-03 20:56 ` [PATCH 2/3] iio: temperature: add max6675 thermocouple converter driver Matt Porter
     [not found]   ` <1438635410-3757-3-git-send-email-mporter-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2015-08-03 22:39     ` Matt Ranostay
     [not found]       ` <CAKzfze9EcW0=yRGq=JBim7P8kQ4q+UgOd00qm=zA6oLz+Ut4DQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-08-03 23:10         ` Matt Porter
2015-08-04  7:50     ` Daniel Baluta
2015-08-04 13:01       ` Matt Porter
2015-08-04  9:30     ` Paul Bolle
     [not found]       ` <1438680636.8734.45.camel-IWqWACnzNjzz+pZb47iToQ@public.gmane.org>
2015-08-04 13:18         ` Matt Porter
2015-08-03 20:56 ` [PATCH 3/3] MAINTAINERS: add max6675 driver Matt Porter
     [not found] ` <1438635410-3757-1-git-send-email-mporter-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2015-08-04 16:52   ` [PATCH 0/3] MAX6675 IIO temperature driver Jonathan Cameron
     [not found]     ` <897A4C3B-DF7E-4AEE-A117-00CCB510F4DD-tko9wxEg+fIOOJlXag/Snyp2UmYkHbXO@public.gmane.org>
2015-08-04 17:34       ` Matt Porter
2015-08-05  8:33         ` Daniel Baluta
2015-08-05 11:43           ` Matt Porter
2015-08-08 11:36         ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).