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 B9DA119004A; Sat, 1 Feb 2025 15:24:51 +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=1738423491; cv=none; b=F/FzkRzF/AV+oONVx232db5A7K2YOVwhaWVa60aUM7AKZZzDGEZmwX6pfWc2QOpb/yxdBjE/31yLQqcSMEPfXrptdReAwrpuryKrczbtgV+L0ccQU5kdz42oMMI8IHrIyrp6CuTcXxz/Sfgzd2Rbzb3XvgMsaeetlc5TAmjYR2w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738423491; c=relaxed/simple; bh=UaWZsCI+aukrpetehpQvix73yXlKutXTDhOU4oERyWU=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=YA6FLKX74n+FZ+8HlM9G8XwQTMmsGiksLMVpmIlNzoMqLphmBrjNvo4btgylNmos3pSBUMtGESuG7cC2hFoP9FUvQNSV9ijMhaX6kKckntyg3oydOwsDIWHVyAEYxEmS1dEMS2GD6BfZA12i0WwqnkHqPXyDmSmHC7RW0smWRDI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=lqHAHaGl; 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="lqHAHaGl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7BE83C4CED3; Sat, 1 Feb 2025 15:24:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1738423491; bh=UaWZsCI+aukrpetehpQvix73yXlKutXTDhOU4oERyWU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=lqHAHaGlp4p73jhVUdUA5+/WShsheUoBWzil/fWZGTtGQjZDqvyRWj5Yq1IBO1IYz CoVCc8cVBRKoz4kADYeel/y3IjIh9uw+wqSUgz33rfG4YNoaMffJxiZpijvx06xgj/ +Vk4C7x1ZkxKiL/tyvjp6MsSl5A2Vp09yElEEU5Lx2hl5YUuTQMoJP8KIIztSkzxgv +5OVHgBf/kU7Qw2VWb5Hm6Qh2dWUpTbUCyV/Hoj8MTmzDOgi6qezhYnxvPv1h8oAsT i6uy0W0mlsAu9hWK9i9nUZOfQPfkw8aDNorz+ozuebUQLVcfHP85DoCCbpxtghHyM7 XeV3LUylm70kA== Date: Sat, 1 Feb 2025 15:24:40 +0000 From: Jonathan Cameron To: Robert Budai Cc: , , , , , , , , , , , , , Subject: Re: [PATCH v5 6/6] docs: iio: add documentation for adis16550 driver Message-ID: <20250201152440.7924cff1@jic23-huawei> In-Reply-To: <20250129082053.19077-7-robert.budai@analog.com> References: <20250129082053.19077-1-robert.budai@analog.com> <20250129082053.19077-7-robert.budai@analog.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.48; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-doc@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, 29 Jan 2025 10:20:46 +0200 Robert Budai wrote: > Add documentation for adis16550 driver which describes the driver > device files and shows how the user may use the ABI for various > scenarios (configuration, measurement, etc.). > > Co-developed-by: Antoniu Miclaus > Signed-off-by: Antoniu Miclaus > Signed-off-by: Ramona Gradinariu > Signed-off-by: Robert Budai > ++----------------------------------+-------------------------------------------+ > + > ++----------------------------+--------------------------------------------------------------------------------+ > +| Miscellaneous device files | Description | > ++----------------------------+--------------------------------------------------------------------------------+ > +| name | Name of the IIO device. | > ++----------------------------+--------------------------------------------------------------------------------+ > +| sampling_frequency | Currently selected sample rate. | > ++----------------------------+--------------------------------------------------------------------------------+ > +| write_lock_enable | Lock the device from further configuration. Only a reset will remove the lock. | I'm not seeing this one and that's a good thing, but shouldn't be in the docs.