[PATCHv4 5/9] sysreset: Add poweroff-gpio driver

2020-11-02 Thread sbabic
> Add GPIO poweroff driver, which is based on the Linux > driver and uses the same DT binding. > Reviewed-by: Simon Glass > Signed-off-by: Sebastian Reichel Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- ==

[PATCHv4 5/9] sysreset: Add poweroff-gpio driver

2020-09-02 Thread Sebastian Reichel
Add GPIO poweroff driver, which is based on the Linux driver and uses the same DT binding. Reviewed-by: Simon Glass Signed-off-by: Sebastian Reichel --- drivers/sysreset/Kconfig | 7 +++ drivers/sysreset/Makefile| 1 + drivers/sysreset/poweroff_gpio.c | 92