Re: [PATCH 1/4] arm: pxa: change clocks init sequence

2015-01-12 Thread Mike Turquette
Quoting Robert Jarzmik (2014-12-27 05:55:25) > Since pxa clocks were ported to the clock framework, an ordering issue > appears between clocks and clocksource initialization. As a consequence, > the pxa timer clock cannot be acquired in pxa_timer, and is disabled by > clock framework because it is

Re: [PATCH 1/4] arm: pxa: change clocks init sequence

2015-01-12 Thread Mike Turquette
Quoting Robert Jarzmik (2014-12-27 05:55:25) Since pxa clocks were ported to the clock framework, an ordering issue appears between clocks and clocksource initialization. As a consequence, the pxa timer clock cannot be acquired in pxa_timer, and is disabled by clock framework because it is

[PATCH 1/4] arm: pxa: change clocks init sequence

2014-12-27 Thread Robert Jarzmik
Since pxa clocks were ported to the clock framework, an ordering issue appears between clocks and clocksource initialization. As a consequence, the pxa timer clock cannot be acquired in pxa_timer, and is disabled by clock framework because it is "unused". The ordering issue is that in the kernel

[PATCH 1/4] arm: pxa: change clocks init sequence

2014-12-27 Thread Robert Jarzmik
Since pxa clocks were ported to the clock framework, an ordering issue appears between clocks and clocksource initialization. As a consequence, the pxa timer clock cannot be acquired in pxa_timer, and is disabled by clock framework because it is unused. The ordering issue is that in the kernel