Re: [PATCH v6 0/5] iio: adc: ad9467: Support alternative backends
From: David Lechner
Date: Sat Feb 07 2026 - 13:44:07 EST
On 2/5/26 6:24 AM, Tomas Melin wrote:
> To facilitate backends with different set of features, add support
> for defining capabilities provided by the backend. These capabilities
> typically extend beyond a single operation and are therefore not
> directly linked to if a single function call is implemented or not.
> Furthermore, the capabilities determine if a certain set of operations
> should be attempted, or skipped by the frontend. This way
> the frontend driver can work with a minimalistic set of features and
> still have the device in fully functional state.
>
Looks good to me now.
Reviewed-by: David Lechner <dlechner@xxxxxxxxxxxx>