All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Tiberiu Breana <tiberiu.a.breana@intel.com>, linux-iio@vger.kernel.org
Subject: Re: [PATCH 0/2] Add support for MAX31722/MAX31723 temperature sensors
Date: Wed, 9 Mar 2016 20:31:48 +0000	[thread overview]
Message-ID: <56E08834.40704@kernel.org> (raw)
In-Reply-To: <1457530252-4984-1-git-send-email-tiberiu.a.breana@intel.com>

On 09/03/16 13:30, Tiberiu Breana wrote:
> 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
> 
Hi Tiberiu,

When proposing a temperature sensor driver, we need some additional justification
for why it is suited for IIO rather than the more focused (and in someways simpler)
hwmon.

So far we have had thermophiles that don't fit in as devices typically used for
hardware monitoring. Also in there are a few drivers which are for parts where
they are a cut down version of a more complex sensor (the measurement specialties
parts are either pressure sensors or humidty sensors at least in terms of what they
share interfaces with)

Also, please cc the hwmon maintainers (and probably list) as we want their agreement.

Jonathan

  parent reply	other threads:[~2016-03-09 20:31 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Jonathan Cameron [this message]
2016-03-15 12:58   ` [PATCH 0/2] Add support for MAX31722/MAX31723 temperature sensors 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56E08834.40704@kernel.org \
    --to=jic23@kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=tiberiu.a.breana@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.