Re: [PATCH v2 0/4] iio: light: ltr501: Add ltr329 support
From: Esben Haabendal
Date: Wed Jul 15 2026 - 09:48:27 EST
Nuno Sá <noname.nuno@xxxxxxxxx> writes:
> On Wed, Jul 15, 2026 at 02:55:46PM +0200, Joshua Crofts wrote:
>> On Wed, 15 Jul 2026 14:27:22 +0200
>> Esben Haabendal <esben@xxxxxxxxxx> wrote:
>>
>> > The LiteON LTR-329ALS-01 chip is similar to the LTR-303ALS-01, except for
>> > interrupt support and related registers, which LTR-329ALS-01 does not have.
>> >
>> > Signed-off-by: Esben Haabendal <esben@xxxxxxxxxx>
>> > ---
>> > Changes in v2:
>> > - Fixed error handling when irq is defined for a chip that does not support
>> > irq, powering the chip down again.
>> > - Added simlar fix to error handling of devm_request_threaded_irq() error
>> > handling, powering the chip down again on failure.
>> > - Added explicit #include <linux/array_size.h>.
>> > - Link to v1: https://patch.msgid.link/20260715-liteon-ltr329-v1-0-31f027051594@xxxxxxxxxx
>> >
>>
>> Quick process thing, please wait at least 24 hours before sending
>> a new version - let it sit on the mailing list so other reviewers
>> can send feedback! Larger series should wait a couple of days.
>
> Yeah, as a nice rule of thumb at least a couple of days.
Fair enough.
/Esben