Re: [PATCH v3 11/15] input: gpio_keys_polled - Add support for GPIO descriptors

2014-10-01 Thread Arnd Bergmann
On Wednesday 01 October 2014 04:17:46 Rafael J. Wysocki wrote: > From: Aaron Lu > > 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 > exist

[PATCH v3 11/15] input: gpio_keys_polled - Add support for GPIO descriptors

2014-09-30 Thread Rafael J. Wysocki
From: Aaron Lu 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. Signed-off-by: Aaron Lu Signed-off-by: Mika Westerberg Ac