Re: [PATCH 21/24] arm/v2m: initialize arch_timers even if v2m_timer is not present

2012-08-01 Thread Stefano Stabellini
On Wed, 1 Aug 2012, Konrad Rzeszutek Wilk wrote: > On Thu, Jul 26, 2012 at 04:34:03PM +0100, Stefano Stabellini wrote: > > Signed-off-by: Stefano Stabellini > > Should the maintainer of the v2m be CC-ed here? > This looks like a bug-fix of itself? I think so. I'll CC Russell King next time. > >

Re: [PATCH 21/24] arm/v2m: initialize arch_timers even if v2m_timer is not present

2012-08-01 Thread Konrad Rzeszutek Wilk
On Thu, Jul 26, 2012 at 04:34:03PM +0100, Stefano Stabellini wrote: > Signed-off-by: Stefano Stabellini Should the maintainer of the v2m be CC-ed here? This looks like a bug-fix of itself? > --- > arch/arm/mach-vexpress/v2m.c | 11 ++- > 1 files changed, 6 insertions(+), 5 deletions(-

[PATCH 21/24] arm/v2m: initialize arch_timers even if v2m_timer is not present

2012-07-26 Thread Stefano Stabellini
Signed-off-by: Stefano Stabellini --- arch/arm/mach-vexpress/v2m.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-vexpress/v2m.c b/arch/arm/mach-vexpress/v2m.c index fde26ad..dee1451 100644 --- a/arch/arm/mach-vexpress/v2m.c +++ b/arch/arm/mach-ve