Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933360AbZFLKNQ (ORCPT ); Fri, 12 Jun 2009 06:13:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757445AbZFLKND (ORCPT ); Fri, 12 Jun 2009 06:13:03 -0400 Received: from buzzloop.caiaq.de ([212.112.241.133]:35981 "EHLO buzzloop.caiaq.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753632AbZFLKNC (ORCPT ); Fri, 12 Jun 2009 06:13:02 -0400 Date: Fri, 12 Jun 2009 12:13:00 +0200 From: Daniel Mack To: Pavel Machek Cc: linux-kernel@vger.kernel.org, Eric Piel Subject: Re: [PATCH] lis3: add click function Message-ID: <20090612101300.GC29236@buzzloop.caiaq.de> References: <1244750146-31215-1-git-send-email-daniel@caiaq.de> <20090611210755.GC27376@elf.ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090611210755.GC27376@elf.ucw.cz> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1278 Lines: 30 On Thu, Jun 11, 2009 at 11:07:55PM +0200, Pavel Machek wrote: > > The LIS3 accelerometer chip has a 'click' feature which can be used to > > detect sudden motion on any of the three axis. Configuration data is > > passed via spi platform_data and no action is taken if that's not > > specified, so it won't harm any existing platform. > > > > To make the configuration effective, the IRQ lines need to be set up > > appropriately. This patch also adds a way to do that from board support > > code. > > > > The DD_* definitions were removed because I couldn't find any reference > > of them in the datasheet and the overlapped with the CLICK_ register > > space. > > > > Signed-off-by: Daniel Mack > > Cc: Pavel Machek > > Cc: Eric Piel > > Well, patch looks mostly okay, but it would be nice to separate > cleanups onto separate patch... Yes, I've seen that, but considered the two minor things too small to deserve a seperate patch. Do you want me resend? Daniel -- 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/