linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARC: get frequency via clock driver instead of reading device tree
@ 2017-03-03 11:29 Vlad Zakharov
  2017-03-03 11:30 ` [PATCH 1/3] ARC: [dts] add input clocks for cpu nodes Vlad Zakharov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Vlad Zakharov @ 2017-03-03 11:29 UTC (permalink / raw)
  To: linux-snps-arc
  Cc: devicetree, linux-kernel, Vineet Gupta, Rob Herring, Vlad Zakharov

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-03-05  0:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-03 11:29 [PATCH 0/3] ARC: get frequency via clock driver instead of reading device tree Vlad Zakharov
2017-03-03 11:30 ` [PATCH 1/3] ARC: [dts] add input clocks for cpu nodes Vlad Zakharov
2017-03-03 11:30 ` [PATCH 2/3] ARC: [dts] add cpu nodes to ARCHS SMP device tree Vlad Zakharov
2017-03-03 11:30 ` [PATCH 3/3] arc: get rate from clk driver instead of reading " Vlad Zakharov
2017-03-05  0:07 ` [PATCH 0/3] ARC: get frequency via clock " Vineet Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).