Re: [U-Boot] [PATCH v2 3/3] rk8xx: add a sysreset driver for poweroff【请注意,邮件由s...@google.com代发】

2019-08-15 Thread Kever Yang
Simon, Stephen, On 2019/8/15 上午3:35, Simon Glass wrote: Hi Kever, On Tue, 13 Aug 2019 at 20:46, Kever Yang wrote: Hi Urja, Simon, This patch is not able to pass the sandbox_spl test, it reports: [1]26463 segmentation fault (core dumped) ./u-boot The driver looks good to me, no idea wha

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

2019-08-14 Thread Simon Glass
Hi Kever, On Tue, 13 Aug 2019 at 20:46, Kever Yang wrote: > > Hi Urja, Simon, > > This patch is not able to pass the sandbox_spl test, it reports: > [1]26463 segmentation fault (core dumped) ./u-boot > > The driver looks good to me, no idea what cause the issue. > > Thanks, > - Kever > > Urj

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

2019-08-13 Thread Kever Yang
Hi Urja, Simon, This patch is not able to pass the sandbox_spl test, it reports: [1]26463 segmentation fault (core dumped) ./u-boot The driver looks good to me, no idea what cause the issue. Thanks, - Kever Urja Rannikko 于2019年5月17日周五 上午5:49写道: > Based on snooping around the linux kernel

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

2019-05-16 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