Re: [U-Boot] [PATCH] watchdog disable for socfpga

2014-09-11 Thread Chin Liang See
Hi Pavel, On Tue, 2014-09-09 at 15:09 +0200, ZY - pavel wrote: > On Tue 2014-09-09 14:31:46, Marek Vasut wrote: > > On Tuesday, September 09, 2014 at 02:30:01 PM, Pavel Machek wrote: > > > On Tue 2014-09-09 14:20:23, Marek Vasut wrote: > > > > On Tuesday, September 09, 2014 at 02:03:28 PM, Pavel M

Re: [U-Boot] [PATCH] watchdog disable for socfpga

2014-09-11 Thread Marek Vasut
On Friday, September 12, 2014 at 08:10:22 AM, Chin Liang See wrote: > Hi Pavel, > > On Tue, 2014-09-09 at 14:03 +0200, ZY - pavel wrote: > > This adds watchdog disable. It is neccessary for running Linux kernel. > > > > Signed-off-by: Pavel Machek > > > > diff --git a/arch/arm/cpu/armv7/socfpga

Re: [U-Boot] [PATCH] watchdog disable for socfpga

2014-09-11 Thread Chin Liang See
Hi Pavel, On Tue, 2014-09-09 at 14:03 +0200, ZY - pavel wrote: > This adds watchdog disable. It is neccessary for running Linux kernel. > > Signed-off-by: Pavel Machek > > diff --git a/arch/arm/cpu/armv7/socfpga/reset_manager.c > b/arch/arm/cpu/armv7/socfpga/reset_manager.c > index e320c01..5

Re: [U-Boot] [PATCH] watchdog disable for socfpga

2014-09-09 Thread Marek Vasut
On Tuesday, September 09, 2014 at 03:09:48 PM, Pavel Machek wrote: > On Tue 2014-09-09 14:31:46, Marek Vasut wrote: > > On Tuesday, September 09, 2014 at 02:30:01 PM, Pavel Machek wrote: > > > On Tue 2014-09-09 14:20:23, Marek Vasut wrote: > > > > On Tuesday, September 09, 2014 at 02:03:28 PM, Pave

Re: [U-Boot] [PATCH] watchdog disable for socfpga

2014-09-09 Thread Pavel Machek
On Tue 2014-09-09 14:31:46, Marek Vasut wrote: > On Tuesday, September 09, 2014 at 02:30:01 PM, Pavel Machek wrote: > > On Tue 2014-09-09 14:20:23, Marek Vasut wrote: > > > On Tuesday, September 09, 2014 at 02:03:28 PM, Pavel Machek wrote: > > > > This adds watchdog disable. It is neccessary for ru

Re: [U-Boot] [PATCH] watchdog disable for socfpga

2014-09-09 Thread Marek Vasut
On Tuesday, September 09, 2014 at 02:30:01 PM, Pavel Machek wrote: > On Tue 2014-09-09 14:20:23, Marek Vasut wrote: > > On Tuesday, September 09, 2014 at 02:03:28 PM, Pavel Machek wrote: > > > This adds watchdog disable. It is neccessary for running Linux kernel. > > > > Why do we not enable WDT i

Re: [U-Boot] [PATCH] watchdog disable for socfpga

2014-09-09 Thread Pavel Machek
On Tue 2014-09-09 14:20:23, Marek Vasut wrote: > On Tuesday, September 09, 2014 at 02:03:28 PM, Pavel Machek wrote: > > This adds watchdog disable. It is neccessary for running Linux kernel. > > Why do we not enable WDT in Linux instead ? Also, I recall there was a call > to > explicitly enable

Re: [U-Boot] [PATCH] watchdog disable for socfpga

2014-09-09 Thread Marek Vasut
On Tuesday, September 09, 2014 at 02:03:28 PM, Pavel Machek wrote: > This adds watchdog disable. It is neccessary for running Linux kernel. Why do we not enable WDT in Linux instead ? Also, I recall there was a call to explicitly enable the L4 watchdog, so why do we not get rid of that instead ?

[U-Boot] [PATCH] watchdog disable for socfpga

2014-09-09 Thread Pavel Machek
This adds watchdog disable. It is neccessary for running Linux kernel. Signed-off-by: Pavel Machek diff --git a/arch/arm/cpu/armv7/socfpga/reset_manager.c b/arch/arm/cpu/armv7/socfpga/reset_manager.c index e320c01..5503059 100644 --- a/arch/arm/cpu/armv7/socfpga/reset_manager.c +++ b/arch/arm/