Re: [PATCH 6/6] Input: gpio_keys - switch to using generic device properties

2016-10-31 Thread Mika Westerberg
On Fri, Oct 28, 2016 at 04:14:44PM -0700, Dmitry Torokhov wrote: > Make use of the device property API in this driver so that both OF based > systems and ACPI based systems can use this driver. > > Suggested-by: Geert Uytterhoeven > Suggested-by: Mika Westerberg

Re: [PATCH 6/6] Input: gpio_keys - switch to using generic device properties

2016-10-31 Thread Mika Westerberg
On Fri, Oct 28, 2016 at 04:14:44PM -0700, Dmitry Torokhov wrote: > Make use of the device property API in this driver so that both OF based > systems and ACPI based systems can use this driver. > > Suggested-by: Geert Uytterhoeven > Suggested-by: Mika Westerberg > Signed-off-by: Dmitry Torokhov

[PATCH 6/6] Input: gpio_keys - switch to using generic device properties

2016-10-28 Thread Dmitry Torokhov
Make use of the device property API in this driver so that both OF based systems and ACPI based systems can use this driver. Suggested-by: Geert Uytterhoeven Suggested-by: Mika Westerberg Signed-off-by: Dmitry Torokhov

[PATCH 6/6] Input: gpio_keys - switch to using generic device properties

2016-10-28 Thread Dmitry Torokhov
Make use of the device property API in this driver so that both OF based systems and ACPI based systems can use this driver. Suggested-by: Geert Uytterhoeven Suggested-by: Mika Westerberg Signed-off-by: Dmitry Torokhov --- drivers/input/keyboard/gpio_keys.c | 141