Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932076Ab2FNN6J (ORCPT ); Thu, 14 Jun 2012 09:58:09 -0400 Received: from ppsw-51.csi.cam.ac.uk ([131.111.8.151]:54909 "EHLO ppsw-51.csi.cam.ac.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756014Ab2FNN6H (ORCPT ); Thu, 14 Jun 2012 09:58:07 -0400 X-Cam-AntiVirus: no malware found X-Cam-SpamDetails: not scanned X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Message-ID: <4FD9EDEC.9020707@cam.ac.uk> Date: Thu, 14 Jun 2012 14:58:04 +0100 From: Jonathan Cameron User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Jiri Kosina CC: Greg Kroah-Hartman , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iio: let the doc follow core code move References: <4FD9E917.8020602@cam.ac.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2089 Lines: 60 On 6/14/2012 2:45 PM, Jiri Kosina wrote: > On Thu, 14 Jun 2012, Jonathan Cameron wrote: > >>> As the IIO core code has been moved out of staging, let the appropriate >>> documentation appear in Documentation/iio (which is what >>> drivers/iio/Kconfig suggests as a location to look for it anyway). >>> >> I'd really rather not do this just yet. There are elements that are out >> of date or downright wrong in here. Much like the drivers, these should >> get some careful review before they go anywhere. >> >> For now we have carefully only moved abi docs that have been >> carefully sanity checked first (and even then a few 'interesting' >> corners made it through). >> >> Obviously we'd like to do that pretty soon! >> In the meantime it comes down to that old story of wrong docs >> perhaps being worse than no docs. > > Oh well, I see. > > So at least we need the patch below. Fair enough I suppose. > > > > > From: Jiri Kosina > Subject: [PATCH] iio: drop wrong reference from Kconfig > > The documentation lives in drivers/staging/iio/Documentation, but > according to Jonathan it's obsolete and needs fixing. > > Signed-off-by: Jiri Kosina Acked-by: Jonathan Cameron > --- > drivers/iio/Kconfig | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/drivers/iio/Kconfig b/drivers/iio/Kconfig > index 56eecef..2ec93da 100644 > --- a/drivers/iio/Kconfig > +++ b/drivers/iio/Kconfig > @@ -8,8 +8,7 @@ menuconfig IIO > help > The industrial I/O subsystem provides a unified framework for > drivers for many different types of embedded sensors using a > - number of different physical interfaces (i2c, spi, etc). See > - Documentation/iio for more information. > + number of different physical interfaces (i2c, spi, etc). > > if IIO > > -- 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/