All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for UVIS25 uv sensor
@ 2017-11-23 22:59 ` Lorenzo Bianconi
  0 siblings, 0 replies; 12+ messages in thread
From: Lorenzo Bianconi @ 2017-11-23 22:59 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, devicetree

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] 12+ messages in thread

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

Thread overview: 12+ 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
2017-11-23 22:59 ` Lorenzo Bianconi
2017-11-23 22:59 ` [PATCH v2 1/2] iio: light: add support for UVIS25 sensor Lorenzo Bianconi
2017-11-23 22:59   ` Lorenzo Bianconi
2017-11-25 16:11   ` Jonathan Cameron
2017-11-25 16:11     ` Jonathan Cameron
2017-11-27 22:09     ` Lorenzo Bianconi
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
2017-11-23 22:59   ` Lorenzo Bianconi
2017-11-25 16:11   ` Jonathan Cameron
2017-11-25 16:11     ` Jonathan Cameron

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.