Re: [PATCH 08/12] poweroff: Add poweroff-gpio driver

2020-07-08 Thread Simon Glass
Hi Sebastian, On Wed, 1 Jul 2020 at 11:27, 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/power/Kconfig | 8 > drivers/power/Makefile| 1 + >

Re: [PATCH 08/12] poweroff: Add poweroff-gpio driver

2020-07-08 Thread Jaehoon Chung
On 7/2/20 2:26 AM, 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/power/Kconfig | 8 > drivers/power/Makefile| 1 + >

[PATCH 08/12] poweroff: Add poweroff-gpio driver

2020-07-02 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/power/Kconfig | 8 drivers/power/Makefile| 1 + drivers/power/poweroff-gpio.c | 87 +++ 3 files changed,