Re: [PATCHv2 06/10] sysreset: Add poweroff-gpio driver

2020-08-14 Thread Simon Glass
Hi Sebastian, On Thu, 13 Aug 2020 at 02:28, Sebastian Reichel wrote: > > Add GPIO poweroff driver, which is based on the Linux > driver and uses the same DT binding. > > Signed-off-by: Sebastian Reichel > --- > drivers/sysreset/Kconfig | 6 +++ > drivers/sysreset/Makefile| 1

[PATCHv2 06/10] sysreset: Add poweroff-gpio driver

2020-08-13 Thread Sebastian Reichel
Add GPIO poweroff driver, which is based on the Linux driver and uses the same DT binding. Signed-off-by: Sebastian Reichel --- drivers/sysreset/Kconfig | 6 +++ drivers/sysreset/Makefile| 1 + drivers/sysreset/poweroff_gpio.c | 84 3 files