Re: [PATCH v3 1/1] spi: offload: Add offset parameter

From: Jonathan Cameron

Date: Sun Sep 28 2025 - 06:01:01 EST


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