Re: [U-Boot] [PATCH 1/4 v5] watchdog: Implement generic watchdog_reset() version

2019-08-16 Thread Bin Meng
Hi Stefan, On Fri, Aug 16, 2019 at 1:11 PM Stefan Roese wrote: > > Hi Bin, > > On 15.08.19 16:19, Bin Meng wrote: > > Hi Stefan, > > > > On Thu, Aug 15, 2019 at 2:07 PM Stefan Roese wrote: > >> > >> Hi Simon, > >> > >> On 14.08.19 21:35, Simon Glass wrote: > >>> Hi, > >>> > >>> On Wed, 14 Aug

Re: [U-Boot] [PATCH 1/4 v5] watchdog: Implement generic watchdog_reset() version

2019-08-15 Thread Stefan Roese
Hi Bin, On 15.08.19 16:19, Bin Meng wrote: Hi Stefan, On Thu, Aug 15, 2019 at 2:07 PM Stefan Roese wrote: Hi Simon, On 14.08.19 21:35, Simon Glass wrote: Hi, On Wed, 14 Aug 2019 at 00:22, Stefan Roese wrote: Hi Simon, (added Simon Glass and Bin to Cc) On 13.08.19 22:16, Simon

Re: [U-Boot] [PATCH 1/4 v5] watchdog: Implement generic watchdog_reset() version

2019-08-15 Thread Bin Meng
Hi Stefan, On Thu, Aug 15, 2019 at 2:07 PM Stefan Roese wrote: > > Hi Simon, > > On 14.08.19 21:35, Simon Glass wrote: > > Hi, > > > > On Wed, 14 Aug 2019 at 00:22, Stefan Roese wrote: > >> > >> Hi Simon, > >> > >> (added Simon Glass and Bin to Cc) > >> > >> On 13.08.19 22:16, Simon Goldschmidt

Re: [U-Boot] [PATCH 1/4 v5] watchdog: Implement generic watchdog_reset() version

2019-08-15 Thread Stefan Roese
Hi Simon, On 14.08.19 21:35, Simon Glass wrote: Hi, On Wed, 14 Aug 2019 at 00:22, Stefan Roese wrote: Hi Simon, (added Simon Glass and Bin to Cc) On 13.08.19 22:16, Simon Goldschmidt wrote: Am 25.04.2019 um 09:17 schrieb Stefan Roese: This patch tries to implement a generic

Re: [U-Boot] [PATCH 1/4 v5] watchdog: Implement generic watchdog_reset() version

2019-08-14 Thread Simon Glass
Hi, On Wed, 14 Aug 2019 at 00:22, Stefan Roese wrote: > > Hi Simon, > > (added Simon Glass and Bin to Cc) > > On 13.08.19 22:16, Simon Goldschmidt wrote: > > Am 25.04.2019 um 09:17 schrieb Stefan Roese: > >> This patch tries to implement a generic watchdog_reset() function that > >> can be used

Re: [U-Boot] [PATCH 1/4 v5] watchdog: Implement generic watchdog_reset() version

2019-08-14 Thread Stefan Roese
Hi Simon, (added Simon Glass and Bin to Cc) On 13.08.19 22:16, Simon Goldschmidt wrote: Am 25.04.2019 um 09:17 schrieb Stefan Roese: This patch tries to implement a generic watchdog_reset() function that can be used by all boards that want to service the watchdog device in U-Boot. This

Re: [U-Boot] [PATCH 1/4 v5] watchdog: Implement generic watchdog_reset() version

2019-08-13 Thread Simon Goldschmidt
Hi Stefan, Am 25.04.2019 um 09:17 schrieb Stefan Roese: This patch tries to implement a generic watchdog_reset() function that can be used by all boards that want to service the watchdog device in U-Boot. This watchdog servicing is enabled via CONFIG_WATCHDOG. Without this approach, new boards

Re: [U-Boot] [PATCH 1/4 v5] watchdog: Implement generic watchdog_reset() version

2019-04-26 Thread Stefan Roese
On 25.04.19 09:17, Stefan Roese wrote: This patch tries to implement a generic watchdog_reset() function that can be used by all boards that want to service the watchdog device in U-Boot. This watchdog servicing is enabled via CONFIG_WATCHDOG. Without this approach, new boards or platforms

[U-Boot] [PATCH 1/4 v5] watchdog: Implement generic watchdog_reset() version

2019-04-25 Thread Stefan Roese
This patch tries to implement a generic watchdog_reset() function that can be used by all boards that want to service the watchdog device in U-Boot. This watchdog servicing is enabled via CONFIG_WATCHDOG. Without this approach, new boards or platforms needed to implement a board specific version