Re: [PATCH v6 0/4] iio: light: add support for veml6031x00 ALS series
Jonathan Cameron <[email protected]>
| Newsgroups | org.kernel.vger.linux-devicetree,org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260813014801.4bca7c7f@jic23-huawei> |
On Wed, 12 Aug 2026 22:27:39 +0200 Javier Carrasco <[email protected]> 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