Re: [PATCH v6 0/4] iio: light: add support for veml6031x00 ALS series
From: Jonathan Cameron
Date: Wed Aug 12 2026 - 20:48:18 EST
On Wed, 12 Aug 2026 22:27:39 +0200
Javier Carrasco <javier.carrasco.cruz@xxxxxxxxx> wrote:
> These ambient light sensors with I2C interface provide two light
> channels (ALS and IR), high/low threshold alarms with configurable
> persistence, and a data ready signal.
https://sashiko.dev/#/patchset/20260812-veml6031x00-v6-0-7eef6e4ce290%40gmail.com
Seems to have one plausible point that is driver specific.
The first one about the devm action calling pm_runtime_put_sync()
rather than the autosuspend version.
The others are a false positive (the one about the timestamp channel)
and the iio_trigger reference count thing that is real but needs
some work in the core to fix. That one affects a bunch of drivers
unfortunately :(
Jonathan