Re: [PATCH] timer: orion-timer: Fix problem with early static variable

2023-01-02 Thread Stefan Roese
On 12/21/22 10:18, Stefan Roese wrote: We've noticed that at least one Kirkwood board (Pogo v4) has problems with the new orion DM timer implementation. Debugging revealed that this issue is related with the static variable "early_init_done" which does not work correctly before relocation in all

Re: [PATCH] timer: orion-timer: Fix problem with early static variable

2022-12-21 Thread Tony Dinh
Hi Stefan, On Wed, Dec 21, 2022 at 1:18 AM Stefan Roese wrote: > > We've noticed that at least one Kirkwood board (Pogo v4) has problems > with the new orion DM timer implementation. Debugging revealed that this > issue is related with the static variable "early_init_done" which does > not work

[PATCH] timer: orion-timer: Fix problem with early static variable

2022-12-21 Thread Stefan Roese
We've noticed that at least one Kirkwood board (Pogo v4) has problems with the new orion DM timer implementation. Debugging revealed that this issue is related with the static variable "early_init_done" which does not work correctly before relocation in all cases. This patch removes this static