Re: [PATCH 2/2] Input: omap-keypad: Cleanup - remove unnecessary IRQ enabling/disabling

2013-07-22 Thread Illia Smyrnov
Hi, On 07/19/2013 04:26 PM, Felipe Balbi wrote: Hi, [...] please don't remove this code. It'll be good to have this around when we move the driver to threaded IRQs without IRQF_ONESHOT. In fact, it would be very simple to implement such a change, wanna take it up ? It should be doable in few

Re: [PATCH 2/2] Input: omap-keypad: Cleanup - remove unnecessary IRQ enabling/disabling

2013-07-22 Thread Felipe Balbi
Hi, On Mon, Jul 22, 2013 at 08:25:05PM +0300, Illia Smyrnov wrote: please don't remove this code. It'll be good to have this around when we move the driver to threaded IRQs without IRQF_ONESHOT. In fact, it would be very simple to implement such a change, wanna take it up ? It should be

[PATCH 2/2] Input: omap-keypad: Cleanup - remove unnecessary IRQ enabling/disabling

2013-07-19 Thread Illia Smyrnov
From: Illia Smyrnov illia.smyr...@ti.com Remove unnecessary IRQ enabling/disabling for certain keyboard events. Signed-off-by: Illia Smyrnov illia.smyr...@ti.com --- drivers/input/keyboard/omap4-keypad.c | 15 --- 1 files changed, 4 insertions(+), 11 deletions(-) diff --git

Re: [PATCH 2/2] Input: omap-keypad: Cleanup - remove unnecessary IRQ enabling/disabling

2013-07-19 Thread Felipe Balbi
Hi, On Fri, Jul 19, 2013 at 04:03:47PM +0300, Illia Smyrnov wrote: From: Illia Smyrnov illia.smyr...@ti.com Remove unnecessary IRQ enabling/disabling for certain keyboard events. Signed-off-by: Illia Smyrnov illia.smyr...@ti.com --- drivers/input/keyboard/omap4-keypad.c | 15