This series adds support for the Vishay VEML6075 ultraviolet sensor, which offers UVA and UVB measurement channels and I2C communication. The device bindings and a simple example are also provided. This driver has been tested with a Gravity VEML6075 UV Sensor Module in open air conditions. Signed-off-by: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx> --- Javier Carrasco (2): iio: light: add VEML6075 UVA and UVB light sensor driver dt-bindings: iio: light: add support for Vishay VEML6075 .../bindings/iio/light/vishay,veml6075.yaml | 40 ++ MAINTAINERS | 6 + drivers/iio/light/Kconfig | 11 + drivers/iio/light/Makefile | 1 + drivers/iio/light/veml6075.c | 503 +++++++++++++++++++++ 5 files changed, 561 insertions(+) --- base-commit: b85ea95d086471afb4ad062012a4d73cd328fa86 change-id: 20231110-veml6075-321522ceaca9 Best regards, -- Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>