From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 1/2] clk: nomadik: implement the Nomadik clocks properly Date: Thu, 20 Jun 2013 10:21:37 +0200 Message-ID: References: <1370775348-7440-1-git-send-email-linus.walleij@linaro.org> <20130620063801.9136.80841@quantum> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130620063801.9136.80841@quantum> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Mike Turquette Cc: "devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" List-Id: devicetree@vger.kernel.org On Thu, Jun 20, 2013 at 8:38 AM, Mike Turquette wrote: > Quoting Linus Walleij (2013-06-09 03:55:47) >> +static void pll_clk_disable(struct clk_hw *hw) >> +{ >> + struct clk_pll *pll = to_pll(hw); >> + u32 val; >> + >> + return; > > Is the early return intentional? Everything else looks good. Of course not :-) At one time it had no proper children registered so would declock the entire system if I didn't have that in... fixed up. > Acked-by: Mike Turquette Thanks, sending this to ARM SoC now. Yours, Linus Walleij