Re: [PATCH 5/6] Input: gpio_keys - add support for GPIO descriptors

2016-10-29 Thread Linus Walleij
On Sat, Oct 29, 2016 at 1:14 AM, Dmitry Torokhov wrote: > From: Geert Uytterhoeven > > GPIO descriptors are the preferred way over legacy GPIO numbers > nowadays. Convert the driver to use GPIO descriptors internally but > still allow passing legacy GPIO numbers from platform data to support > e

[PATCH 5/6] Input: gpio_keys - add support for GPIO descriptors

2016-10-28 Thread Dmitry Torokhov
From: Geert Uytterhoeven GPIO descriptors are the preferred way over legacy GPIO numbers nowadays. Convert the driver to use GPIO descriptors internally but still allow passing legacy GPIO numbers from platform data to support existing platforms. Based on commits 633a21d80b4a2cd6 ("input: gpio_k