Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752702AbcDXLhA (ORCPT ); Sun, 24 Apr 2016 07:37:00 -0400 Received: from saturn.retrosnub.co.uk ([178.18.118.26]:35840 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751770AbcDXLg7 (ORCPT ); Sun, 24 Apr 2016 07:36:59 -0400 Subject: Re: [RFC PATCH 3/3] Documentation: iio: Add IIO software devices docs To: Daniel Baluta References: <1461167126-23399-1-git-send-email-daniel.baluta@intel.com> <1461167126-23399-4-git-send-email-daniel.baluta@intel.com> Cc: knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org From: Jonathan Cameron Message-ID: Date: Sun, 24 Apr 2016 12:36:57 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <1461167126-23399-4-git-send-email-daniel.baluta@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1036 Lines: 31 On 20/04/16 16:45, Daniel Baluta wrote: > Signed-off-by: Daniel Baluta Other than the deliberate mistake, looks good. J > --- > Documentation/ABI/testing/configfs-iio | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/Documentation/ABI/testing/configfs-iio b/Documentation/ABI/testing/configfs-iio > index 2483756..84b6bd1 100644 > --- a/Documentation/ABI/testing/configfs-iio > +++ b/Documentation/ABI/testing/configfs-iio > @@ -19,3 +19,16 @@ KernelVersion: 4.4 > Description: > High resolution timers directory. Creating a directory here > will result in creating a hrtimer trigger in the IIO subsystem. > + > +What: /config/iio/devices > +Date: April 2016 > +KernelVersion: 4.7 > +Description: > + Industrial IO software devices directory. > + > +What: /config/iio/triggers/dummy > +Date: April 2016 > +KernelVersion: 4.7 > +Description: > + Dummy IIO devices directory. Creating a directory here will result > + in creating a dummy IIO device in the IIO subystem. >