Re: [PATCH 0/2] CONFIG_EARLY_TIMER: Fix EAGAIN issue and use DM too

2022-03-11 Thread Johannes (krjdev) Krottmayer
Hi, Ignore these patches. Have send them to the wrong maintainers... There are also somm issues. Thanks! On 10.03.22 19:45, Johannes Krottmayer wrote: > Hi, > > I'm currently working on support for a STMicroelectronics board. I have > written a DM driver which implements the timer_early_* funct

[PATCH 0/2] CONFIG_EARLY_TIMER: Fix EAGAIN issue and use DM too

2022-03-10 Thread Johannes Krottmayer
Hi, I'm currently working on support for a STMicroelectronics board. I have written a DM driver which implements the timer_early_* functions. But noticed an issue when the configuration switch is set. common/board_f.c Here this leads in an EAGAIN issue, becaues the DM sub-system isn't running at