Re: [PATCH v2 6/9] iio: dac: ad3552r: changes to use FIELD_PREP

From: Jonathan Cameron
Date: Sun Sep 08 2024 - 11:14:37 EST


On Thu, 05 Sep 2024 17:17:36 +0200
Angelo Dureghello <adureghello@xxxxxxxxxxxx> wrote:

> From: Angelo Dureghello <adureghello@xxxxxxxxxxxx>
>
> Changes to use FIELD_PREP, so that driver-specific ad3552r_field_prep
> is removed. Variables (arrays) that was used to call ad3552r_field_prep
> are removed too.
>
> Signed-off-by: Angelo Dureghello <adureghello@xxxxxxxxxxxx>

If it isn't too hard I would drag this to the start of the patch set
because I'll happily pick it up as a cleanup before any discussion of later
patches is complete. That will reduce what people need to look at for
future versions.

Jonathan