Re: [PATCH v3 1/1] spi: offload: Add offset parameter
From: Marcelo Schmitt
Date: Sun Sep 28 2025 - 09:48:30 EST
Hi Jonathan,
Yes, current ad4030 series depends on this.
Though, since this updates the SPI subsystem, I separated it from ad4030 set.
I missed that aspect of the devel process. If we need an immutable branch to
make this split series for ad4030 work, then yes, please, I'd like an
immutable branch with this patch.
On 09/28, Jonathan Cameron wrote:
> On Fri, 26 Sep 2025 16:01:05 -0300
> Marcelo Schmitt <marcelo.schmitt@xxxxxxxxxx> wrote:
>
> > From: Axel Haslam <ahaslam@xxxxxxxxxxxx>
> >
> > Add an offset parameter that can be passed in the periodic trigger.
> > This is useful for example when ADC drivers implement a separate periodic
> > signal to trigger conversion and need offload to read the result with
> > some delay. While at it, add some documentation to offload periodic trigger
> > parameters.
> >
> > Signed-off-by: Axel Haslam <ahaslam@xxxxxxxxxxxx>
> > Signed-off-by: Marcelo Schmitt <marcelo.schmitt@xxxxxxxxxx>
>
> Hi Axel, Marcelo,
>
> Is there a build time dependency on this for the ad4030 series?
> I'm assuming this will go via Mark's SPI tree, so this is really a question
> of do we need to ask him for an immutable branch or not.
>
> I don't think there is such a dependency but just wanted to check!
>
> Jonathan