Re: [RESEND PATCH v2 4/6] clocksource: kona: Add basic use of external clock

2013-10-21 Thread Tim Kryger
On Thu, Oct 17, 2013 at 7:05 AM, Mark Rutland wrote: > On Wed, Oct 16, 2013 at 10:47:08PM +0100, Tim Kryger wrote: >> When an clock handle is specified in the device tree, enable it and use >> it to determine the external clock frequency. > > I'd drop handle here and just say "When a clock is

Re: [RESEND PATCH v2 4/6] clocksource: kona: Add basic use of external clock

2013-10-21 Thread Tim Kryger
On Thu, Oct 17, 2013 at 7:05 AM, Mark Rutland mark.rutl...@arm.com wrote: On Wed, Oct 16, 2013 at 10:47:08PM +0100, Tim Kryger wrote: When an clock handle is specified in the device tree, enable it and use it to determine the external clock frequency. I'd drop handle here and just say When a

Re: [RESEND PATCH v2 4/6] clocksource: kona: Add basic use of external clock

2013-10-17 Thread Mark Rutland
On Wed, Oct 16, 2013 at 10:47:08PM +0100, Tim Kryger wrote: > When an clock handle is specified in the device tree, enable it and use > it to determine the external clock frequency. I'd drop handle here and just say "When a clock is specified". This will need a binding document update. > >

Re: [RESEND PATCH v2 4/6] clocksource: kona: Add basic use of external clock

2013-10-17 Thread Mark Rutland
On Wed, Oct 16, 2013 at 10:47:08PM +0100, Tim Kryger wrote: When an clock handle is specified in the device tree, enable it and use it to determine the external clock frequency. I'd drop handle here and just say When a clock is specified. This will need a binding document update.

[RESEND PATCH v2 4/6] clocksource: kona: Add basic use of external clock

2013-10-16 Thread Tim Kryger
When an clock handle is specified in the device tree, enable it and use it to determine the external clock frequency. Signed-off-by: Tim Kryger Reviewed-by: Markus Mayer Reviewed-by: Matt Porter --- drivers/clocksource/bcm_kona_timer.c | 14 +++--- 1 file changed, 11 insertions(+), 3

[RESEND PATCH v2 4/6] clocksource: kona: Add basic use of external clock

2013-10-16 Thread Tim Kryger
When an clock handle is specified in the device tree, enable it and use it to determine the external clock frequency. Signed-off-by: Tim Kryger tim.kry...@linaro.org Reviewed-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Matt Porter matt.por...@linaro.org ---