Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932164AbbGaXov (ORCPT ); Fri, 31 Jul 2015 19:44:51 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:39835 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751580AbbGaXot (ORCPT ); Fri, 31 Jul 2015 19:44:49 -0400 From: Stephen Boyd To: Mike Turquette , Stephen Boyd Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, Pawel Moll , Linus Walleij , Sudeep Holla Subject: [PATCH 0/3] Move clk-sp810 to assigned clock parents Date: Fri, 31 Jul 2015 16:44:42 -0700 Message-Id: <1438386285-5070-1-git-send-email-sboyd@codeaurora.org> X-Mailer: git-send-email 2.3.0.rc1.33.g42e4583 In-Reply-To: <55BBB2FC.9030102@codeaurora.org> References: <55BBB2FC.9030102@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1532 Lines: 34 This patch set converts this code to use the assigned-clock-parents property instead of doing some interesting stuff in the .prepare op. I can route the dts patches through arm-soc but I'd like to take the clk patch through clk tree because it removes some usage of the struct clk based provider APIs that we're trying to get rid of. Also, this is completely untested, so testing would be appreciated. Can this be tested with qemu? I haven't tried but I was thinking that might be an option. Cc: Pawel Moll Cc: Linus Walleij Cc: Sudeep Holla Stephen Boyd (3): clk: versatile: Switch to assigned clock parents ARM: dts: vexpress: Use assigned-clock-parents for sp810 ARM64: dts: vexpress: Use assigned-clock-parents for sp810 arch/arm/boot/dts/vexpress-v2m-rs1.dtsi | 2 + arch/arm/boot/dts/vexpress-v2m.dtsi | 2 + arch/arm64/boot/dts/arm/juno-motherboard.dtsi | 2 + arch/arm64/boot/dts/arm/rtsm_ve-motherboard.dtsi | 2 + drivers/clk/versatile/clk-sp810.c | 76 +++++------------------- 5 files changed, 23 insertions(+), 61 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/