devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lorenzo Bianconi <lorenzo.bianconi83-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
Cc: linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH v2 0/2] Add support for UVIS25 uv sensor
Date: Thu, 23 Nov 2017 23:59:04 +0100	[thread overview]
Message-ID: <20171123225906.31838-1-lorenzo.bianconi83@gmail.com> (raw)

Changes since v1:
- use regmap API
- rename devicetree binding file to match compatible string
- move buffer/trigger code in st_uvis25_core.c
- improve comments
- fix potential race st_uvis25_read_oneshot()
- address Peter's comments

Lorenzo Bianconi (2):
  iio: light: add support for UVIS25 sensor
  dt-bindings: iio: light: add UVIS25 device bindings

 .../devicetree/bindings/iio/light/uvis25.txt       |  23 ++
 drivers/iio/light/Kconfig                          |  24 ++
 drivers/iio/light/Makefile                         |   3 +
 drivers/iio/light/st_uvis25.h                      |  37 +++
 drivers/iio/light/st_uvis25_core.c                 | 360 +++++++++++++++++++++
 drivers/iio/light/st_uvis25_i2c.c                  |  69 ++++
 drivers/iio/light/st_uvis25_spi.c                  |  68 ++++
 7 files changed, 584 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/light/uvis25.txt
 create mode 100644 drivers/iio/light/st_uvis25.h
 create mode 100644 drivers/iio/light/st_uvis25_core.c
 create mode 100644 drivers/iio/light/st_uvis25_i2c.c
 create mode 100644 drivers/iio/light/st_uvis25_spi.c

-- 
2.15.0

             reply	other threads:[~2017-11-23 22:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-23 22:59 Lorenzo Bianconi [this message]
     [not found] ` <20171123225906.31838-1-lorenzo.bianconi83-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-23 22:59   ` [PATCH v2 1/2] iio: light: add support for UVIS25 sensor Lorenzo Bianconi
     [not found]     ` <20171123225906.31838-2-lorenzo.bianconi83-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-25 16:11       ` Jonathan Cameron
2017-11-27 22:09         ` Lorenzo Bianconi
2017-11-23 22:59   ` [PATCH v2 2/2] dt-bindings: iio: light: add UVIS25 device bindings Lorenzo Bianconi
     [not found]     ` <20171123225906.31838-3-lorenzo.bianconi83-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-25 16:11       ` 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=20171123225906.31838-1-lorenzo.bianconi83@gmail.com \
    --to=lorenzo.bianconi83-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.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).