linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Matt Ranostay <matt.ranostay@konsulko.com>
Cc: Andreas Brauchli <a.brauchli@elementarea.net>,
	Hartmut Knaack <knaack.h@gmx.de>,
	Lars-Peter Clausen <lars@metafoo.de>,
	Peter Meerwald-Stadler <pmeerw@pmeerw.net>,
	linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org,
	Andreas Brauchli <andreas.brauchli@sensirion.com>
Subject: Re: [PATCH v3 1/3] iio: Add modifiers for ethanol and H2 gases
Date: Sun, 16 Dec 2018 13:20:15 +0000	[thread overview]
Message-ID: <20181216132003.0fef8896@archlinux> (raw)
In-Reply-To: <CAJCx=g=ut+mWUfW=H3AorQiWXSpSd_GgyzV1F4CBatSKhh6qHA@mail.gmail.com>

On Fri, 14 Dec 2018 10:06:39 -0800
Matt Ranostay <matt.ranostay@konsulko.com> wrote:

> On Thu, Dec 13, 2018 at 6:44 AM Andreas Brauchli
> <a.brauchli@elementarea.net> wrote:
> >
> > Add ethanol and H2 gas modifiers:
> > * IIO_MOD_ETHANOL  
> 
> Was going to ask why this wasn't a chemical formula like the rest of
> the modifiers, but C2H6O would be a bit wordy/unclear :).
> 
> > * IIO_MOD_H2
> >  
> 
> Acked-by: Matt Ranostay <matt.ranostay@konsulko.com>

There was a bit of fuzz due to crossing with the particle sensor.
Note that it changed the enum numbers so you'll need to rebuild
your own tools against the new version of the header.

Applied to the togreg branch of iio.git and pushed out as testing
for the autobuilders to play with it.

Thanks,

Jonathan

> 
> > Signed-off-by: Andreas Brauchli <andreas.brauchli@sensirion.com>
> > ---
> >  Documentation/ABI/testing/sysfs-bus-iio | 4 ++++
> >  include/uapi/linux/iio/types.h          | 2 ++
> >  tools/iio/iio_event_monitor.c           | 4 ++++
> >  3 files changed, 10 insertions(+)
> >
> > diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio
> > index 8127a08e366d..6d64521bf565 100644
> > --- a/Documentation/ABI/testing/sysfs-bus-iio
> > +++ b/Documentation/ABI/testing/sysfs-bus-iio
> > @@ -1554,6 +1554,10 @@ What:            /sys/bus/iio/devices/iio:deviceX/in_concentration_raw
> >  What:          /sys/bus/iio/devices/iio:deviceX/in_concentrationX_raw
> >  What:          /sys/bus/iio/devices/iio:deviceX/in_concentration_co2_raw
> >  What:          /sys/bus/iio/devices/iio:deviceX/in_concentrationX_co2_raw
> > +What:          /sys/bus/iio/devices/iio:deviceX/in_concentration_ethanol_raw
> > +What:          /sys/bus/iio/devices/iio:deviceX/in_concentrationX_ethanol_raw
> > +What:          /sys/bus/iio/devices/iio:deviceX/in_concentration_h2_raw
> > +What:          /sys/bus/iio/devices/iio:deviceX/in_concentrationX_h2_raw
> >  What:          /sys/bus/iio/devices/iio:deviceX/in_concentration_voc_raw
> >  What:          /sys/bus/iio/devices/iio:deviceX/in_concentrationX_voc_raw
> >  KernelVersion: 4.3
> > diff --git a/include/uapi/linux/iio/types.h b/include/uapi/linux/iio/types.h
> > index 92baabc103ac..04a6649fa442 100644
> > --- a/include/uapi/linux/iio/types.h
> > +++ b/include/uapi/linux/iio/types.h
> > @@ -87,6 +87,8 @@ enum iio_modifier {
> >         IIO_MOD_VOC,
> >         IIO_MOD_LIGHT_UV,
> >         IIO_MOD_LIGHT_DUV,
> > +       IIO_MOD_ETHANOL,
> > +       IIO_MOD_H2,
> >  };
> >
> >  enum iio_event_type {
> > diff --git a/tools/iio/iio_event_monitor.c b/tools/iio/iio_event_monitor.c
> > index ac2de6b7e89f..f29c885f4b28 100644
> > --- a/tools/iio/iio_event_monitor.c
> > +++ b/tools/iio/iio_event_monitor.c
> > @@ -114,6 +114,8 @@ static const char * const iio_modifier_names[] = {
> >         [IIO_MOD_I] = "i",
> >         [IIO_MOD_Q] = "q",
> >         [IIO_MOD_CO2] = "co2",
> > +       [IIO_MOD_ETHANOL] = "ethanol",
> > +       [IIO_MOD_H2] = "h2",
> >         [IIO_MOD_VOC] = "voc",
> >  };
> >
> > @@ -199,6 +201,8 @@ static bool event_is_known(struct iio_event_data *event)
> >         case IIO_MOD_I:
> >         case IIO_MOD_Q:
> >         case IIO_MOD_CO2:
> > +       case IIO_MOD_ETHANOL:
> > +       case IIO_MOD_H2:
> >         case IIO_MOD_VOC:
> >                 break;
> >         default:
> > --
> > 2.17.1
> >  


      reply	other threads:[~2018-12-16 13:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-13 14:43 [PATCH v3 1/3] iio: Add modifiers for ethanol and H2 gases Andreas Brauchli
2018-12-14 18:06 ` Matt Ranostay
2018-12-16 13:20   ` Jonathan Cameron [this message]

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=20181216132003.0fef8896@archlinux \
    --to=jic23@kernel.org \
    --cc=a.brauchli@elementarea.net \
    --cc=andreas.brauchli@sensirion.com \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matt.ranostay@konsulko.com \
    --cc=pmeerw@pmeerw.net \
    /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 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).