Re: [PATCH RFC 2/6] iio: core: Match iio_device_claim_*() naming

From: David Lechner

Date: Wed Dec 03 2025 - 16:50:17 EST


On 12/3/25 1:18 PM, Kurt Borja wrote:
> Rename iio_device_claim_buffer_mode() -> iio_device_claim_buffer() to
> match iio_device_claim_direct().
>
> Signed-off-by: Kurt Borja <kuurtb@xxxxxxxxx>
> ---
If we decide to do this, I would squash this with the previous patch
to make a clean break of it. Although it is helpful to have "mode"
in the name if we can keep that without breaking things.