Re: [PATCH v2 2/8] dm: button: add a driver for button driven by gpio

2020-07-21 Thread Neil Armstrong
On 17/07/2020 14:22, Philippe Reynes wrote: > Add a simple driver which allows use of buttons attached to GPIOs. > > Reviewed-by: Simon Glass > Signed-off-by: Philippe Reynes > --- > Changelog: > v2: > - remove useless default in Kconfig > - re-order include > - fix condition in button_gpio_remo

[PATCH v2 2/8] dm: button: add a driver for button driven by gpio

2020-07-17 Thread Philippe Reynes
Add a simple driver which allows use of buttons attached to GPIOs. Reviewed-by: Simon Glass Signed-off-by: Philippe Reynes --- Changelog: v2: - remove useless default in Kconfig - re-order include - fix condition in button_gpio_remove drivers/button/Kconfig | 9 drivers/button/Mak