From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 696D6315D53; Mon, 29 Jun 2026 23:43:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782776617; cv=none; b=r+bMwHlAlNQTB/I84zkt5Xf7Yej/VlAjUsZGkOFk3cxVRVyD3dUHW/tpeSoL7ArDY8pngvl06lP/MDDAhS8ZoR+SaU22Dk0sKyryD+vE5x0yySf81KAs0BCaXlIO5CdtQesXPfgFpAXKXkBuF3I1iXCU5iwMDnM/6J8SteSlw1Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782776617; c=relaxed/simple; bh=MoMKnesAl7723DUIMewnSHfad4y06mPzTdapbJ9qY/A=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=FDk4VBTTTd5rb0uzOHl9oZRmcfhirJ9XiNNvRH6ycDErEoPbh+UaQWMfHTgFJeDPGbzzcdU8s7qmALeO/bAEbH3jOliaaqFXkdbBQ7XMh1o9nAsEHvsOp0uMsGOhcXOMKoGp4GBhnurEG0D1blGTGKvB7BcmldfF4Mp3yNp6glM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Qe2M+ppn; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Qe2M+ppn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 22C3C1F000E9; Mon, 29 Jun 2026 23:43:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782776616; bh=/OjkqCPo1cGwYr2tXP/RciVXObNPz8yMQMnfJck0Tgo=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=Qe2M+ppnLLQTaO5jVpMUoF1+NETgkS7HDzZ1ssd0NFsBgkD6dLfhnT1VtisBvHnrW dgLO8PzRIitjIWgd5Yb3rjAr3YUfKL9uTIntH/wJ+PAttqpBmR0eXk+n/PXmz29nie Ptk6U3uKSt74FznHBo+DPqksD74ydGLE4rz7GeX0dPgmmhbByUmCYpU+WQ1fjHrRmU 7M947e4pSNObN5deB8zS2+Y5ksqf9soiXMjJo0Tlr0Qcy2kj+bTP8Rg0E7J+9vDb/P b/A/X7qnLTf9EPFvR1Lj9zjGwFwJdrADvUjbL0Z7Eiv8FJBtpPlzah9lKLXZiPkJWD MGHJQuT5HMP+A== Date: Tue, 30 Jun 2026 00:43:31 +0100 From: Jonathan Cameron To: Rodrigo Alencar via B4 Relay Cc: rodrigo.alencar@analog.com, Michael Auchter , linux@analog.com, linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hardening@vger.kernel.org, Michael Hennerich , David Lechner , Andy Shevchenko , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Philipp Zabel , Kees Cook , "Gustavo A. R. Silva" Subject: Re: [PATCH v5 07/12] iio: dac: ad5686: add ldac gpio Message-ID: <20260630004331.086f4efe@jic23-huawei> In-Reply-To: <20260628-ad5686-new-features-v5-7-577caadbf7c0@analog.com> References: <20260628-ad5686-new-features-v5-0-577caadbf7c0@analog.com> <20260628-ad5686-new-features-v5-7-577caadbf7c0@analog.com> X-Mailer: Claws Mail 4.4.0 (GTK 3.24.52; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: devicetree@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 Sun, 28 Jun 2026 15:08:14 +0100 Rodrigo Alencar via B4 Relay wrote: > From: Rodrigo Alencar > > If wired LDAC, should be asserted when unused (pin is active-low), which > allows for synchronous DAC updates. This will be used to update all the > channels at the same time when adding buffer support. > > Signed-off-by: Rodrigo Alencar In the interests of moving this forward. Applied patches 1-7 The rest are tied up with the triggered buffer support and that one comment from Sashiko so should all merge together. Thanks, Jonathan