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

2020-07-14 Thread Simon Glass
On Mon, 13 Jul 2020 at 06:56, Philippe Reynes wrote: > > Add a simple driver which allows use of buttons attached to GPIOs. > > Signed-off-by: Philippe Reynes > --- > drivers/button/Kconfig | 10 > drivers/button/Makefile | 1 + > drivers/button/button-gpio.c | 111 >

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

2020-07-13 Thread Philippe Reynes
Add a simple driver which allows use of buttons attached to GPIOs. Signed-off-by: Philippe Reynes --- drivers/button/Kconfig | 10 drivers/button/Makefile | 1 + drivers/button/button-gpio.c | 111 +++ 3 files changed, 122 insertions(+)