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


Groups > linux.kernel > #1591878 > unrolled thread

[PATCH 0/3] ARC: get frequency via clock driver instead of reading device tree

Started byVlad Zakharov <Vladislav.Zakharov@synopsys.com>
First post2017-03-03 12:40 +0100
Last post2017-03-05 01:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/3] ARC: get frequency via clock driver instead of reading device tree Vlad Zakharov <Vladislav.Zakharov@synopsys.com> - 2017-03-03 12:40 +0100
    Re: [PATCH 0/3] ARC: get frequency via clock driver instead of  reading device tree Vineet Gupta <vgupta@synopsys.com> - 2017-03-05 01:10 +0100

#1591878 — [PATCH 0/3] ARC: get frequency via clock driver instead of reading device tree

FromVlad Zakharov <Vladislav.Zakharov@synopsys.com>
Date2017-03-03 12:40 +0100
Subject[PATCH 0/3] ARC: get frequency via clock driver instead of reading device tree
Message-ID<tgTIZ-wr-5@gated-at.bofh.it>
This patch series replaces reading device tree with getting CPU
clock frequency via clock driver in show_cpuinfo function.

In order to achieve this we also add cpu nodes to device tree which
describes SMP system and add "clocks" properties to all ARC cpu nodes. 

Vlad Zakharov (3):
  ARC: [dts] add input clocks for cpu nodes
  ARC: [dts] add cpu nodes to ARCHS SMP device tree
  arc: get rate from clk driver instead of reading device tree

 arch/arc/boot/dts/skeleton.dtsi        |  1 +
 arch/arc/boot/dts/skeleton_hs.dtsi     |  1 +
 arch/arc/boot/dts/skeleton_hs_idu.dtsi | 21 ++++++++++++++++++++-
 arch/arc/kernel/setup.c                | 17 +++++++++++++----
 4 files changed, 35 insertions(+), 5 deletions(-)

-- 
2.7.4

[toc] | [next] | [standalone]


#1592647 — Re: [PATCH 0/3] ARC: get frequency via clock driver instead of reading device tree

FromVineet Gupta <vgupta@synopsys.com>
Date2017-03-05 01:10 +0100
SubjectRe: [PATCH 0/3] ARC: get frequency via clock driver instead of reading device tree
Message-ID<thrUm-cW-17@gated-at.bofh.it>
In reply to#1591878
On 03/03/2017 03:29 AM, Vlad Zakharov wrote:
> This patch series replaces reading device tree with getting CPU
> clock frequency via clock driver in show_cpuinfo function.
> 
> In order to achieve this we also add cpu nodes to device tree which
> describes SMP system and add "clocks" properties to all ARC cpu nodes. 

Series seems sane to me - will give it a spin next week before adding for 4.11

Thx,
-Vieet


> Vlad Zakharov (3):
>   ARC: [dts] add input clocks for cpu nodes
>   ARC: [dts] add cpu nodes to ARCHS SMP device tree
>   arc: get rate from clk driver instead of reading device tree
> 
>  arch/arc/boot/dts/skeleton.dtsi        |  1 +
>  arch/arc/boot/dts/skeleton_hs.dtsi     |  1 +
>  arch/arc/boot/dts/skeleton_hs_idu.dtsi | 21 ++++++++++++++++++++-
>  arch/arc/kernel/setup.c                | 17 +++++++++++++----
>  4 files changed, 35 insertions(+), 5 deletions(-)
> 

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web