Re: [PATCH 2/2] Documentation: ABI: add oversampling frequency in sysfs-bus-iio
From: Jonathan Cameron
Date: Mon Apr 07 2025 - 15:12:48 EST
>
> All things considered, I believe the appropriate ABI documentation is the following
>
>
> What: /sys/bus/iio/devices/iio:deviceX/oversampling_frequency
> KernelVersion: 6.15
> Contact: linux-iio@xxxxxxxxxxxxxxx
> Description:
> Some devices have internal clocks for oversampling.
> Sets the resulting frequency to trigger a conversion used by the
> oversampling filter.
> If the device has a fixed internal clock or is computed based on
> the sampling frequency parameter, the parameter is read only.
>
> If that's ok I'll resubmit the patch including only this commit,
> and then focus on submitting AD4052 driver V2 series.
Looks good to me with one addition. Mention the units (Hz)
Jonathan
>
> Jorge