devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for UVIS25 uv sensor
@ 2017-11-23 22:59 Lorenzo Bianconi
       [not found] ` <20171123225906.31838-1-lorenzo.bianconi83-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Lorenzo Bianconi @ 2017-11-23 22:59 UTC (permalink / raw)
  To: jic23-DgEjT+Ai2ygdnm+yROfE0A
  Cc: linux-iio-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA

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

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

end of thread, other threads:[~2017-11-27 22:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-23 22:59 [PATCH v2 0/2] Add support for UVIS25 uv sensor Lorenzo Bianconi
     [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

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).