From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758878Ab2DJTJs (ORCPT ); Tue, 10 Apr 2012 15:09:48 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:36433 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754587Ab2DJTJr (ORCPT ); Tue, 10 Apr 2012 15:09:47 -0400 X-Sasl-enc: ohYarWP25HKgJswTQUAzPU9REBYq43aZP6lLuPUmZorb 1334084986 Date: Tue, 10 Apr 2012 12:09:45 -0700 From: Greg KH To: Jonathan Cameron Cc: Jon Brenner , linux-iio , Linux Kernel Subject: Re: [PATCH V5] TAOS tsl2x7x Message-ID: <20120410190945.GA25184@kroah.com> References: <1333385439.2151.1.camel@jonz-ub2> <20120410173608.GA29862@kroah.com> <4F84840B.9080104@cam.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F84840B.9080104@cam.ac.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 10, 2012 at 08:03:39PM +0100, Jonathan Cameron wrote: > On 04/10/2012 06:36 PM, Greg KH wrote: > > On Mon, Apr 02, 2012 at 11:50:39AM -0500, Jon Brenner wrote: > >> TAOS device driver (version 5) for the tsl/tmd 2771 and 2772 device families (inc. all variants). > >> > >> Signed-off-by: Jon Brenner > >> --- > >> .../light/sysfs-bus-iio-light-tsl2583 | 6 + > >> .../light/sysfs-bus-iio-light-tsl2x7x | 14 + > >> drivers/staging/iio/Documentation/sysfs-bus-iio | 7 + > >> .../staging/iio/Documentation/sysfs-bus-iio-light | 8 +- > >> .../iio/Documentation/sysfs-bus-iio-light-tsl2583 | 20 - > >> drivers/staging/iio/light/Kconfig | 8 + > >> drivers/staging/iio/light/Makefile | 2 + > >> drivers/staging/iio/light/tsl2x7x.h | 99 ++ > >> drivers/staging/iio/light/tsl2x7x_core.c | 1830 ++++++++++++++++++++ > >> 9 files changed, 1970 insertions(+), 24 deletions(-) > >> > >> diff --git a/drivers/staging/iio/Documentation/light/sysfs-bus-iio-light-tsl2583 b/drivers/staging/iio/Documentation/light/sysfs-bus-iio-light-tsl2583 > >> new file mode 100644 > >> index 0000000..8f2a038 > >> --- /dev/null > >> +++ b/drivers/staging/iio/Documentation/light/sysfs-bus-iio-light-tsl2583 > >> @@ -0,0 +1,6 @@ > >> +What: /sys/bus/iio/devices/device[n]/illuminance0_calibrate > >> +KernelVersion: 2.6.37 > > > > Really? Are we traveling back in time now? > > > > confused... > > > > I need an ack from Jonathan before I can take this. > That is a little curious given the entry is already in that file as far > as I can see (and was indeed introduced back in 2.6.37 given these are > docs for a different driver). Something weird gone wrong moving that > to the other file Jon? > > More importantly Jon is still working on this driver (we were exchanging > emails about it a couple of days ago and I think I owe > Jon a reply to the last one (oops) It was nearly there so I'd imagine > you'll get a v6 or 7 in a few days... Ok, thanks for clearing it up. greg k-h