Re: [PATCH 1/3] clk: Allow clocks to be marked as CRITICAL

From: Geert Uytterhoeven
Date: Mon Jan 18 2016 - 12:15:08 EST


Hi Lee,

On Mon, Jan 18, 2016 at 3:28 PM, Lee Jones <lee.jones@xxxxxxxxxx> 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 ;-)

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds