Re: [PATCH v2 3/3] Input: omap-keypad: Set irq to level instead of edge

2013-07-27 Thread Felipe Balbi
Hi, On Fri, Jul 26, 2013 at 08:09:06PM +0300, Illia Smyrnov wrote: > From: Axel Haslam > > Set mpu irq to level instead of edge, since if mpu is in low power > an edge detection may be lost if the event is a wkup event. > > Signed-off-by: Axel Haslam > Signed-off-by: Illia Smyrnov > --- >

Re: [PATCH v2 3/3] Input: omap-keypad: Set irq to level instead of edge

2013-07-27 Thread Felipe Balbi
Hi, On Fri, Jul 26, 2013 at 08:09:06PM +0300, Illia Smyrnov wrote: From: Axel Haslam axelhas...@ti.com Set mpu irq to level instead of edge, since if mpu is in low power an edge detection may be lost if the event is a wkup event. Signed-off-by: Axel Haslam axelhas...@ti.com

[PATCH v2 3/3] Input: omap-keypad: Set irq to level instead of edge

2013-07-26 Thread Illia Smyrnov
From: Axel Haslam Set mpu irq to level instead of edge, since if mpu is in low power an edge detection may be lost if the event is a wkup event. Signed-off-by: Axel Haslam Signed-off-by: Illia Smyrnov --- Based on top of v3.11-rc2 Depends on: Input: omap-keypad: Convert to threaded IRQ

[PATCH v2 3/3] Input: omap-keypad: Set irq to level instead of edge

2013-07-26 Thread Illia Smyrnov
From: Axel Haslam axelhas...@ti.com Set mpu irq to level instead of edge, since if mpu is in low power an edge detection may be lost if the event is a wkup event. Signed-off-by: Axel Haslam axelhas...@ti.com Signed-off-by: Illia Smyrnov illia.smyr...@ti.com --- Based on top of v3.11-rc2