[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <201006101232.43598.dmitry.torokhov@gmail.com>
Date: Thu, 10 Jun 2010 12:32:43 -0700
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Eric Miao <eric.y.miao@...il.com>
Cc: Luotao Fu <l.fu@...gutronix.de>,
Marek Vasut <marek.vasut@...il.com>,
linux-kernel@...r.kernel.org, linux-input@...r.kernel.org
Subject: Re: [PATCH V2] matrix_keypad: add support for clustered irq
On Thursday, May 27, 2010 08:14:50 am Eric Miao wrote:
> On Thu, May 27, 2010 at 2:43 PM, Luotao Fu <l.fu@...gutronix.de> wrote:
> > This one adds support of a combined irq source for the whole matrix keypad.
> > This can be useful if all rows and columns of the keypad are e.g. connected
> > to a GPIO expander, which only has one interrupt line for all events on
> > every single GPIO.
> >
> > Signed-off-by: Luotao Fu <l.fu@...gutronix.de>
>
> I feel OK. Acked-by: Eric Miao <eric.y.miao@...il.com>
>
> > ---
> > V2 Changes:
> > * create separate functions for suspend/resume calls.
> > * add bool flag to signal enable/disable state of all gpios.
> > * add spinlock to suspend and resume callbacks.
The spinlock is not needed, it should be OK to get interrupted in the middle
of setting up wakeup sources. The enable/disable irq is different as if we
get interrupted in the middle of the process our counters will get messed
up.
Fixed a few compile warnings and applied for .36.
Thanks.
--
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists