All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for MAX31722/MAX31723 temperature sensors
@ 2016-03-09 13:30 Tiberiu Breana
  2016-03-09 13:30 ` [PATCH 1/2] iio: temperature: " Tiberiu Breana
                   ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: Tiberiu Breana @ 2016-03-09 13:30 UTC (permalink / raw)
  To: linux-iio; +Cc: Jonathan Cameron

This patch set adds support for the MAX31722/MAX31723 temperature sensors /
thermostats.
Patch 1 adds basic support and power management.
Patch 2 adds threshold interrupt support.

Tiberiu Breana (2):
  iio: temperature: Add support for MAX31722/MAX31723 temperature
    sensors
  iio: temperature: Add threshold interrupt support for max31722

 drivers/iio/temperature/Kconfig    |  12 +
 drivers/iio/temperature/Makefile   |   1 +
 drivers/iio/temperature/max31722.c | 673 +++++++++++++++++++++++++++++++++++++
 3 files changed, 686 insertions(+)
 create mode 100644 drivers/iio/temperature/max31722.c

-- 
1.9.1


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

end of thread, other threads:[~2016-03-22 11:41 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-09 13:30 [PATCH 0/2] Add support for MAX31722/MAX31723 temperature sensors Tiberiu Breana
2016-03-09 13:30 ` [PATCH 1/2] iio: temperature: " Tiberiu Breana
2016-03-12  9:57   ` Jonathan Cameron
2016-03-14 13:45     ` Breana, Tiberiu A
2016-03-14 17:31       ` Jonathan Cameron
2016-03-09 13:30 ` [PATCH 2/2] iio: temperature: Add threshold interrupt support for max31722 Tiberiu Breana
2016-03-12 10:17   ` Jonathan Cameron
2016-03-14 12:25     ` Daniel Baluta
2016-03-14 15:06       ` Breana, Tiberiu A
2016-03-09 20:31 ` [PATCH 0/2] Add support for MAX31722/MAX31723 temperature sensors Jonathan Cameron
2016-03-15 12:58   ` Breana, Tiberiu A
2016-03-15 13:16     ` Breana, Tiberiu A
2016-03-15 13:16       ` [lm-sensors] " Breana, Tiberiu A
2016-03-22 11:41       ` Tiberiu Breana
2016-03-15 13:34     ` Guenter Roeck
2016-03-15 13:34       ` [lm-sensors] " Guenter Roeck
2016-03-15 17:28       ` Jonathan Cameron
2016-03-15 17:28         ` [lm-sensors] " Jonathan Cameron
2016-03-15 18:30         ` Guenter Roeck
2016-03-15 18:30           ` [lm-sensors] " Guenter Roeck
2016-03-16 15:16           ` Breana, Tiberiu A
2016-03-16 15:16             ` [lm-sensors] " Breana, Tiberiu A

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.