Re: [PATCH v2 5/7] iio: adc: ti-ads1262: Add conversion delay support
From: Jonathan Cameron
Date: Mon Jun 29 2026 - 20:50:43 EST
On Sun, 28 Jun 2026 00:36:06 -0500
Kurt Borja <kuurtb@xxxxxxxxx> wrote:
> Expose the programmable conversion start delay as a per-channel
> IIO_CHAN_INFO_CONVDELAY attribute.
Coversion delay was always a somewhere weird bit of ABI.
What are the delays relative to in this case?
Is this a device that does simultaneous sampling? Pictures
suggest otherwise, and convdelay is currently only defined
in that case. We might be able to extend it but it needs
some thought.
Jonathan