Re: [PATCH 1/4 v11] arm: use device tree to get smp_twd clock

2013-01-25 Thread Rafael J. Wysocki
On Friday, January 25, 2013 09:40:00 PM Russell King - ARM Linux wrote: > On Fri, Jan 25, 2013 at 10:03:05PM +0100, Rafael J. Wysocki wrote: > > On Friday, January 25, 2013 01:46:42 PM Mark Langsdorf wrote: > > > From: Rob Herring > > > > > > Move clk setup to twd_local_timer_common_register and

Re: [PATCH 1/4 v11] arm: use device tree to get smp_twd clock

2013-01-25 Thread Russell King - ARM Linux
On Fri, Jan 25, 2013 at 10:03:05PM +0100, Rafael J. Wysocki wrote: > On Friday, January 25, 2013 01:46:42 PM Mark Langsdorf wrote: > > From: Rob Herring > > > > Move clk setup to twd_local_timer_common_register and rely on > > twd_timer_rate being 0 to force calibration if there is no clock. > >

Re: [PATCH 1/4 v11] arm: use device tree to get smp_twd clock

2013-01-25 Thread Rafael J. Wysocki
On Friday, January 25, 2013 01:46:42 PM Mark Langsdorf wrote: > From: Rob Herring > > Move clk setup to twd_local_timer_common_register and rely on > twd_timer_rate being 0 to force calibration if there is no clock. > Remove common_setup_called as it is no longer needed. > > Signed-off-by: Rob H

[PATCH 1/4 v11] arm: use device tree to get smp_twd clock

2013-01-25 Thread Mark Langsdorf
From: Rob Herring Move clk setup to twd_local_timer_common_register and rely on twd_timer_rate being 0 to force calibration if there is no clock. Remove common_setup_called as it is no longer needed. Signed-off-by: Rob Herring Signed-off-by: Mark Langsdorf --- Changes from v10 Reworked