Re: [PATCH v3 0/2] iio: adc: ti-ads112c14: buffered read support
From: Jonathan Cameron
Date: Fri Jul 31 2026 - 21:48:19 EST
On Mon, 27 Jul 2026 09:09:49 -0500
"David Lechner (TI)" <dlechner@xxxxxxxxxxxx> wrote:
> This is the next phase of ti-ads112c14 support after [1].
>
> Some design decision notes:
> * This just includes support for software triggers using the single-shot
> mode for now. We will follow up later with DRDY interrupt support and
> a new trigger to allow using the continuous mode.
> * We wanted to enable CRC checking for data integrity, so it is just
> always enabled. This way, the buffer layout is always the same. I
> don't think we have an existing control for toggling CRC checking
> anyway.
>
> [1]: https://lore.kernel.org/linux-iio/20260714-iio-adc-ti-ads122c14-v4-0-25f8e3084485@xxxxxxxxxxxx/
>
> Signed-off-by: David Lechner (TI) <dlechner@xxxxxxxxxxxx>
Applied to the testing branch of iio.git.
Thanks
Jonathan