Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752606AbdCEAHa (ORCPT ); Sat, 4 Mar 2017 19:07:30 -0500 Received: from mail-pg0-f68.google.com ([74.125.83.68]:35344 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752296AbdCEAH1 (ORCPT ); Sat, 4 Mar 2017 19:07:27 -0500 Subject: Re: [PATCH 0/3] ARC: get frequency via clock driver instead of reading device tree To: Vlad Zakharov , linux-snps-arc@lists.infradead.org References: <1488540602-11438-1-git-send-email-vzakhar@synopsys.com> Cc: devicetree@vger.kernel.org, Vineet Gupta , linux-kernel@vger.kernel.org, Rob Herring From: Vineet Gupta Organization: Synopsys Message-ID: <2e9840bb-fdf4-84c3-0520-695977a46c53@synopsys.com> Date: Sat, 4 Mar 2017 16:07:24 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <1488540602-11438-1-git-send-email-vzakhar@synopsys.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 891 Lines: 24 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(-) >