Re: [PATCH 2/3] iio: adc: ti-ads112c14: add support for I2C CRC8
From: Jonathan Cameron
Date: Sun Jul 19 2026 - 20:35:40 EST
On Tue, 14 Jul 2026 19:19:31 -0500
"David Lechner (TI)" <dlechner@xxxxxxxxxxxx> wrote:
> Add support for I2C CRC8 to the TI ADS112C14 ADC driver. This verifies
> data integrity of all I2C transactions with the device.
>
> For now, it is always enabled, but it could be made optional in the
> future if needed (e.g. for higher-speed data acquisition).
A few bits of this need a rebase after the tweaks I made when
applying the earlier series. Otherwise looks good to me.
Jonathan