Re: [PATCH 10/10] iio: dac: ad5686: create bus ops struct
From: Jonathan Cameron
Date: Sun Apr 26 2026 - 09:51:17 EST
On Sun, 26 Apr 2026 09:38:11 +0100
Rodrigo Alencar via B4 Relay <devnull+rodrigo.alencar.analog.com@xxxxxxxxxx> wrote:
> From: Rodrigo Alencar <rodrigo.alencar@xxxxxxxxxx>
>
> Create struct with bus operations, which will be used to extend bus
> implementation features. Auxiliary functions ad5686_write() and
> ad5686_read() are created and ad5686_probe() now receives an ops struct
> pointer rather than individual read and write functions.
>
> Signed-off-by: Rodrigo Alencar <rodrigo.alencar@xxxxxxxxxx>
LGTM
Jonathan