From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Thu, 7 Mar 2019 08:04:02 +0000 Subject: [U-Boot] [PATCH v11 4/9] ARM: socfpga: Move the watchdog reset to the looping location In-Reply-To: References: <20190305162310.1396-1-tien.fong.chee@intel.com> <20190305162310.1396-5-tien.fong.chee@intel.com> Message-ID: <1551945842.9744.23.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On Tue, 2019-03-05 at 22:35 -0600, Dinh Nguyen wrote: > It looks like this patch was not in the previous 9 versions of this > series? Please try to not add new functionality to a series that is > already gone through so many reviews. It make reviewing the series > really confusing! This is split out from [v9] patch [3/7] https://patchwork.ozlabs.org/pa tch/1044415/ as suggested by Simek. > > On 3/5/19 10:23 AM, tien.fong.chee at intel.com wrote: > > > > From: Tien Fong Chee > > > > Ensure the watchdog is reset timely if the looping is long. > How are you ensuring this? watchdog reset would be triggered for each polling. TF