Re: [PATCH v6 0/8] Add support for cyclic function execution infrastruture

2022-09-14 Thread Stefan Roese
Hi Simon, On 14.09.22 19:09, Simon Glass wrote: Hi Stefan, On Wed, 14 Sept 2022 at 09:19, Stefan Roese wrote: On 14.09.22 16:47, Tom Rini wrote: On Wed, Sep 14, 2022 at 04:29:36PM +0200, Stefan Roese wrote: On 14.09.22 14:58, Tom Rini wrote: On Fri, 2 Sep 2022 13:57:46 +0200, Stefan Roese

Re: [PATCH v6 0/8] Add support for cyclic function execution infrastruture

2022-09-14 Thread Simon Glass
Hi Stefan, On Wed, 14 Sept 2022 at 09:19, Stefan Roese wrote: > > On 14.09.22 16:47, Tom Rini wrote: > > On Wed, Sep 14, 2022 at 04:29:36PM +0200, Stefan Roese wrote: > >> On 14.09.22 14:58, Tom Rini wrote: > >>> On Fri, 2 Sep 2022 13:57:46 +0200, Stefan Roese wrote: > >>> > This patchset ad

Re: [PATCH v6 0/8] Add support for cyclic function execution infrastruture

2022-09-14 Thread Stefan Roese
On 14.09.22 16:47, Tom Rini wrote: On Wed, Sep 14, 2022 at 04:29:36PM +0200, Stefan Roese wrote: On 14.09.22 14:58, Tom Rini wrote: On Fri, 2 Sep 2022 13:57:46 +0200, Stefan Roese wrote: This patchset adds the basic infrastructure to periodically execute code, e.g. all 100ms. Examples for suc

Re: [PATCH v6 0/8] Add support for cyclic function execution infrastruture

2022-09-14 Thread Tom Rini
On Wed, Sep 14, 2022 at 04:29:36PM +0200, Stefan Roese wrote: > On 14.09.22 14:58, Tom Rini wrote: > > On Fri, 2 Sep 2022 13:57:46 +0200, Stefan Roese wrote: > > > > > This patchset adds the basic infrastructure to periodically execute > > > code, e.g. all 100ms. Examples for such functions might

Re: [PATCH v6 0/8] Add support for cyclic function execution infrastruture

2022-09-14 Thread Stefan Roese
On 14.09.22 14:58, Tom Rini wrote: On Fri, 2 Sep 2022 13:57:46 +0200, Stefan Roese wrote: This patchset adds the basic infrastructure to periodically execute code, e.g. all 100ms. Examples for such functions might be LED blinking etc. The functions that are hooked into this cyclic list should b

Re: [PATCH v6 0/8] Add support for cyclic function execution infrastruture

2022-09-14 Thread Tom Rini
On Fri, 2 Sep 2022 13:57:46 +0200, Stefan Roese wrote: > This patchset adds the basic infrastructure to periodically execute > code, e.g. all 100ms. Examples for such functions might be LED blinking > etc. The functions that are hooked into this cyclic list should be > small timewise as otherwise