Re: [PATCH 2/4] ARM: sa11x0/pxa: acquire timer rate from the clock rate

2016-09-26 Thread Russell King - ARM Linux
On Mon, Sep 19, 2016 at 09:12:13PM +0200, Robert Jarzmik wrote: > As both pxa and sa1100 provide a clock to the timer, the rate can be > inferred from the clock rather than hard encoded in a functional call. > > This patch changes the pxa timer to have a mandatory clock which is used > as the time

Re: [PATCH 2/4] ARM: sa11x0/pxa: acquire timer rate from the clock rate

2016-09-19 Thread Daniel Lezcano
On 19/09/2016 21:12, Robert Jarzmik wrote: > As both pxa and sa1100 provide a clock to the timer, the rate can be > inferred from the clock rather than hard encoded in a functional call. > > This patch changes the pxa timer to have a mandatory clock which is used > as the timer rate. > > Signed-o