Re: [RFC 2/8] ARM:global_timer: Add ARM global timer support.

2013-05-09 Thread Srinivas KANDAGATLA
On 09/05/13 15:51, Arnd Bergmann wrote: > It won't. > >> > Looking at the code in clocksource_of_init it just goes through the >> > of_device_id table, which is not used in case of non-DT. > All new platforms are DT-only, and none of the old platforms use this > driver, so it does not matter. > I

Re: [RFC 2/8] ARM:global_timer: Add ARM global timer support.

2013-05-09 Thread Arnd Bergmann
On Thursday 09 May 2013, Srinivas KANDAGATLA wrote: > >> diff --git a/arch/arm/include/asm/global_timer.h > >> b/arch/arm/include/asm/global_timer.h > >> new file mode 100644 > >> index 000..46f9188 > >> --- /dev/null > >> +++ b/arch/arm/include/asm/global_timer.h > >> @@ -0,0 +1,12 @@ > >> +i

Re: [RFC 2/8] ARM:global_timer: Add ARM global timer support.

2013-05-09 Thread Srinivas KANDAGATLA
On 08/05/13 15:38, Arnd Bergmann wrote: > On Wednesday 08 May 2013, Srinivas KANDAGATLA wrote: >> From: Stuart Menefy >> >> This is a simple driver for the global timer module found in the Cortex >> A9-MP cores from revision r1p0 onwards. This should be able to perform >> the functions of the syst

Re: [RFC 2/8] ARM:global_timer: Add ARM global timer support.

2013-05-08 Thread Stuart MENEFY
On 08/05/13 15:26, Rob Herring wrote: > On 05/08/2013 09:11 AM, Srinivas KANDAGATLA wrote: >> From: Stuart Menefy >> >> This is a simple driver for the global timer module found in the Cortex >> A9-MP cores from revision r1p0 onwards. This should be able to perform >> the functions of the system t

Re: [RFC 2/8] ARM:global_timer: Add ARM global timer support.

2013-05-08 Thread Steffen Trumtrar
On Wed, May 08, 2013 at 04:38:22PM +0200, Arnd Bergmann wrote: > On Wednesday 08 May 2013, Srinivas KANDAGATLA wrote: > > From: Stuart Menefy > > > > This is a simple driver for the global timer module found in the Cortex > > A9-MP cores from revision r1p0 onwards. This should be able to perform

Re: [RFC 2/8] ARM:global_timer: Add ARM global timer support.

2013-05-08 Thread Arnd Bergmann
On Wednesday 08 May 2013, Srinivas KANDAGATLA wrote: > From: Stuart Menefy > > This is a simple driver for the global timer module found in the Cortex > A9-MP cores from revision r1p0 onwards. This should be able to perform > the functions of the system timer and the local timer in an SMP system.

Re: [RFC 2/8] ARM:global_timer: Add ARM global timer support.

2013-05-08 Thread Rob Herring
On 05/08/2013 09:11 AM, Srinivas KANDAGATLA wrote: > From: Stuart Menefy > > This is a simple driver for the global timer module found in the Cortex > A9-MP cores from revision r1p0 onwards. This should be able to perform > the functions of the system timer and the local timer in an SMP system. >

[RFC 2/8] ARM:global_timer: Add ARM global timer support.

2013-05-08 Thread Srinivas KANDAGATLA
From: Stuart Menefy This is a simple driver for the global timer module found in the Cortex A9-MP cores from revision r1p0 onwards. This should be able to perform the functions of the system timer and the local timer in an SMP system. The global timer has the following features: The global t