All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support to UVIS25 uv sensor
@ 2017-10-25 18:16 ` Lorenzo Bianconi
  0 siblings, 0 replies; 26+ messages in thread
From: Lorenzo Bianconi @ 2017-10-25 18:16 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, devicetree, lorenzo.bianconi

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

 .../devicetree/bindings/iio/light/st_uvis25.txt    |  23 ++
 drivers/iio/light/Kconfig                          |  22 ++
 drivers/iio/light/Makefile                         |   6 +
 drivers/iio/light/st_uvis25.h                      |  63 +++++
 drivers/iio/light/st_uvis25_buffer.c               | 147 ++++++++++++
 drivers/iio/light/st_uvis25_core.c                 | 264 +++++++++++++++++++++
 drivers/iio/light/st_uvis25_i2c.c                  |  76 ++++++
 drivers/iio/light/st_uvis25_spi.c                  | 109 +++++++++
 8 files changed, 710 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/light/st_uvis25.txt
 create mode 100644 drivers/iio/light/st_uvis25.h
 create mode 100644 drivers/iio/light/st_uvis25_buffer.c
 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.14.2

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

end of thread, other threads:[~2017-11-19 17:24 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-25 18:16 [PATCH 0/2] Add support to UVIS25 uv sensor Lorenzo Bianconi
2017-10-25 18:16 ` Lorenzo Bianconi
2017-10-25 18:16 ` [PATCH 1/2] iio: light: add support to UVIS25 sensor Lorenzo Bianconi
2017-10-25 18:16   ` Lorenzo Bianconi
2017-10-26 17:35   ` Jonathan Cameron
2017-10-26 17:35     ` Jonathan Cameron
2017-10-26 18:55     ` Peter Meerwald-Stadler
2017-10-26 18:55       ` Peter Meerwald-Stadler
2017-10-27 11:32       ` Lorenzo Bianconi
2017-10-27 11:32         ` Lorenzo Bianconi
2017-10-27 12:06         ` Peter Meerwald-Stadler
2017-10-27 12:06           ` Peter Meerwald-Stadler
2017-10-27 13:26     ` Lorenzo Bianconi
2017-10-27 13:26       ` Lorenzo Bianconi
2017-11-19 16:44       ` Jonathan Cameron
2017-11-19 16:44         ` Jonathan Cameron
2017-11-19 17:24         ` Lorenzo Bianconi
2017-11-19 17:24           ` Lorenzo Bianconi
2017-10-25 18:16 ` [PATCH 2/2] dt-bindings: iio: light: add UVIS25 device bindings Lorenzo Bianconi
2017-10-25 18:16   ` Lorenzo Bianconi
2017-10-27 14:37   ` Rob Herring
2017-10-27 14:37     ` Rob Herring
2017-10-27 15:03     ` Lorenzo Bianconi
2017-10-27 15:03       ` Lorenzo Bianconi
2017-11-08  0:47       ` Rob Herring
2017-11-08  0:47         ` Rob Herring

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.