Re: [U-Boot] [PATCH 3/3] rk8xx: add a sysreset driver for poweroff

2019-05-18 Thread Simon Glass
On Mon, 13 May 2019 at 06:17, Urja Rannikko wrote: > > Based on snooping around the linux kernel rk8xx driver. > Tested on an ASUS C201. > > Signed-off-by: Urja Rannikko > --- > drivers/power/pmic/Kconfig | 1 + > drivers/power/pmic/rk8xx.c | 62 +++--- > include

[U-Boot] [PATCH 3/3] rk8xx: add a sysreset driver for poweroff

2019-05-13 Thread Urja Rannikko
Based on snooping around the linux kernel rk8xx driver. Tested on an ASUS C201. Signed-off-by: Urja Rannikko --- drivers/power/pmic/Kconfig | 1 + drivers/power/pmic/rk8xx.c | 62 +++--- include/power/rk8xx_pmic.h | 4 +++ 3 files changed, 63 insertions(+), 4 de