From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753765AbbHRVsX (ORCPT ); Tue, 18 Aug 2015 17:48:23 -0400 Received: from mail-pa0-f42.google.com ([209.85.220.42]:33161 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750871AbbHRVsR (ORCPT ); Tue, 18 Aug 2015 17:48:17 -0400 Date: Tue, 18 Aug 2015 13:18:09 -0700 From: Olof Johansson To: Stephen Boyd Cc: arm@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Pawel Moll , Linus Walleij Subject: Re: [PATCH 2/2] ARM64: dts: vexpress: Use assigned-clock-parents for sp810 Message-ID: <20150818201809.GE4732@localhost> References: <1439343411-29168-1-git-send-email-sboyd@codeaurora.org> <1439343411-29168-2-git-send-email-sboyd@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1439343411-29168-2-git-send-email-sboyd@codeaurora.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 11, 2015 at 06:36:51PM -0700, Stephen Boyd wrote: > The sp810 clk driver is calling the clk consumer APIs from > clk_prepare ops to change the parent to a 1 MHz fixed rate clock > for each of the clocks that the driver provides. Use > assigned-clock-parents for this instead of doing it in the driver > to avoid using the consumer API in provider code. This also > allows us to remove the usage of clk provider APIs that take a > struct clk as an argument from the sp810 driver. > > Cc: Pawel Moll > Cc: Linus Walleij > Tested-by: Sudeep Holla > Signed-off-by: Stephen Boyd > --- > > This came out of a larger series to change this binding[1]. This > patch can go through arm-soc independently though, so please apply. > > [1] http://lkml.kernel.org/r/1438386285-5070-1-git-send-email-sboyd@codeaurora.org Applied, thanks. -Olof