Re: [PATCH v3 09/10] iio: adc: ti-ads112c14: add settlingtime attribute

From: Jonathan Cameron

Date: Sun Sep 13 2026 - 16:11:45 EST


On Thu, 10 Sep 2026 16:13:08 -0500
"David Lechner (TI)" <dlechner@xxxxxxxxxxxx> wrote:

> Add per-channel sysfs attributes for settlingtime and
> settlingtime_available. These allow adjusting the total settling time
> for each channel. The value consists of a fixed t_latency time (based
> on the selected filter_type, oversampling_ratio and sampling_frequency)
> plus a user-configurable t_delay that determines the value to write to
> the DELAY field in the registers.
>
> The allowable values are non-linear integer multiples, so the step size
> is just the smallest step size. Writing the attribute will match the
> closest matching value for the DELAY field with a time equal to or
> greater than the requested settling time (unless the requested time is
> larger than the maximum allowable settling time).
>
> Signed-off-by: David Lechner (TI) <dlechner@xxxxxxxxxxxx>
Hi David,

I flagged a couple more sashiko comments in v2 that are still there.
I was expecting a reply to that v2 thread to reassure that they
weren't relevant.

Anyhow I'm not going to hold the series up on those (at least to
get it into a branch 0-day will hammer) but please do take a look
and shout if these needs more work. This is mostly based on you
having updated for one of them which almost certainly means you
looked at the others as well.

Jonathan