Re: [PATCH 1/2] Input: gpio_keys - allow separating gpio and irq in device tree

2015-01-04 Thread Dmitry Torokhov
On Wed, Dec 31, 2014 at 09:22:27AM +0100, Linus Walleij wrote: > On Mon, Dec 8, 2014 at 8:19 AM, Dmitry Torokhov > wrote: > > > This change allows specify interrupt for buttons separately form gpio, > > potentially allowing to form several "clusters" of buttons on > > different interrupts. > > >

Re: [PATCH 1/2] Input: gpio_keys - allow separating gpio and irq in device tree

2014-12-31 Thread Linus Walleij
On Mon, Dec 8, 2014 at 8:19 AM, Dmitry Torokhov wrote: > This change allows specify interrupt for buttons separately form gpio, > potentially allowing to form several "clusters" of buttons on > different interrupts. > > Button defined without both gpio and irq in device tree is a hared error har