From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751336AbbD3XUI (ORCPT ); Thu, 30 Apr 2015 19:20:08 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:49416 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750801AbbD3XUE (ORCPT ); Thu, 30 Apr 2015 19:20:04 -0400 Date: Thu, 30 Apr 2015 16:20:02 -0700 From: Stephen Boyd To: Heiko Stuebner Cc: mturquette@linaro.org, dianders@chromium.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Boris Brezillon , Alex Elder , Alexandre Belloni , Stephen Warren , Max Filippov , kernel@pengutronix.de, Zhangfei Gao , Santosh Shilimkar , Chao Xie , Jason Cooper , Stefan Wahren , Andrew Bresticker , Robert Jarzmik , Georgi Djakov , Sylwester Nawrocki , Geert Uytterhoeven , Barry Song , Dinh Nguyen , Viresh Kumar , Gabriel FERNANDEZ , emilio@elopez.com.ar, Peter De Schrijver , Tero Kristo , Ulf Hansson , Pawel Moll , Michal Simek Subject: Re: [PATCH v3 1/2] clk: track the orphan status of clocks and their children Message-ID: <20150430232002.GA32407@codeaurora.org> References: <1429735986-18592-1-git-send-email-heiko@sntech.de> <1429735986-18592-2-git-send-email-heiko@sntech.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1429735986-18592-2-git-send-email-heiko@sntech.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/22, Heiko Stuebner wrote: > @@ -1401,18 +1402,40 @@ static int clk_fetch_parent_index(struct clk_core *clk, > return -EINVAL; > } > > +/* > + * Update the orphan status of @clk and all its children. > + */ > +static void clk_core_update_orphan_status(struct clk_core *clk, bool is_orphan) Missed s/clk/core/ here. I did it, no need to resend. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Thu, 30 Apr 2015 16:20:02 -0700 Subject: [PATCH v3 1/2] clk: track the orphan status of clocks and their children In-Reply-To: <1429735986-18592-2-git-send-email-heiko@sntech.de> References: <1429735986-18592-1-git-send-email-heiko@sntech.de> <1429735986-18592-2-git-send-email-heiko@sntech.de> Message-ID: <20150430232002.GA32407@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04/22, Heiko Stuebner wrote: > @@ -1401,18 +1402,40 @@ static int clk_fetch_parent_index(struct clk_core *clk, > return -EINVAL; > } > > +/* > + * Update the orphan status of @clk and all its children. > + */ > +static void clk_core_update_orphan_status(struct clk_core *clk, bool is_orphan) Missed s/clk/core/ here. I did it, no need to resend. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project