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 9815B1A8F6D; Sat, 14 Dec 2024 16:59:46 +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=1734195586; cv=none; b=JozhCPoVpD2iXvz1x7lmmoIEvjKrlpfX4TqVDqWKn85k3/uScoBnK+Yk5Zvynr8ddaSp36+tHMnV9ZU1CCzL8e0CAOXQWsbSIK/M+TYUgmBJs1BRC+/1f+n3f38tTn1Gza75m8ybIKqR6UitKEBsC90Zky+fZnlT0us1CpDFmc0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734195586; c=relaxed/simple; bh=Laq6O8kQ7isI+jK4rPChjwsddb7jpheyC+aAyKL2/j4=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Jci0NVXrdmqJUnU5yxPc2Qhg08LzgdBcfebna4P8evvRCc5oI3m3SkOiTwnuNVAmTiRXgXGiUvdWHEj5rRD7ZCuk0OUmunJWdphFA1HbKqpzRTX1Djg6dHj/w/6ucvSm1VHolanTlCJ0ycneFyE80jgkakPEgGsFZQ1D2VNv/f0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZpMQ+oxo; 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="ZpMQ+oxo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0A620C4CED1; Sat, 14 Dec 2024 16:59:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1734195586; bh=Laq6O8kQ7isI+jK4rPChjwsddb7jpheyC+aAyKL2/j4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZpMQ+oxow+ZeeESeSzro+YTL/HvjmJkzXZiTKViMDrGr5u1r07QHH8RQMB3IpM/5G llOlbaOcPq0Vx24Q1UjjJnZpi3c08eo8QIdRvbVx0W5c87hhm729NtJ6ZdRKzBMOkZ Huq9XP6Rd3ZkOSWsEVrG7UsU61hdYIgkm+pOFsp80uY2JQNsHC8tJLnOE8DSARqNTC M2dM3i8ks9Pbg0dK5BOI9Z2Ib72Qg8F4QA6pQj9Xx7id2Mt0ooYGL5kGB6RaIYxflh CphKVrTKcSoXakFGD0WkoaGyRZyFL/ZvDSzsPXXnlaWeUgKQ8h1iEpYXP0h2XUGOqt crom5g287wYoA== Date: Sat, 14 Dec 2024 16:59:36 +0000 From: Jonathan Cameron To: David Lechner Cc: Mark Brown , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Nuno =?UTF-8?B?U8Oh?= , Uwe =?UTF-8?B?S2xlaW5lLUvDtm5pZw==?= , Michael Hennerich , Lars-Peter Clausen , David Jander , Martin Sperl , linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, linux-pwm@vger.kernel.org Subject: Re: [PATCH v6 13/17] dt-bindings: iio: adc: adi,ad4695: add SPI offload properties Message-ID: <20241214165936.4090525e@jic23-huawei> In-Reply-To: <20241211-dlech-mainline-spi-engine-offload-2-v6-13-88ee574d5d03@baylibre.com> References: <20241211-dlech-mainline-spi-engine-offload-2-v6-0-88ee574d5d03@baylibre.com> <20241211-dlech-mainline-spi-engine-offload-2-v6-13-88ee574d5d03@baylibre.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.43; 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 Wed, 11 Dec 2024 14:54:50 -0600 David Lechner wrote: > Add a pwms property to the adi,ad4695 binding to specify an optional PWM > output connected to the CNV pin on the ADC. > > Also add #trigger-source-cells property to allow the BUSY output to be > used as a SPI offload trigger source to indicate when a sample is ready > to be read. > > Macros are added to adi,ad4695.h for the cell values to help with > readability since they are arbitrary values. > > Signed-off-by: David Lechner Reviewed-by: Jonathan Cameron