Re: [PATCH v5 2/9] timer: Add helper for drivers using timebase fallback

2020-09-27 Thread Rick Chen
Hi Sean > This function is designed to be used when a timer used to be initialized by > the cpu (e.g. RISC-V timers), but now is initialized by dm_timer_init. In > such a case, the timer may prefer to use the clocks and clock-frequency > properties, but should be able to fall back on using the cpu

Re: [PATCH v5 2/9] timer: Add helper for drivers using timebase fallback

2020-09-21 Thread Rick Chen
> This function is designed to be used when a timer used to be initialized by > the cpu (e.g. RISC-V timers), but now is initialized by dm_timer_init. In > such a case, the timer may prefer to use the clocks and clock-frequency > properties, but should be able to fall back on using the cpu's > time

[PATCH v5 2/9] timer: Add helper for drivers using timebase fallback

2020-09-15 Thread Sean Anderson
This function is designed to be used when a timer used to be initialized by the cpu (e.g. RISC-V timers), but now is initialized by dm_timer_init. In such a case, the timer may prefer to use the clocks and clock-frequency properties, but should be able to fall back on using the cpu's timebase-frequ