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 D0C6B248886; Mon, 7 Apr 2025 13:21:57 +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=1744032118; cv=none; b=UdExGfoWOiE5CgJg6S3uL3JHV11gBsc1zXf7G1uWDXXUOKImmtv/mNVC4ZBKL7PoLDMgMJbWLqTxb3v7LNm0Qe/WRmzQLIFV0OjxDukzU913ihG5ieSgq0EwXejXnPCWrUSx/oDj3JlGMEXKhra1Ssm/BNZbVWyoYAP3x+pzFec= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744032118; c=relaxed/simple; bh=V/kH4k91TKPs+AzEORJvwkcToawBFh+wxqDR82wVnZM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=kISIM5bl5bxX12g9ONyZrg5g0eqp+tyKfxl8epw12ty4RrbpXpSEYdongYOgTM5rfoqUIGOFqAdanzq1U0P/Qif/McbQtxfy4QZ8EX7Auoi9C3d+7lTk7oxGRGOcgIjvPCMgO6xeFWcru5ImVA/IBXXGM85kkIWpxIJ7Ef0KwGA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kEa/Ibsv; 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="kEa/Ibsv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28A95C4CEDD; Mon, 7 Apr 2025 13:21:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744032117; bh=V/kH4k91TKPs+AzEORJvwkcToawBFh+wxqDR82wVnZM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kEa/Ibsvs0y65fDo6FRf6d/Z6DvEaCgPX75o320p0x1gN1UDi663BMUrP+LX3o4P8 E0drx8PxP71ibevpOOVbs/7fWBR9H5vca3ZvIUfmB5uitcTzDO3eNEEiz3I3r4c+xp ty6kBWupB99nxopCK6AMgIPEb5/cjlAl5QozeExpfndxdB54ot7wzQGcl9rfdyO4Uz FPXR6VwvAAhf6ireSe7fhlCh+MVomMQ1qfpO5QYQ3hsXrh50J3GFFnKkulw1rgbYis XBmGhOI6lIkKwDoe/0DA9JF2JdI0pmqure3y3PLDmILwi4iSmxgknwJMFgtGJEj1PK wxZRMumRBum+w== Date: Mon, 7 Apr 2025 08:21:56 -0500 From: "Rob Herring (Arm)" To: Angelo Dureghello Cc: Jonathan Cameron , David Lechner , Michael Hennerich , Lars-Peter Clausen , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org, Michael Hennerich , devicetree@vger.kernel.org, Jonathan Corbet , Conor Dooley , linux-doc@vger.kernel.org Subject: Re: [PATCH 1/3] dt-bindings: iio: adc: adi,ad7606: add SPI offload properties Message-ID: <174403211547.1955434.17881089530676144254.robh@kernel.org> References: <20250403-wip-bl-spi-offload-ad7606-v1-0-1b00cb638b12@baylibre.com> <20250403-wip-bl-spi-offload-ad7606-v1-1-1b00cb638b12@baylibre.com> 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-Disposition: inline In-Reply-To: <20250403-wip-bl-spi-offload-ad7606-v1-1-1b00cb638b12@baylibre.com> On Thu, 03 Apr 2025 18:19:04 +0200, Angelo Dureghello wrote: > From: Angelo Dureghello > > 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,ad7606.h for the cell values to help with > readability since they are arbitrary values. > > Signed-off-by: Angelo Dureghello > --- > Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml | 8 ++++++++ > include/dt-bindings/iio/adc/adi,ad7606.h | 9 +++++++++ > 2 files changed, 17 insertions(+) > Reviewed-by: Rob Herring (Arm)