Subject: [PATCH v4 0/2] Add driver for Vishay VEML6040

The driver allows to turn the module on/off, set the integration time
(in MS) for the sensors, and read the raw measurements of the Red,
Green, Blue and White sensors.

Thank you Jonathan, Krzysztof, Conor and Rob for your comments on the
driver, dt-bindings and my workflow!

To: Jonathan Cameron <[email protected]>
To: Lars-Peter Clausen <[email protected]>
To: Rob Herring <[email protected]>
To: Krzysztof Kozlowski <[email protected]>
To: Conor Dooley <[email protected]>
To: Javier Carrasco <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Arthur Becker <[email protected]>

Changes in v4:
- Minor adjustments to the driver
- Merged dt-bindings with veml6075
- Link to v3: https://lore.kernel.org/r/[email protected]

---
Arthur Becker (2):
iio: light: driver for Vishay VEML6040
dt-bindings: iio: light: add VEML6040 RGBW-LS bindings

.../bindings/iio/light/vishay,veml6075.yaml | 9 +-
drivers/iio/light/Kconfig | 11 +
drivers/iio/light/Makefile | 1 +
drivers/iio/light/veml6040.c | 281 +++++++++++++++++++++
4 files changed, 300 insertions(+), 2 deletions(-)
---
base-commit: 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
change-id: 20240527-veml6040-0314fc054337

Best regards,
--
Arthur Becker <[email protected]>