From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 98F0BC77B61 for ; Mon, 10 Apr 2023 11:08:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229786AbjDJLIt (ORCPT ); Mon, 10 Apr 2023 07:08:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54602 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229777AbjDJLIs (ORCPT ); Mon, 10 Apr 2023 07:08:48 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 45A92525C; Mon, 10 Apr 2023 04:08:41 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D66AC61AF0; Mon, 10 Apr 2023 11:08:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5865AC433EF; Mon, 10 Apr 2023 11:08:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681124920; bh=ArhLNj5Da1vG4683hDuOk+VIyhMk9aziMJIUTnYJPsY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=CqGgtjJckSFvYDfbwSSsG0FnASEvhZhUgh4N8gYanNn/E38/8dDVv7MwDk9AAmaUy o/3rca0l7m9F5hD1x/KUUbL4v13SGDwDdguHWDoEqfHduM5IM+yxmWaKrh3wM6jwwc VZggFI5pmQgj63kR9WruQrLXYR178UwHhXrpO1kcoFSZPKLKJl/U3cuSQTF6uCI+MU qTCQoENX5Ok+g+TaY5HPuNEe/rVa2JDLLwhVQ3xNPqsDeyQY/No+kHmyHmsQmu6j4u IL+7AYNU0gFWxnmQZi8bQXfUtE6TrT/pvV4ksgvNfACaa4itFfF4tFyf6v2fnc6JQ5 oCn3uKhqFJ+PA== Date: Mon, 10 Apr 2023 12:23:57 +0100 From: Jonathan Cameron To: Andy Shevchenko Cc: Matti Vaittinen , Matti Vaittinen , Lars-Peter Clausen , Andrea Merello , Jagath Jog J , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/3] doc: Make sysfs-bus-iio doc more exact Message-ID: <20230410122357.010a04c9@jic23-huawei> In-Reply-To: References: <41eafb0caa510cddf650cf5ff940639a184f3005.1677331779.git.mazziesaccount@gmail.com> <20230408113258.15a39576@jic23-huawei> X-Mailer: Claws Mail 4.1.1 (GTK 3.24.37; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Sun, 9 Apr 2023 12:47:58 +0300 Andy Shevchenko wrote: > On Sat, Apr 8, 2023 at 1:18=E2=80=AFPM Jonathan Cameron wrote: > On Sat, 25 Feb 2023 15:56:16 +0200 > > Matti Vaittinen wrote: =20 >=20 > ... >=20 > > Applied to the togreg branch of iio.git and pushed out as testing > > (in this case to be mostly ignored by 0-day ;) =20 >=20 > One fix is needed? >=20 > ... >=20 > > > Description: > > > Raw (unscaled) phase difference reading from channel Y > > > - that can be processed to radians. > > > + Units after application of scale and offset are radians= . =20 >=20 > The previous chunks and confusion in reading the above suggest that > period after Y must be added. Fixed. Thanks >=20 > > > What: /sys/bus/iio/devices/iio:deviceX/in_massconcent= ration_pm1_input > > > What: /sys/bus/iio/devices/iio:deviceX/in_massconcent= rationY_pm1_input =20 >=20