From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Cameron Subject: Re: [PATCHv3 3/5] misc: Driver for APDS990X ALS and proximity sensors Date: Mon, 11 Oct 2010 14:46:45 +0100 Message-ID: <4CB31545.70009@cam.ac.uk> References: <1286795209-12487-1-git-send-email-samu.p.onkalo@nokia.com> <1286795209-12487-4-git-send-email-samu.p.onkalo@nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1286795209-12487-4-git-send-email-samu.p.onkalo-xNZwKgViW5gAvxtiuMwx3w@public.gmane.org> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Samu Onkalo Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, alan-qBU/x9rampVanCEyBjwyrvXRex20P6io@public.gmane.org List-Id: linux-i2c@vger.kernel.org On 10/11/10 12:06, Samu Onkalo wrote: > This is a driver for Avago APDS990X combined ALS and proximity sensor. > > Interface is sysfs based. The driver uses interrupts to provide new data. > The driver supports pm_runtime and regulator frameworks. > > See Documentation/misc-devices/apds990x.txt for details > > Signed-off-by: Samu Onkalo Acked-by: Jonathan Cameron > --- > drivers/misc/apds990x.c | 1295 ++++++++++++++++++++++++++++++++++++++++++ > include/linux/i2c/apds990x.h | 79 +++ > 2 files changed, 1374 insertions(+), 0 deletions(-) > create mode 100644 drivers/misc/apds990x.c > create mode 100644 include/linux/i2c/apds990x.h