Re: [PATCH 1/7] ARM: S5PV210: add support for software reset

2010-05-19 Thread Kyungmin Park
Hi, > > But Samsung SoC hardware engineer recommends to use the reset of watchdog > instead of software reset by restriction of Hardware environment. that's optional method for each board. If software reset doesn't work. we can provide the watchdog reset additionally . In our case we use the wat

RE: [PATCH 1/7] ARM: S5PV210: add support for software reset

2010-05-19 Thread Kukjin Kim
Marek Szyprowski wrote: > > Add missing call for software reset (system reboot). Yes, missed. But Samsung SoC hardware engineer recommends to use the reset of watchdog instead of software reset by restriction of Hardware environment. > Signed-off-by: Marek Szyprowski > Signed-off-by: Kyungmin

[PATCH 1/7] ARM: S5PV210: add support for software reset

2010-05-19 Thread Marek Szyprowski
Add missing call for software reset (system reboot). Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- arch/arm/mach-s5pv210/include/mach/regs-clock.h |2 ++ arch/arm/mach-s5pv210/include/mach/system.h |7 ++- 2 files changed, 8 insertions(+), 1 deletions(-) diff

[PATCH 1/7] ARM: S5PV210: add support for software reset

2010-05-16 Thread Marek Szyprowski
Add missing call for software reset (system reboot). Signed-off-by: Marek Szyprowski Signed-off-by: Kyungmin Park --- arch/arm/mach-s5pv210/include/mach/regs-clock.h |2 ++ arch/arm/mach-s5pv210/include/mach/system.h |7 ++- 2 files changed, 8 insertions(+), 1 deletions(-) diff