Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752283AbbGCG3f (ORCPT ); Fri, 3 Jul 2015 02:29:35 -0400 Received: from mail-yk0-f181.google.com ([209.85.160.181]:34755 "EHLO mail-yk0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754039AbbGCG32 (ORCPT ); Fri, 3 Jul 2015 02:29:28 -0400 MIME-Version: 1.0 In-Reply-To: <20150702230300.GO4301@codeaurora.org> References: <1435633127-31952-1-git-send-email-jamesjj.liao@mediatek.com> <1435633127-31952-2-git-send-email-jamesjj.liao@mediatek.com> <20150702230300.GO4301@codeaurora.org> From: Daniel Kurtz Date: Fri, 3 Jul 2015 14:29:07 +0800 X-Google-Sender-Auth: xbxjOtdSX9i3EA4lMGMlXvIlMMQ Message-ID: Subject: Re: [PATCH v2 1/4] clk: mediatek: mt8173: Fix enabling of critical clocks To: Stephen Boyd Cc: James Liao , Matthias Brugger , Mike Turquette , srv_heupstream , Ricky Liang , Rob Herring , Sascha Hauer , "open list:OPEN FIRMWARE AND..." , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , linux-mediatek@lists.infradead.org, Sascha Hauer Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1189 Lines: 31 Hi Stephen, On Fri, Jul 3, 2015 at 7:03 AM, Stephen Boyd wrote: > On 06/30, James Liao wrote: >> From: Sascha Hauer >> >> On the MT8173 the clocks are provided by different units. To enable >> the critical clocks we must be sure that all parent clocks are already >> registered, otherwise the parents of the critical clocks end up being >> unused and get disabled later. To find a place where all parents are >> registered we try each time after we've registered some clocks if >> all known providers are present now and only then we enable the critical >> clocks >> >> Signed-off-by: Sascha Hauer >> Signed-off-by: James Liao >> --- > > Applied to clk-fixes I think James plans to send an updated version of this patch. > > -- > Qualcomm Innovation Center, Inc. is a member of 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/