Re: [PATCH v3 0/2] iio: adc: ti-ads112c14: buffered read support
Jonathan Cameron <[email protected]> Sat, 1 Aug 2026 02:47:27 +0100
| Newsgroups | org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260801024727.086bd896@jic23-huawei> |
On Mon, 27 Jul 2026 09:09:49 -0500 "David Lechner (TI)" <[email protected]> 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/[email protected]/ > > Signed-off-by: David Lechner (TI) <[email protected]> Applied to the testing branch of iio.git. Thanks Jonathan