From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mack Subject: Re: [PATCH] Added driver for ISL29003 ambient light sensor Date: Thu, 26 Feb 2009 00:40:04 +0100 Message-ID: <20090225234004.GA19039@buzzloop.caiaq.de> References: <1235592618-10880-1-git-send-email-daniel@caiaq.de> <20090225212119.67402391@hyperion.delvare> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20090225212119.67402391-ig7AzVSIIG7kN2dkZ6Wm7A@public.gmane.org> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Jean Delvare Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-i2c@vger.kernel.org Hi Jean, On Wed, Feb 25, 2009 at 09:21:19PM +0100, Jean Delvare wrote: > On Wed, 25 Feb 2009 21:10:18 +0100, Daniel Mack wrote: > > This patch adds a driver for Intersil's ISL29003 ambient light sensor > > device plus some documentation. Inspired by tsl2550.c, a driver for a > > similar device. > > > > Signed-off-by: Daniel Mack > > --- > > Documentation/i2c/chips/isl29003 | 62 +++++ > > drivers/i2c/chips/Kconfig | 10 + > > drivers/i2c/chips/Makefile | 1 + > > Please read the header of these 2 files again. Ok, I missed that. But drivers for I2C based devices will still be submitted via this list? Daniel