Re: [PATCH 07/10] board_f/r: Allow selection of CONFIG_TIMER_EARLY w/o CONFIG_TIMER

2022-09-30 Thread Stefan Roese
Hi Simon, On 30.09.22 15:28, Simon Glass wrote: Hi Stefan, On Thu, 29 Sept 2022 at 23:36, Stefan Roese wrote: Hi Simon, On 28.09.22 03:54, Simon Glass wrote: Hi Stefan, On Mon, 26 Sept 2022 at 07:52, Stefan Roese wrote: Hi Simon, On 25.09.22 16:15, Simon Glass wrote: Hi Stefan, On W

Re: [PATCH 07/10] board_f/r: Allow selection of CONFIG_TIMER_EARLY w/o CONFIG_TIMER

2022-09-30 Thread Simon Glass
Hi Stefan, On Thu, 29 Sept 2022 at 23:36, Stefan Roese wrote: > > Hi Simon, > > On 28.09.22 03:54, Simon Glass wrote: > > Hi Stefan, > > > > On Mon, 26 Sept 2022 at 07:52, Stefan Roese wrote: > >> > >> Hi Simon, > >> > >> On 25.09.22 16:15, Simon Glass wrote: > >>> Hi Stefan, > >>> > >>> On Wed,

Re: [PATCH 07/10] board_f/r: Allow selection of CONFIG_TIMER_EARLY w/o CONFIG_TIMER

2022-09-29 Thread Stefan Roese
Hi Simon, On 28.09.22 03:54, Simon Glass wrote: Hi Stefan, On Mon, 26 Sept 2022 at 07:52, Stefan Roese wrote: Hi Simon, On 25.09.22 16:15, Simon Glass wrote: Hi Stefan, On Wed, 21 Sept 2022 at 08:06, Stefan Roese wrote: The early timer functions provided via CONFIG_TIMER_EARLY don't ne

Re: [PATCH 07/10] board_f/r: Allow selection of CONFIG_TIMER_EARLY w/o CONFIG_TIMER

2022-09-27 Thread Simon Glass
Hi Stefan, On Mon, 26 Sept 2022 at 07:52, Stefan Roese wrote: > > Hi Simon, > > On 25.09.22 16:15, Simon Glass wrote: > > Hi Stefan, > > > > On Wed, 21 Sept 2022 at 08:06, Stefan Roese wrote: > >> > >> The early timer functions provided via CONFIG_TIMER_EARLY don't need > >> CONFIG_TIMER to be e

Re: [PATCH 07/10] board_f/r: Allow selection of CONFIG_TIMER_EARLY w/o CONFIG_TIMER

2022-09-26 Thread Stefan Roese
Hi Simon, On 25.09.22 16:15, Simon Glass wrote: Hi Stefan, On Wed, 21 Sept 2022 at 08:06, Stefan Roese wrote: The early timer functions provided via CONFIG_TIMER_EARLY don't need CONFIG_TIMER to be enabled, as they don't make use of the DM timer and uclass interface. This patch now allow the

Re: [PATCH 07/10] board_f/r: Allow selection of CONFIG_TIMER_EARLY w/o CONFIG_TIMER

2022-09-25 Thread Simon Glass
Hi Stefan, On Wed, 21 Sept 2022 at 08:06, Stefan Roese wrote: > > The early timer functions provided via CONFIG_TIMER_EARLY don't need > CONFIG_TIMER to be enabled, as they don't make use of the DM timer > and uclass interface. This patch now allow the selection of > CONFIG_TIMER_EARLY w/o CONFIG

[PATCH 07/10] board_f/r: Allow selection of CONFIG_TIMER_EARLY w/o CONFIG_TIMER

2022-09-21 Thread Stefan Roese
The early timer functions provided via CONFIG_TIMER_EARLY don't need CONFIG_TIMER to be enabled, as they don't make use of the DM timer and uclass interface. This patch now allow the selection of CONFIG_TIMER_EARLY w/o CONFIG_TIMER, enabling this early timer functionality also for non CONFIG_TIMER