Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946096AbbGQJBm (ORCPT ); Fri, 17 Jul 2015 05:01:42 -0400 Received: from mail-la0-f54.google.com ([209.85.215.54]:34722 "EHLO mail-la0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1945949AbbGQItO (ORCPT ); Fri, 17 Jul 2015 04:49:14 -0400 MIME-Version: 1.0 In-Reply-To: <20150716042417.5d0ead50@lwn.net> References: <1436357088-30743-1-git-send-email-daniel.baluta@intel.com> <1436357088-30743-2-git-send-email-daniel.baluta@intel.com> <20150716042417.5d0ead50@lwn.net> Date: Fri, 17 Jul 2015 11:49:12 +0300 X-Google-Sender-Auth: 7yU97AIx5DYbxvQXUnzjbQ2UUmI Message-ID: Subject: Re: [PATCH] DocBook: Add initial documentation for IIO From: Daniel Baluta To: Jonathan Corbet Cc: Daniel Baluta , Jonathan Cameron , Peter Meerwald , Hartmut Knaack , Lars-Peter Clausen , Linux Kernel Mailing List , "linux-iio@vger.kernel.org" , linux-doc@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2226 Lines: 63 On Thu, Jul 16, 2015 at 1:24 PM, Jonathan Corbet wrote: > On Wed, 8 Jul 2015 15:04:48 +0300 > Daniel Baluta wrote: > >> This is intended to help developers faster find their way >> inside the Industrial I/O core and reduce time spent on IIO >> drivers development. > > Seems like good stuff to have, sorry it's taken me so long to have a look > at it. Any other IIO folks want to send comments or an ack? Thanks a lot Jon for your time. I also missed to explicitly add you on the Cc list. I will make use of get_maintainer.pl for v2. > > A few comments of mine below... Will fix in v2. Few comments inline >> + >> + >> + This program is distributed in the hope that it will be >> + useful, but WITHOUT ANY WARRANTY; without even the implied >> + warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. >> + For more details see the file COPYING in the source >> + distribution of Linux. > > Do we really need this paragraph? It's not even a "program" by some views, > at least. This paragraph is present in most of the already existing documentation. E.g. First 6 docs from here: https://www.kernel.org/doc/htmldocs/ have it. But you have a good point it doesn't make much sense here. I will remove it in v2. >> + Available standard attributes for IIO devices are described in the >> + Documentation/ABI/testing/sysfs-bus-iio file >> + in the Linux kernel sources. > > Should that move out of testing at some point? This has been here for quite some time (4 years?), but IIO gets more and more drivers with new features and new ABI attributes that are somehow still in testing. So, I think it should stay here for at least one more year. Or perhaps we can split this file and move the stable part in ABI/stable and keep the new ABI in testing. Agree with all other comments will address them in v2. thanks, Daniel. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/