Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751246AbdFAOz5 (ORCPT ); Thu, 1 Jun 2017 10:55:57 -0400 Received: from mail.free-electrons.com ([62.4.15.54]:41196 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751078AbdFAOzy (ORCPT ); Thu, 1 Jun 2017 10:55:54 -0400 From: Gregory CLEMENT To: Stephen Boyd , Mike Turquette , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , Gregory CLEMENT , Thomas Petazzoni , linux-arm-kernel@lists.infradead.org, Rob Herring , devicetree@vger.kernel.org, Nadav Haklai , Kostya Porotchkin , Neta Zur Hershkovits , Marcin Wojtas , Omri Itach , Shadi Ammouri Subject: [PATCH v3 0/9] Improve cp110 clk support on Marvell Armada 7K/8K Date: Thu, 1 Jun 2017 16:55:33 +0200 Message-Id: X-Mailer: git-send-email 2.11.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1995 Lines: 50 Hi, We got more information about the clock controllers and the clock tree of the CP110 part that we find in the Marvell Armada 7K/8K SoCs. In this 3rd version I removed the GOP changes because the clock is actually shared between GOP and SD/eMMC. The last two patches modifying the device tree _must_ be merged through the mvebu tree to avoid future conflict (especially with the recent ICU series sent by Thomas Petazzoni). Changelog: v2 -> v3 - removed the GOP changed cover letter for v2: http://lists.infradead.org/pipermail/linux-arm-kernel/2017-May/509816.html v1 -> v2 - split the patch to have separate patch for the binding documentation - added the acked-by from Rob Herring cover letter for v2: http://lists.infradead.org/pipermail/linux-arm-kernel/2017-May/507381.html Thanks, Gregory Gregory CLEMENT (8): clk: mvebu: cp110: make failure labels more meaningful dt-bindings: cp110: do not depend anymore of the *-clock-output-names clk: mvebu: cp110: do not depend anymore of the *-clock-output-names dt-bindings: cp110: introduce a new binding clk: mvebu: cp110: introduce a new binding dt-bindings: cp110: add sdio clock to cp-110 system controller arm64: dts: marvell: remove *-clock-output-names on cp110 arm64: dts: marvell: use new binding for the system controller on cp110 Konstantin Porotchkin (1): clk: mvebu: cp110: add sdio clock to cp-110 system controller Documentation/devicetree/bindings/arm/marvell/cp110-system-controller0.txt | 33 +++++------- arch/arm64/boot/dts/marvell/armada-cp110-master.dtsi | 54 +++++++------------ arch/arm64/boot/dts/marvell/armada-cp110-slave.dtsi | 48 ++++++----------- drivers/clk/mvebu/cp110-system-controller.c | 200 +++++++++++++++++++++++++++++++++++++++++++++++++----------------------- 4 files changed, 194 insertions(+), 141 deletions(-) base-commit: 2ea659a9ef488125eb46da6eb571de5eae5c43f6 -- git-series 0.9.1