From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757403AbcASHxx (ORCPT ); Tue, 19 Jan 2016 02:53:53 -0500 Received: from mail-wm0-f53.google.com ([74.125.82.53]:34979 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757285AbcASHxu (ORCPT ); Tue, 19 Jan 2016 02:53:50 -0500 Date: Tue, 19 Jan 2016 07:53:46 +0000 From: Lee Jones To: Geert Uytterhoeven Cc: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , kernel@stlinux.com, Maxime Coquelin , Michael Turquette , Stephen Boyd , Maxime Ripard , Sascha Hauer Subject: Re: [PATCH 1/3] clk: Allow clocks to be marked as CRITICAL Message-ID: <20160119075346.GA29000@x1> References: <1453127331-20616-1-git-send-email-lee.jones@linaro.org> <1453127331-20616-2-git-send-email-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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 Mon, 18 Jan 2016, Geert Uytterhoeven wrote: > On Mon, Jan 18, 2016 at 3:28 PM, Lee Jones wrote: > > --- a/include/linux/clk-provider.h > > +++ b/include/linux/clk-provider.h > > @@ -31,6 +31,7 @@ > > #define CLK_SET_RATE_NO_REPARENT BIT(7) /* don't re-parent on rate change */ > > #define CLK_GET_ACCURACY_NOCACHE BIT(8) /* do not use the cached clk accuracy */ > > #define CLK_RECALC_NEW_RATES BIT(9) /* recalc rates after notifications */ > > +#define CLK_IS_CRITICAL BIT(10) /* do not gate, ever */ > > 10 is already taken, even upstream. Please rebase ;-) Thanks for the heads-up. Will pull Heiko's patch in and rebase. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog