Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp1302510pxu; Sat, 5 Dec 2020 10:45:34 -0800 (PST) X-Google-Smtp-Source: ABdhPJxki6PIkR+MgkvSG5LU4kqC9zXUQblWBCdjNOER84R2mUa3UzzDn6f4UPZMxD214sEIZ53D X-Received: by 2002:a50:fb13:: with SMTP id d19mr12957673edq.133.1607193934615; Sat, 05 Dec 2020 10:45:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607193934; cv=none; d=google.com; s=arc-20160816; b=Fo1QREBfrkSj9Ta6rRU/ncnHPBtiIM7yjfCp+4YHtBTQ0wRpzne6OLVsnkFjj34cPA 9VAYgiMYnPGkhm1vDOV35OG3PCbXsBN0JAJfV9CmPhacKZ4Pmm14pELni4+X8/dP3uKJ oJ6WyIGndyJ0xws0y+8JUQtwt6MnRrq0msqFY9EPzMcPlevh756e+oevQm7Zyta13oZO pERmI/TBpWR6qsYK8seeDQnvzbcTb2aBCRXW3nJO+1rF/EmfR4cElDHqEN4euih8EXnz krSTBFo3MaVYU7wN00qYGtn3e30ieWEVIgD6ARp4/6dLt69A+t5qLr5ayIDgkkwMyvwb fzrg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=mnsDyqGQCPaxmflxrAJR3x3b2m70/yoIieXHGJ7hwmk=; b=MBdaKD46Y1Ni6bpbiOVEjM59k4hsbrz5JNDsv8CvFlgqkbDJ6s8D1uX0LIyIs28MYp 8Iy3dLHNeBj63iGs4Mf/N65PnGw+/ZnngKJZeg9GsT4fTF82SmXApg6O64jrEMjBrxlD rZyLRm+x3mU4ANX9Tv3o70L1pHiA1QrLdfFVcfLmdKwp8xDxoP9c7CXPTPb4Z9TtdaSz x7Yds1aV1nXEon7oxmm8N4XT5MQJ0MIiTF/b9K4FEDw7i6/6deLK6DUM8DPak0P+wisO cJEOjyxMtQ1Gqruw7wcOHZ5nk+W8DtCm84Ehl2Um5Miwg+aKf7ePWS9ijoW3Lubm5Igh 4BJQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x18si4072544ejd.397.2020.12.05.10.45.12; Sat, 05 Dec 2020 10:45:34 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726663AbgLEQwN (ORCPT + 99 others); Sat, 5 Dec 2020 11:52:13 -0500 Received: from mail.kernel.org ([198.145.29.99]:48354 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726472AbgLEQop (ORCPT ); Sat, 5 Dec 2020 11:44:45 -0500 Received: from archlinux (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (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 7276A23136; Sat, 5 Dec 2020 16:05:44 +0000 (UTC) Date: Sat, 5 Dec 2020 16:05:40 +0000 From: Jonathan Cameron To: Ye Xiang Cc: jikos@kernel.org, srinivas.pandruvada@linux.intel.com, linux-input@vger.kernel.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 3/3] iio:Documentation: Add documentation for hinge sensor channels Message-ID: <20201205160540.22d2b8d5@archlinux> In-Reply-To: <20201203035352.13918-4-xiang.ye@intel.com> References: <20201203035352.13918-1-xiang.ye@intel.com> <20201203035352.13918-4-xiang.ye@intel.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 3 Dec 2020 11:53:52 +0800 Ye Xiang wrote: > Add channel description for hinge sensor, including channel label > attribute and raw data description. > > Signed-off-by: Ye Xiang > --- > Documentation/ABI/testing/sysfs-bus-iio | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > > diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio > index df42bed09f25..82303b1bdff0 100644 > --- a/Documentation/ABI/testing/sysfs-bus-iio > +++ b/Documentation/ABI/testing/sysfs-bus-iio > @@ -1802,3 +1802,20 @@ Contact: linux-iio@vger.kernel.org > Description: > Unscaled light intensity according to CIE 1931/DIN 5033 color space. > Units after application of scale are nano nanowatts per square meter. > + > +What: /sys/bus/iio/devices/iio:deviceX/in_anglY_raw > +KernelVersion: 5.12 > +Contact: linux-iio@vger.kernel.org > +Description: > + Angle of rotation for channel Y. Units after application of scale > + and offset are radians. This entry is already mostly in the doc around line 200, just without the index. Please just add the What: line to that block to reduce repetition. If you want to add... "Where present, Y indexes the channel." or something like that feel free. > + > +What: /sys/bus/iio/devices/iio:deviceX/in_anglY_label > +KernelVersion: 5.12 > +Contact: linux-iio@vger.kernel.org > +Description: > + Optional symbolic label for channel Y. > + For Intel hid hinge sensor, the label values are: > + hinge, keyboard, screen. It means the three channels > + each correspond respectively to hinge angle, keyboard angle, > + and screen angle. Makes sense to keep this block separate given the additional info provided. Alternative would be to add it to the one with in_voltageY_label which would be odd given what follows! Thanks, Jonathan