[PATCH 0/2] iio: light: veml3328: add support for new sensor

Joshua Crofts posted 2 patches 1 week, 1 day ago
There is a newer version of this series
.../bindings/iio/light/vishay,veml3328.yaml        |  45 +++
MAINTAINERS                                        |   6 +
drivers/iio/light/Kconfig                          |  11 +
drivers/iio/light/Makefile                         |   1 +
drivers/iio/light/veml3328.c                       | 405 +++++++++++++++++++++
5 files changed, 468 insertions(+)
[PATCH 0/2] iio: light: veml3328: add support for new sensor
Posted by Joshua Crofts 1 week, 1 day ago
This patch series adds support for the Vishay VEML3328 RGBCIR light
sensor. The sensor communicates via I2C (SMBus compatible) and provides
5 types of 16-bit measurements: red, green, blue, clear and infrared.

Reasons for adding a new driver:
- Existing Vishay drivers in the kernel do not cover sensors that
  handle RGBC and IR simultaneously.
- The register map and configuration differ from other Vishay light
  sensors currently supported by IIO.

Testing:
- Tested on a Raspberry Pi 4 using a VEML3328 breakout board.

Datasheet:
https://www.vishay.com/docs/84968/veml3328.pdf

Signed-off-by: Joshua Crofts <joshua.crofts1@gmail.com>
---
Joshua Crofts (2):
      iio: light: veml3328: add devicetree binding for new sensor
      iio: light: veml3328: add support for new device

 .../bindings/iio/light/vishay,veml3328.yaml        |  45 +++
 MAINTAINERS                                        |   6 +
 drivers/iio/light/Kconfig                          |  11 +
 drivers/iio/light/Makefile                         |   1 +
 drivers/iio/light/veml3328.c                       | 405 +++++++++++++++++++++
 5 files changed, 468 insertions(+)
---
base-commit: 74d173f29572951629d1e0b7456b424006e51b87
change-id: 20260426-veml3328-5bf93f85198e

Best regards,
--  
Joshua Crofts <joshua.crofts1@gmail.com>