Re: [PATCH v3 4/4] arm: pxa: add non device-tree timer link to clocksource

2014-09-26 Thread Robert Jarzmik
Daniel Lezcano writes: > On 07/21/2014 08:15 PM, Robert Jarzmik wrote: >> Daniel Lezcano writes: >> >>> On 07/14/2014 06:52 PM, Robert Jarzmik wrote: As clocksource pxa_timer was moved to clocksource framework, the pxa_timer initialization needs to be a bit amended, to pass the

Re: [PATCH v3 4/4] arm: pxa: add non device-tree timer link to clocksource

2014-09-26 Thread Daniel Lezcano
On 07/21/2014 08:15 PM, Robert Jarzmik wrote: Daniel Lezcano writes: On 07/14/2014 06:52 PM, Robert Jarzmik wrote: As clocksource pxa_timer was moved to clocksource framework, the pxa_timer initialization needs to be a bit amended, to pass the necessary informations to clocksource, ie : -

Re: [PATCH v3 4/4] arm: pxa: add non device-tree timer link to clocksource

2014-09-26 Thread Daniel Lezcano
On 07/21/2014 08:15 PM, Robert Jarzmik wrote: Daniel Lezcano daniel.lezc...@linaro.org writes: On 07/14/2014 06:52 PM, Robert Jarzmik wrote: As clocksource pxa_timer was moved to clocksource framework, the pxa_timer initialization needs to be a bit amended, to pass the necessary informations

Re: [PATCH v3 4/4] arm: pxa: add non device-tree timer link to clocksource

2014-09-26 Thread Robert Jarzmik
Daniel Lezcano daniel.lezc...@linaro.org writes: On 07/21/2014 08:15 PM, Robert Jarzmik wrote: Daniel Lezcano daniel.lezc...@linaro.org writes: On 07/14/2014 06:52 PM, Robert Jarzmik wrote: As clocksource pxa_timer was moved to clocksource framework, the pxa_timer initialization needs to be

Re: [PATCH v3 4/4] arm: pxa: add non device-tree timer link to clocksource

2014-07-21 Thread Robert Jarzmik
Daniel Lezcano writes: > On 07/14/2014 06:52 PM, Robert Jarzmik wrote: >> As clocksource pxa_timer was moved to clocksource framework, the >> pxa_timer initialization needs to be a bit amended, to pass the >> necessary informations to clocksource, ie : >> - the timer interrupt (mach specific)

Re: [PATCH v3 4/4] arm: pxa: add non device-tree timer link to clocksource

2014-07-21 Thread Daniel Lezcano
On 07/14/2014 06:52 PM, Robert Jarzmik wrote: As clocksource pxa_timer was moved to clocksource framework, the pxa_timer initialization needs to be a bit amended, to pass the necessary informations to clocksource, ie : - the timer interrupt (mach specific) - the timer registers base (ditto)

Re: [PATCH v3 4/4] arm: pxa: add non device-tree timer link to clocksource

2014-07-21 Thread Daniel Lezcano
On 07/14/2014 06:52 PM, Robert Jarzmik wrote: As clocksource pxa_timer was moved to clocksource framework, the pxa_timer initialization needs to be a bit amended, to pass the necessary informations to clocksource, ie : - the timer interrupt (mach specific) - the timer registers base (ditto)

Re: [PATCH v3 4/4] arm: pxa: add non device-tree timer link to clocksource

2014-07-21 Thread Robert Jarzmik
Daniel Lezcano daniel.lezc...@linaro.org writes: On 07/14/2014 06:52 PM, Robert Jarzmik wrote: As clocksource pxa_timer was moved to clocksource framework, the pxa_timer initialization needs to be a bit amended, to pass the necessary informations to clocksource, ie : - the timer interrupt

[PATCH v3 4/4] arm: pxa: add non device-tree timer link to clocksource

2014-07-14 Thread Robert Jarzmik
As clocksource pxa_timer was moved to clocksource framework, the pxa_timer initialization needs to be a bit amended, to pass the necessary informations to clocksource, ie : - the timer interrupt (mach specific) - the timer registers base (ditto) - the timer clockrate Signed-off-by: Robert

[PATCH v3 4/4] arm: pxa: add non device-tree timer link to clocksource

2014-07-14 Thread Robert Jarzmik
As clocksource pxa_timer was moved to clocksource framework, the pxa_timer initialization needs to be a bit amended, to pass the necessary informations to clocksource, ie : - the timer interrupt (mach specific) - the timer registers base (ditto) - the timer clockrate Signed-off-by: Robert