Re: [PATCH v6 0/4] iio: adc: Add support for LTC2378 and similar ADCs

From: David Lechner

Date: Sat Jul 11 2026 - 11:49:36 EST


On 7/9/26 3:49 PM, Marcelo Schmitt wrote:
> This patch series adds support for LTC2378 and similar low noise, low power,
> high speed, successive approximation register (SAR) ADCs. These ADCs are similar
> among each other, varying mainly on the amount of precision bits, maximum sample
> rate, and input configuration (either fully differential or pseudo-differential).
>
> Patch 1 adds device tree documentation for LTC2378.
>
> Patch 2 enables single-shot sample read with a GPIO connected to the LTC2378 CNV pin.
>
> Patch 3 enables high-speed data captures with SPI offloading.
> The setup is similar to AD4030, with a specialized PWM generator being used both
> for SPI offload triggering and conversion start signaling.
>
> Patch 4 enables running buffered data captures without SPI offloading.
>
Nice to have this split into reasonable-sized patches. Makes it easier/faster
to review.

Reviewed-by: David Lechner <dlechner@xxxxxxxxxxxx>