Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752831AbdHNQMU (ORCPT ); Mon, 14 Aug 2017 12:12:20 -0400 Received: from smtprelay2.synopsys.com ([198.182.60.111]:52029 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750910AbdHNQMS (ORCPT ); Mon, 14 Aug 2017 12:12:18 -0400 From: Eugeniy Paltsev To: linux-snps-arc@lists.infradead.org Cc: linux-kernel@vger.kernel.org, Vineet Gupta , Alexey Brodkin , Rob Herring , Mark Rutland , devicetree@vger.kernel.org, Eugeniy Paltsev Subject: [PATCH 0/5] Updates to arc clock tree managment Date: Mon, 14 Aug 2017 19:12:08 +0300 Message-Id: <20170814161213.17522-1-Eugeniy.Paltsev@synopsys.com> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 919 Lines: 21 * Set and print cpu frequency at boot time generic way. * Get rid of platform specific cpu clock configuration for AXS103 in arch/arc/plat-axs10x/axs10x.c * Add core pll node to AXS103 device tree to manage cpu frequency * Refactor clock managment in arch/arc/plat-axs10x/axs10x.c Eugeniy Paltsev (5): ARC: set and print cpu frequency at boot time ARC: AXS103: Get rid of platform specific cpu clock configuration ARC: AXS103: DTS: Add core pll node to manage cpu frequency ARC: AXS103: DTS: Set cpu frequency explicitly via dts ARC: AXS103: use cpu-freq param instead of /cpu_card/core_clk arch/arc/boot/dts/axc003.dtsi | 24 +++++++++- arch/arc/boot/dts/axc003_idu.dtsi | 42 +++++++++++++++++- arch/arc/kernel/setup.c | 49 +++++++++++++++++++++ arch/arc/plat-axs10x/axs10x.c | 92 ++------------------------------------- 4 files changed, 115 insertions(+), 92 deletions(-) -- 2.9.3