From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B453E221FB2; Sun, 28 Sep 2025 10:01:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759053663; cv=none; b=Ss1FCObaZSMk2tDKO02n5kJ8JD7LmMc+LgLER+/ZFWl5olX+QYIvMLc6SUSN5Y1knIcjxv3f0wLhK6Qh2sQSgfKjmBLmIz0b1IvAn5AJgMrVfnwLMlMkRsfPAfSgT4nOSkDBXUod7JL8XmBmy1tGZxrRHKdku4VGEaw+L8eiEWI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759053663; c=relaxed/simple; bh=MsdW0ogTsx+hfVtNmzcJQUMTYhEBVCWWixraqZhJ+to=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=cikmnosCQUIPb+FKapMLXjqAgEjQ+tFozFAdAa45LNjLKlLXjBv2j7uSxeOwWtfR+zgHvc3yABUp8rupJYjdcDNa/dTwVkgNLqlKme3g6f3UsIg27ylpHvM044siL7f/iB5OjxGy8T9i/0RhLW3qOoM3vIIGb4W+EOa7yo3km1g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=V/6hZ5j9; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="V/6hZ5j9" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6704FC4CEF0; Sun, 28 Sep 2025 10:00:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1759053661; bh=MsdW0ogTsx+hfVtNmzcJQUMTYhEBVCWWixraqZhJ+to=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=V/6hZ5j9ZSx9LKmyVSE8WRnyM/Nk1c9ry6DnLRnO3bD24+kqHjzbMb6ZXCAlU5h8a DmLh2Rhae2+k4hz40cL6ic5HiVVXmxCmOyvnl0U79/80kRYiiJP+yOCdz8JM4BJ+Jz NhlgEdZOCANoG5LtZld4aPwZhI7CB+7YroFBv+o5nNCMu4a7Z6osFD8/+amSJm34fR GyiuEt5e+TVfNUsqaNXeqxbyCrc9iNSWuxCMTEwGuPLEFuANALKz+hPz6o6f5R3L+x qJA/LYjrgqSmWIdgOwQwT4O/gRb0+/0A3m39oNr7ICFwv7rSqA7PvACvmI/7HAroBC d/FVl2br3SC6w== Date: Sun, 28 Sep 2025 11:00:52 +0100 From: Jonathan Cameron To: Marcelo Schmitt Cc: , , , Axel Haslam , , , , , Subject: Re: [PATCH v3 1/1] spi: offload: Add offset parameter Message-ID: <20250928110052.6fefd6a1@jic23-huawei> In-Reply-To: References: X-Mailer: Claws Mail 4.3.1 (GTK 3.24.50; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 26 Sep 2025 16:01:05 -0300 Marcelo Schmitt wrote: > From: Axel Haslam > > 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 > Signed-off-by: Marcelo Schmitt 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