Re: [PATCH 04/10] timer: cadence-ttc: Add timer_early functions

2022-10-04 Thread Michal Simek
Hi, On 10/4/22 18:29, Simon Glass wrote: Hi, On Tue, 4 Oct 2022 at 05:50, Michal Simek wrote: Hi Stefan, On 9/30/22 15:45, Stefan Roese wrote: Hi Michal, On 30.09.22 14:02, Michal Simek wrote: Hi Simon and Stefan, On 9/28/22 03:54, Simon Glass wrote: Hi Simon, Hi Michal, On 25.09.22 1

Re: [PATCH 04/10] timer: cadence-ttc: Add timer_early functions

2022-10-04 Thread Simon Glass
Hi, On Tue, 4 Oct 2022 at 05:50, Michal Simek wrote: > > Hi Stefan, > > On 9/30/22 15:45, Stefan Roese wrote: > > Hi Michal, > > > > On 30.09.22 14:02, Michal Simek wrote: > >> Hi Simon and Stefan, > >> > >> On 9/28/22 03:54, Simon Glass wrote: > Hi Simon, > Hi Michal, > > On

Re: [PATCH 04/10] timer: cadence-ttc: Add timer_early functions

2022-10-04 Thread Stefan Roese
Hi Michal, (adding Kever & Philipp to Cc) On 04.10.22 13:49, Michal Simek wrote: Hi Stefan, On 9/30/22 15:45, Stefan Roese wrote: Hi Michal, On 30.09.22 14:02, Michal Simek wrote: Hi Simon and Stefan, On 9/28/22 03:54, Simon Glass wrote: Hi Simon, Hi Michal, On 25.09.22 16:15, Simon Glas

Re: [PATCH 04/10] timer: cadence-ttc: Add timer_early functions

2022-10-04 Thread Michal Simek
Hi Stefan, On 9/30/22 15:45, Stefan Roese wrote: Hi Michal, On 30.09.22 14:02, Michal Simek wrote: Hi Simon and Stefan, On 9/28/22 03:54, Simon Glass wrote: Hi Simon, Hi Michal, On 25.09.22 16:15, Simon Glass wrote: Hi Stefan, On Wed, 21 Sept 2022 at 08:06, Stefan Roese wrote: Currentl

Re: [PATCH 04/10] timer: cadence-ttc: Add timer_early functions

2022-09-30 Thread Stefan Roese
Hi Michal, On 30.09.22 14:02, Michal Simek wrote: Hi Simon and Stefan, On 9/28/22 03:54, Simon Glass wrote: Hi Simon, Hi Michal, On 25.09.22 16:15, Simon Glass wrote: Hi Stefan, On Wed, 21 Sept 2022 at 08:06, Stefan Roese wrote: Currently this timer driver provides timer_get_boot_us() to

Re: [PATCH 04/10] timer: cadence-ttc: Add timer_early functions

2022-09-30 Thread Michal Simek
Hi Simon and Stefan, On 9/28/22 03:54, Simon Glass wrote: Hi Simon, Hi Michal, On 25.09.22 16:15, Simon Glass wrote: Hi Stefan, On Wed, 21 Sept 2022 at 08:06, Stefan Roese wrote: Currently this timer driver provides timer_get_boot_us() to support the BOOTSTAGE functionality. This patch add

Re: [PATCH 04/10] timer: cadence-ttc: Add timer_early functions

2022-09-27 Thread Simon Glass
On Mon, 26 Sept 2022 at 08:11, Stefan Roese wrote: > > Hi Simon, > Hi Michal, > > On 25.09.22 16:15, Simon Glass wrote: > > Hi Stefan, > > > > On Wed, 21 Sept 2022 at 08:06, Stefan Roese wrote: > >> > >> Currently this timer driver provides timer_get_boot_us() to support the > >> BOOTSTAGE functi

Re: [PATCH 04/10] timer: cadence-ttc: Add timer_early functions

2022-09-26 Thread Stefan Roese
Hi Simon, Hi Michal, On 25.09.22 16:15, Simon Glass wrote: Hi Stefan, On Wed, 21 Sept 2022 at 08:06, Stefan Roese wrote: Currently this timer driver provides timer_get_boot_us() to support the BOOTSTAGE functionality. This patch adds the timer_early functions so that the "normal" timer funct

Re: [PATCH 04/10] timer: cadence-ttc: Add timer_early functions

2022-09-25 Thread Simon Glass
Hi Stefan, On Wed, 21 Sept 2022 at 08:06, Stefan Roese wrote: > > Currently this timer driver provides timer_get_boot_us() to support the > BOOTSTAGE functionality. This patch adds the timer_early functions so > that the "normal" timer functions can be used, when CONFIG_TIMER_EARLY > is enabled.

[PATCH 04/10] timer: cadence-ttc: Add timer_early functions

2022-09-21 Thread Stefan Roese
Currently this timer driver provides timer_get_boot_us() to support the BOOTSTAGE functionality. This patch adds the timer_early functions so that the "normal" timer functions can be used, when CONFIG_TIMER_EARLY is enabled. timer_get_boot_us() will get removed in a follow-up patch, once the BOOTS