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 <jic23@xxxxxxxxxx> To: Lars-Peter Clausen <lars@xxxxxxxxxx> To: Rob Herring <robh@xxxxxxxxxx> To: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx> To: Conor Dooley <conor+dt@xxxxxxxxxx> To: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx> Cc: linux-kernel@xxxxxxxxxxxxxxx Cc: linux-iio@xxxxxxxxxxxxxxx Cc: devicetree@xxxxxxxxxxxxxxx Signed-off-by: Arthur Becker <arthur.becker@xxxxxxxxxx> Changes in v4: - Minor adjustments to the driver - Merged dt-bindings with veml6075 - Link to v3: https://lore.kernel.org/r/20240527-veml6040-v3-0-6f3bbfd42960@xxxxxxxxxx --- 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 <arthur.becker@xxxxxxxxxx>