Re: [PATCH 2/3] cap1106: support for active-high interrupt option

2014-09-22 Thread Daniel Mack
On 09/22/2014 07:56 AM, Dmitry Torokhov wrote: > On Sun, Sep 21, 2014 at 12:06:30PM +0200, Daniel Mack wrote: >> On 09/21/2014 05:01 AM, Matt Ranostay wrote: >>> Some applications need to use the active-high push-pull interrupt >>> option. This allows it be enabled in the device tree child node. >>

Re: [PATCH 2/3] cap1106: support for active-high interrupt option

2014-09-21 Thread Dmitry Torokhov
On Sun, Sep 21, 2014 at 12:06:30PM +0200, Daniel Mack wrote: > On 09/21/2014 05:01 AM, Matt Ranostay wrote: > > Some applications need to use the active-high push-pull interrupt > > option. This allows it be enabled in the device tree child node. > > > > Signed-off-by: Matt Ranostay > > --- > >

Re: [PATCH 2/3] cap1106: support for active-high interrupt option

2014-09-21 Thread Daniel Mack
On 09/21/2014 05:01 AM, Matt Ranostay wrote: > Some applications need to use the active-high push-pull interrupt > option. This allows it be enabled in the device tree child node. > > Signed-off-by: Matt Ranostay > --- > drivers/input/keyboard/cap1106.c | 6 ++ > 1 file changed, 6 insertions

[PATCH 2/3] cap1106: support for active-high interrupt option

2014-09-20 Thread Matt Ranostay
Some applications need to use the active-high push-pull interrupt option. This allows it be enabled in the device tree child node. Signed-off-by: Matt Ranostay --- drivers/input/keyboard/cap1106.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/input/keyboard/cap1106.c b/driver