Re: [PATCH v3 3/8] clocksource/drivers/tegra: Set and use timer's period

2019-06-19 Thread Thierry Reding
On Tue, Jun 18, 2019 at 05:03:53PM +0300, Dmitry Osipenko wrote: > The of_clk structure has a period field that is set up initially by > timer_of_clk_init(), that period value need to be adjusted for a case of > TIMER1-9 that are running at a fixed rate that doesn't match the clock's > rate. Note t

Re: [PATCH v3 3/8] clocksource/drivers/tegra: Set and use timer's period

2019-06-18 Thread Dmitry Osipenko
18.06.2019 19:32, Jon Hunter пишет: > > On 18/06/2019 15:03, Dmitry Osipenko wrote: >> The of_clk structure has a period field that is set up initially by >> timer_of_clk_init(), that period value need to be adjusted for a case of >> TIMER1-9 that are running at a fixed rate that doesn't match the

Re: [PATCH v3 3/8] clocksource/drivers/tegra: Set and use timer's period

2019-06-18 Thread Jon Hunter
On 18/06/2019 15:03, Dmitry Osipenko wrote: > The of_clk structure has a period field that is set up initially by > timer_of_clk_init(), that period value need to be adjusted for a case of > TIMER1-9 that are running at a fixed rate that doesn't match the clock's > rate. Note that the period valu

[PATCH v3 3/8] clocksource/drivers/tegra: Set and use timer's period

2019-06-18 Thread Dmitry Osipenko
The of_clk structure has a period field that is set up initially by timer_of_clk_init(), that period value need to be adjusted for a case of TIMER1-9 that are running at a fixed rate that doesn't match the clock's rate. Note that the period value is currently used only by some of the clocksource dr