Re: [PATCH v8 0/2] iio: Add support for TI ADS1X18 ADCs

From: Kurt Borja

Date: Mon Dec 15 2025 - 11:57:20 EST


On Mon Dec 15, 2025 at 10:56 AM -05, David Lechner wrote:
> On 12/11/25 10:25 PM, Kurt Borja wrote:
>> Hi,
>>
>> This series adds a new driver for TI ADS1X18 SPI devices.
>>
>> This is my first time contributing to the IIO subsystem and making
>> dt-bindings documentation, so (don't) go easy on me :p.
>>
>> As explained in Patch 2 changelog, the DRDY interrupt line is shared
>> with the MOSI pin. This awkward quirk is also found on some Analog
>> Devices sigma-delta SPI ADCs, so the interrupt and trigger design is
>> inspired by those.
>>
>> Thank you in advance for your reviews.
>>
>> Signed-off-by: Kurt Borja <kuurtb@xxxxxxxxx>
>> ---
>
> I had a few minor comments on the driver, but nothing serious.
>
> Reviewed-by: David Lechner <dlechner@xxxxxxxxxxxx>

Thank you, David!

--
Thanks,
~ Kurt