Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1331724 > unrolled thread

Re: [PATCH v4 2/3] clocksource: Add NPS400 timers driver

Started byDaniel Lezcano <daniel.lezcano@linaro.org>
First post2016-02-11 09:20 +0100
Last post2016-02-11 09:20 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v4 2/3] clocksource: Add NPS400 timers driver Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-02-11 09:20 +0100

#1331724 — Re: [PATCH v4 2/3] clocksource: Add NPS400 timers driver

FromDaniel Lezcano <daniel.lezcano@linaro.org>
Date2016-02-11 09:20 +0100
SubjectRe: [PATCH v4 2/3] clocksource: Add NPS400 timers driver
Message-ID<r0UDL-692-11@gated-at.bofh.it>
On 02/11/2016 04:02 AM, Noam Camus wrote:
> From: Noam Camus <noamc@ezchip.com>
>
> Add internal tick generator which is shared by all cores.
> Each cluster of cores view it through dedicated address.
> This is used for SMP system where all CPUs synced by same
> clock source.
>
> Signed-off-by: Noam Camus <noamc@ezchip.com>
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: John Stultz <john.stultz@linaro.org>
> Acked-by: Vineet Gupta <vgupta@synopsys.com>
> ---

Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>

but ...

[ ... ]

> +	clk = of_clk_get(node, 0);
> +	if (IS_ERR(clk))
> +		panic("Can't get timer clock");

                 ^^^^^^

I failed to see that at in the previous review.

Thanks

   -- Daniel

-- 
  <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web