Re: [PATCH v3] iio: light: veml6030: add support for triggered buffer

From: Jonathan Cameron
Date: Sun Dec 01 2024 - 08:02:20 EST


On Sun, 24 Nov 2024 19:59:06 +0100
Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx> wrote:

> All devices supported by this driver (currently veml6030, veml6035
> and veml7700) have two 16-bit channels, and can profit for the same
> configuration to support data access via triggered buffers.
>
> The measurements are stored in two 16-bit consecutive registers
> (addresses 0x04 and 0x05) as little endian, unsigned data.
>
> Signed-off-by: Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx>
Applied.

Thanks for this and for fixing up the other cases where holes weren't
initialized right!


Jonathan