From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756256Ab2EVNz1 (ORCPT ); Tue, 22 May 2012 09:55:27 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:37213 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751993Ab2EVNzZ (ORCPT ); Tue, 22 May 2012 09:55:25 -0400 Date: Tue, 22 May 2012 06:55:17 -0700 From: Greg Kroah-Hartman To: Johan Hovold Cc: Jonathan Cameron , Jonathan Cameron , Rob Landley , Richard Purdie , Samuel Ortiz , Florian Tobias Schandinat , Arnd Bergmann , Andrew Morton , Mark Brown , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org Subject: Re: [PATCH v5] iio: add LM3533 ambient-light-sensor driver Message-ID: <20120522135517.GA16039@kroah.com> References: <1337346461-31220-1-git-send-email-jhovold@gmail.com> <1337602686-28007-1-git-send-email-jhovold@gmail.com> <4FBB5A13.4060301@kernel.org> <20120522094020.GC7323@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120522094020.GC7323@localhost> 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, May 22, 2012 at 11:40:20AM +0200, Johan Hovold wrote: > On Tue, May 22, 2012 at 10:19:15AM +0100, Jonathan Cameron wrote: > > On 5/21/2012 1:18 PM, Johan Hovold wrote: > > > Add sub-driver for the ambient-light-sensor interface on National > > > Semiconductor / TI LM3533 lighting power chips. > > > > > > The sensor interface can be used to control the LEDs and backlights of > > > the chip through defining five light zones and three sets of > > > corresponding output-current values. > > > > > > The driver provides raw and mean adc readings along with the current > > > light zone through sysfs. A threshold event can be generated on zone > > > changes. The ALS-control output values can be set per zone for the three > > > current output channels. > > There are a few bits of documentation I'd rather were in > > sysfs-bus-iio but we can move them any time. > > > > I haven't compile tested as no machine availability till this evening. > > Please do one last sanity check against staging-next. > > Tested against staging-next of today (c3c6cc91b0ae7b). > > Greg, any chance you can pick this one up for 3.5? No, the merge window for 3.5 closed last week, sorry. Now is the time for me (and the other subsystem maintainers) to merge my trees with Linus. I'll pick this driver up when 3.5-rc1 is out. thanks, greg k-h