Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-12 Thread Tony Lindgren
* Stephen Boyd [130311 18:25]: > On 03/11/13 15:50, Tony Lindgren wrote: > > * Stephen Boyd [130311 15:22]: > >> Ok. qemu works for me before applying my patches. I've added this into > >> the series before this patch to fix the boot issue. > > OK thanks: > > > > > > Actually, it's worse. From r

Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-11 Thread Stephen Boyd
On 03/11/13 15:50, Tony Lindgren wrote: > * Stephen Boyd [130311 15:22]: >> Ok. qemu works for me before applying my patches. I've added this into >> the series before this patch to fix the boot issue. > OK thanks: > > Actually, it's worse. From reading the code it looks like quite a few other ma

Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-11 Thread Tony Lindgren
* Stephen Boyd [130311 15:22]: > On 03/11/13 10:28, Tony Lindgren wrote: > > * Stephen Boyd [130308 17:10]: > >> On 03/08/13 12:29, Tony Lindgren wrote: > >>> Applying that does not seem to help, but you might want to get vexpress > >>> running anyways for some multiplatform sanity checks. > >>>

Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-11 Thread Stephen Boyd
On 03/11/13 10:28, Tony Lindgren wrote: > * Stephen Boyd [130308 17:10]: >> On 03/08/13 12:29, Tony Lindgren wrote: >>> Applying that does not seem to help, but you might want to get vexpress >>> running anyways for some multiplatform sanity checks. >>> >>> I just built and installed qemu-linaro f

Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-11 Thread Tony Lindgren
* Stephen Boyd [130308 17:10]: > On 03/08/13 12:29, Tony Lindgren wrote: > > Applying that does not seem to help, but you might want to get vexpress > > running anyways for some multiplatform sanity checks. > > > > I just built and installed qemu-linaro from their git, then ran the > > command abo

Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-08 Thread Stephen Boyd
On 03/08/13 12:29, Tony Lindgren wrote: > Applying that does not seem to help, but you might want to get vexpress > running anyways for some multiplatform sanity checks. > > I just built and installed qemu-linaro from their git, then ran the > command above. Looks like stock qemu does not work for

Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-08 Thread Tony Lindgren
* Stephen Boyd [130308 12:22]: > On 03/08/13 12:08, Tony Lindgren wrote: > > * Stephen Boyd [130308 11:54]: > >> On 03/08/13 11:48, Tony Lindgren wrote: > >>> * Stephen Boyd [130308 10:21]: > diff --git a/arch/arm/kernel/smp_twd.c b/arch/arm/kernel/smp_twd.c > index 081de6f..4ea3e9d 10

Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-08 Thread Stephen Boyd
On 03/08/13 12:08, Tony Lindgren wrote: > * Stephen Boyd [130308 11:54]: >> On 03/08/13 11:48, Tony Lindgren wrote: >>> * Stephen Boyd [130308 10:21]: diff --git a/arch/arm/kernel/smp_twd.c b/arch/arm/kernel/smp_twd.c index 081de6f..4ea3e9d 100644 --- a/arch/arm/kernel/smp_twd.c >>

Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-08 Thread Tony Lindgren
* Stephen Boyd [130308 11:54]: > On 03/08/13 11:48, Tony Lindgren wrote: > > * Stephen Boyd [130308 10:21]: > >> > >> diff --git a/arch/arm/kernel/smp_twd.c b/arch/arm/kernel/smp_twd.c > >> index 081de6f..4ea3e9d 100644 > >> --- a/arch/arm/kernel/smp_twd.c > >> +++ b/arch/arm/kernel/smp_twd.c > >

Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-08 Thread Stephen Boyd
On 03/08/13 11:48, Tony Lindgren wrote: > * Stephen Boyd [130308 10:21]: >> >> diff --git a/arch/arm/kernel/smp_twd.c b/arch/arm/kernel/smp_twd.c >> index 081de6f..4ea3e9d 100644 >> --- a/arch/arm/kernel/smp_twd.c >> +++ b/arch/arm/kernel/smp_twd.c >> @@ -227,7 +227,7 @@ static void __cpuinit twd_

Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-08 Thread Tony Lindgren
* Stephen Boyd [130308 10:21]: > On 03/08/13 10:07, Tony Lindgren wrote: > > > > Adding that produces the following: > > > > ... > > OMAP clockevent source: GPTIMER1 at 32768 Hz > > sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms > > OMAP clocksource: 32k_counter at 3276

Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-08 Thread Stephen Boyd
On 03/08/13 10:07, Tony Lindgren wrote: > > Adding that produces the following: > > ... > OMAP clockevent source: GPTIMER1 at 32768 Hz > sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms > OMAP clocksource: 32k_counter at 32768 Hz > Console: colour dummy device 80x30 > Lock

Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-08 Thread Tony Lindgren
Stephen Boyd [130307 17:18]: > On 03/07/13 16:40, Tony Lindgren wrote: > > Hi, > > > > Stephen Boyd [130306 17:53]: > >> Separate the smp_twd timers from the local timer APIThis will > >> allow us to remove ARM local timer support in the near future and > >> gets us closer to moving this driver t

Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-07 Thread Stephen Boyd
On 03/07/13 16:40, Tony Lindgren wrote: > Hi, > > * Stephen Boyd [130306 17:53]: >> Separate the smp_twd timers from the local timer API. This will >> allow us to remove ARM local timer support in the near future and >> gets us closer to moving this driver to drivers/clocksource. > Looks like appl

Re: [PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-07 Thread Tony Lindgren
Hi, * Stephen Boyd [130306 17:53]: > Separate the smp_twd timers from the local timer API. This will > allow us to remove ARM local timer support in the near future and > gets us closer to moving this driver to drivers/clocksource. Looks like applying this patch makes omap4 to stop booting for s

[PATCH 03/10] ARM: smp_twd: Divorce smp_twd from local timer API

2013-03-06 Thread Stephen Boyd
Separate the smp_twd timers from the local timer API. This will allow us to remove ARM local timer support in the near future and gets us closer to moving this driver to drivers/clocksource. Cc: Russell King Signed-off-by: Stephen Boyd --- arch/arm/Kconfig | 2 +- arch/arm/kernel/smp_