[PATCH v3 0/3] iio:light: add driver for veml6046x00 RGBIR color sensor

Andreas Klinger posted 3 patches 7 months, 2 weeks ago
There is a newer version of this series
.../iio/light/vishay,veml6046x00.yaml         |  51 +
MAINTAINERS                                   |   6 +
drivers/iio/light/Kconfig                     |  13 +
drivers/iio/light/Makefile                    |   1 +
drivers/iio/light/veml6046x00.c               | 889 ++++++++++++++++++
5 files changed, 960 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/light/vishay,veml6046x00.yaml
create mode 100644 drivers/iio/light/veml6046x00.c
[PATCH v3 0/3] iio:light: add driver for veml6046x00 RGBIR color sensor
Posted by Andreas Klinger 7 months, 2 weeks ago
This patchset adds an IIO driver for Vishay veml6046x00 RGBIR color sensor

Changes in v3:
- implement a lot of feedback from Jonathan
- change scale value to real factor of lux per raw count instead of hardware
  gain
- optimize code by using more lookup tables
- remove unimplemented threshold functionality

Changes in v2:
- fix missing include for example in vishay,veml6046x00.yaml

Andreas Klinger (3):
  dt-bindings: iio: light: veml6046x00: add color sensor
  iio: light: add support for veml6046x00 RGBIR color sensor
  MAINTAINER: add maintainer for veml6046x00

 .../iio/light/vishay,veml6046x00.yaml         |  51 +
 MAINTAINERS                                   |   6 +
 drivers/iio/light/Kconfig                     |  13 +
 drivers/iio/light/Makefile                    |   1 +
 drivers/iio/light/veml6046x00.c               | 889 ++++++++++++++++++
 5 files changed, 960 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/light/vishay,veml6046x00.yaml
 create mode 100644 drivers/iio/light/veml6046x00.c

-- 
2.39.5