Re: [PATCH v7 7/8] iio: dac: ad3552r: add high-speed platform driver
From: Jonathan Cameron
Date: Sat Oct 26 2024 - 13:36:10 EST
On Thu, 24 Oct 2024 10:13:25 -0500
David Lechner <dlechner@xxxxxxxxxxxx> wrote:
> On 10/24/24 10:02 AM, Angelo Dureghello wrote:
> > Hi Nuno,
> >
> > On 24.10.2024 15:05, Nuno Sá wrote:
> >> On Tue, 2024-10-22 at 18:40 +0200, Angelo Dureghello wrote:
> >>> Hi Nuno,
> >>>
> >>> On 22.10.2024 14:28, Nuno Sá wrote:
> >>>> On Mon, 2024-10-21 at 14:40 +0200, Angelo Dureghello wrote:
> >>>>> From: Angelo Dureghello <adureghello@xxxxxxxxxxxx>
> >>>>>
> >>>>> Add High Speed ad3552r platform driver.
>
> ...
>
> >>>>> + switch (mask) {
> >>>>> + case IIO_CHAN_INFO_RAW:
> >>>>> + iio_device_claim_direct_scoped(return -EBUSY, indio_dev) {
> >>>>> + return st->data->bus_reg_write(st->back,
> >>>>> + AD3552R_REG_ADDR_CH_DAC_16B(chan-
> >>>>>> channel),
> >>>>> + val, 2);
> >>>>> + }
> >>>>
> >>>> Maybe we'll get the new stuff in time for this :)
> >>>>
> > This is not clear, sorry.
> >
>
> Probably this :-)
>
> https://lore.kernel.org/all/20241023105757.GA9767@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/
>
> But it hasn't reached the stable tree yet.
Agreed. It is going to be nice to get rid of so much ugly code.
I guess mostly next cycle however.
Jonathan