Re: [U-Boot] [PATCH v12 4/9] ARM: socfpga: Moving the watchdog reset to the for-loop status polling

2019-05-05 Thread Chee, Tien Fong
On Sat, 2019-04-27 at 21:34 +0200, Simon Goldschmidt wrote: > > On 19.03.19 09:50, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > Ensure the watchdog is reset timely on each status polling. > I would have expected a longer commit message here explaining why > thisĀ  > is

Re: [U-Boot] [PATCH v12 4/9] ARM: socfpga: Moving the watchdog reset to the for-loop status polling

2019-04-30 Thread Chee, Tien Fong
On Sat, 2019-04-27 at 21:34 +0200, Simon Goldschmidt wrote: > > On 19.03.19 09:50, tien.fong.c...@intel.com wrote: > > > > From: Tien Fong Chee > > > > Ensure the watchdog is reset timely on each status polling. > I would have expected a longer commit message here explaining why > thisĀ  > is

Re: [U-Boot] [PATCH v12 4/9] ARM: socfpga: Moving the watchdog reset to the for-loop status polling

2019-04-27 Thread Simon Goldschmidt
On 19.03.19 09:50, tien.fong.c...@intel.com wrote: From: Tien Fong Chee Ensure the watchdog is reset timely on each status polling. I would have expected a longer commit message here explaining why this is done, and from where, where to, and why the watchdog reset has been moved.

[U-Boot] [PATCH v12 4/9] ARM: socfpga: Moving the watchdog reset to the for-loop status polling

2019-03-19 Thread tien . fong . chee
From: Tien Fong Chee Ensure the watchdog is reset timely on each status polling. Signed-off-by: Tien Fong Chee --- changes for v12 - Improved the commit messages. changes for v11 - No changes. changes for v10 - This patch was split out from [PATCH v10 5/9] ARM: socfpga: Add FPGA drivers