Re: [PATCH v3 3/8] cyclic: Integrate cyclic infrastructure into WATCHDOG_RESET

2022-08-16 Thread Stefan Roese
Hi Simon, On 15.08.22 19:37, Simon Glass wrote: Hi Stefan, On Mon, 15 Aug 2022 at 10:16, Stefan Roese wrote: Hi Simon, On 05.08.22 18:48, Simon Glass wrote: Hi Stefan, On Fri, 5 Aug 2022 at 08:26, Stefan Roese wrote: This patch integrates the main function responsible for calling all

Re: [PATCH v3 3/8] cyclic: Integrate cyclic infrastructure into WATCHDOG_RESET

2022-08-15 Thread Simon Glass
Hi Stefan, On Mon, 15 Aug 2022 at 10:16, Stefan Roese wrote: > > Hi Simon, > > On 05.08.22 18:48, Simon Glass wrote: > > Hi Stefan, > > > > On Fri, 5 Aug 2022 at 08:26, Stefan Roese wrote: > >> > >> This patch integrates the main function responsible for calling all > >> registered cyclic

Re: [PATCH v3 3/8] cyclic: Integrate cyclic infrastructure into WATCHDOG_RESET

2022-08-15 Thread Stefan Roese
Hi Simon, On 05.08.22 18:48, Simon Glass wrote: Hi Stefan, On Fri, 5 Aug 2022 at 08:26, Stefan Roese wrote: This patch integrates the main function responsible for calling all registered cyclic functions cyclic_run() into the common WATCHDOG_RESET macro. This guarantees that cyclic_run() is

Re: [PATCH v3 3/8] cyclic: Integrate cyclic infrastructure into WATCHDOG_RESET

2022-08-05 Thread Simon Glass
Hi Stefan, On Fri, 5 Aug 2022 at 08:26, Stefan Roese wrote: > > This patch integrates the main function responsible for calling all > registered cyclic functions cyclic_run() into the common WATCHDOG_RESET > macro. This guarantees that cyclic_run() is executed very often, which > is necessary

[PATCH v3 3/8] cyclic: Integrate cyclic infrastructure into WATCHDOG_RESET

2022-08-05 Thread Stefan Roese
This patch integrates the main function responsible for calling all registered cyclic functions cyclic_run() into the common WATCHDOG_RESET macro. This guarantees that cyclic_run() is executed very often, which is necessary for the cyclic functions to get scheduled and executed at their configured