linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Peter Meerwald-Stadler <pmeerw@pmeerw.net>
To: Jonathan Cameron <jic23@kernel.org>
Cc: linux-iio@vger.kernel.org
Subject: [PATCH v2 0/3] Add IIO veml6070 driver and UV light support
Date: Sun, 20 Mar 2016 16:20:21 +0100	[thread overview]
Message-ID: <1458487224-3872-1-git-send-email-pmeerw@pmeerw.net> (raw)

v2 adds a new IIO channel type IIO_UVINDEX (suggested by Jonathan)

Peter Meerwald-Stadler (3):
  iio: Add modifier for UV light
  iio: Add channel for UV index
  iio: Add Vishay VEML6070 UV A light sensor driver

 Documentation/ABI/testing/sysfs-bus-iio |  13 +-
 drivers/iio/industrialio-core.c         |   2 +
 drivers/iio/light/Kconfig               |  10 ++
 drivers/iio/light/Makefile              |   1 +
 drivers/iio/light/veml6070.c            | 218 ++++++++++++++++++++++++++++++++
 include/uapi/linux/iio/types.h          |   2 +
 tools/iio/iio_event_monitor.c           |   4 +
 7 files changed, 249 insertions(+), 1 deletion(-)
 create mode 100644 drivers/iio/light/veml6070.c

-- 
1.9.1

             reply	other threads:[~2016-03-20 15:20 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-20 15:20 Peter Meerwald-Stadler [this message]
2016-03-20 15:20 ` [PATCH v2 1/3] iio: Add modifier for UV light Peter Meerwald-Stadler
2016-03-28 15:36   ` Jonathan Cameron
2016-03-20 15:20 ` [PATCH v2 2/3] iio: Add channel for UV index Peter Meerwald-Stadler
2016-03-20 15:20 ` [PATCH v2 3/3] iio: Add Vishay VEML6070 UV A light sensor driver Peter Meerwald-Stadler
2016-03-28 16:02   ` Jonathan Cameron
2016-04-18 18:50     ` Jonathan Cameron

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=1458487224-3872-1-git-send-email-pmeerw@pmeerw.net \
    --to=pmeerw@pmeerw.net \
    --cc=jic23@kernel.org \
    --cc=linux-iio@vger.kernel.org \
    /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).