Re: [PATCH 1/2] Input: gpio_keys - allow separating gpio and irq in device tree
From: Linus Walleij <hidden>
Date: 2014-12-31 08:22:30
Also in:
linux-input, lkml
From: Linus Walleij <hidden>
Date: 2014-12-31 08:22:30
Also in:
linux-input, lkml
On Mon, Dec 8, 2014 at 8:19 AM, Dmitry Torokhov [off-list ref] 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
hared?
instead of a warning now. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Acked-by: Linus Walleij <redacted> ...but it would be nice if it could also be converted to use GPIO descriptors internally at some point. Yours, Linus Walleij