mbox series

[0/2] iio: light: add support for VEML6075 UVA and UVB light sensor

Message ID 20231110-veml6075-v1-0-354b3245e14a@gmail.com
Headers show
Series iio: light: add support for VEML6075 UVA and UVB light sensor | expand

Message

Javier Carrasco Nov. 19, 2023, 4:58 a.m. UTC
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@gmail.com>
---
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,