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 X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D6BFBC43331 for ; Sun, 29 Mar 2020 09:27:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id ADA0820732 for ; Sun, 29 Mar 2020 09:27:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585474035; bh=p1dnSJJEqRK9BrL5kAdwlm93iK6znjQUpSF3jkakrNA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=cclCybBX3VNvCkzBU/v2ajLSolZBpEj4s57aVnBlFFo98vBQiGkKulFXAD0nFtrrF bH6L48bkJ0TFQkVALEVtCcQJw38SqOaiLm/QdWw+L2uroiiS0wTtNpI/lnfflW8zd9 0sv6vR61QvTQXdKPR4XYKyhdH4nMVVCmVw7PlB14= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727869AbgC2J1L (ORCPT ); Sun, 29 Mar 2020 05:27:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:45934 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727286AbgC2J1L (ORCPT ); Sun, 29 Mar 2020 05:27:11 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9C767206CC; Sun, 29 Mar 2020 09:27:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585474030; bh=p1dnSJJEqRK9BrL5kAdwlm93iK6znjQUpSF3jkakrNA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=IKp5bJEaibdjMIMmaU7HweCZT4awde5YYEeZfcDEWgoRWPWEi+uxmUWb+M+RI6Mhh MOcZofql85HkHAfbArZsph+COwCIU6qr6j3Mk0KYsv41gQFcqQ5gOPkmnPN4jOKcw/ PVEIIyPgIkNgKH0BbSAMlBu1NNRmubVfPF7tobuA= Date: Sun, 29 Mar 2020 10:27:05 +0100 From: Jonathan Cameron To: Guido =?UTF-8?B?R8O8bnRoZXI=?= Cc: Tomas Novotny , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , "Angus Ainslie (Purism)" , Marco Felsch , Thomas Gleixner , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Andy Shevchenko , Nishant Malpani Subject: Re: [PATCH v3 4/4] Documentation: ABI: document IIO in_proximity_near_level file Message-ID: <20200329102705.0a69000c@archlinux> In-Reply-To: References: X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 25 Mar 2020 12:09:08 +0100 Guido G=C3=BCnther wrote: > The vcnl4000 IIO driver introduced a new attribute > "in_proximity_near_level". This adds it to the list of documented ABI > for sysfs-bus-iio. Description and patch title are now wrong due to dropping the _ I can fix that up whilst applying if nothing else comes up. The rest of the series looks good to me, just giving time for others to comment before taking this. Thanks, Jonathan >=20 > Signed-off-by: Guido G=C3=BCnther > --- > Documentation/ABI/testing/sysfs-bus-iio-proximity | 10 ++++++++++ > 1 file changed, 10 insertions(+) > create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-proximity >=20 > diff --git a/Documentation/ABI/testing/sysfs-bus-iio-proximity b/Document= ation/ABI/testing/sysfs-bus-iio-proximity > new file mode 100644 > index 000000000000..2172f3bb9c64 > --- /dev/null > +++ b/Documentation/ABI/testing/sysfs-bus-iio-proximity > @@ -0,0 +1,10 @@ > +What: /sys/bus/iio/devices/iio:deviceX/in_proximity_nearlevel > +Date: March 2020 > +KernelVersion: 5.7 > +Contact: linux-iio@vger.kernel.org > +Description: > + Near level for proximity sensors. This is a single integer > + value that tells user space when an object should be > + considered close to the device. If the value read from the > + sensor is above or equal to the value in this file an object > + should typically be considered near.