Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934411AbbHLH1K (ORCPT ); Wed, 12 Aug 2015 03:27:10 -0400 Received: from mail-ob0-f170.google.com ([209.85.214.170]:33743 "EHLO mail-ob0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933886AbbHLH1H (ORCPT ); Wed, 12 Aug 2015 03:27:07 -0400 MIME-Version: 1.0 In-Reply-To: <20150811181713.GR18282@x1> References: <1438974570-20812-1-git-send-email-mturquette@baylibre.com> <1438974570-20812-4-git-send-email-mturquette@baylibre.com> <20150810144811.GN3249@x1> <20150810185516.2416.32293@quantum> <20150811084329.GA13374@x1> <55C9C82F.6060401@st.com> <20150811170928.2416.70005@quantum> <20150811181713.GR18282@x1> Date: Wed, 12 Aug 2015 09:27:06 +0200 X-Google-Sender-Auth: C0pB4Z4Vy5waQNsfBHphJhnbQY8 Message-ID: Subject: Re: [PATCH RFC RFT 3/3] clk: introduce CLK_ENABLE_HAND_OFF flag From: Geert Uytterhoeven To: Lee Jones Cc: Michael Turquette , Maxime Coquelin , "linux-kernel@vger.kernel.org" , linux-clk@vger.kernel.org, Stephen Boyd , Maxime Ripard , 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: 1392 Lines: 32 On Tue, Aug 11, 2015 at 8:17 PM, Lee Jones wrote: >> I think that we can come up with a reasonable DT wrapper around the >> flag. I will be ecstatic if we can agree that the meaning of the flag >> can be tweaked just a bit to mean, "prevent this critical clock from >> being disabled, as it was enabled out of reset or by the bootloader, >> until a driver claims it and calls clk_prepare_enable". > > Easy, how about: > > 'prevent_this_critical_clock_from_being_disabled_as_it_was_enabled_out_of_reset_or_by_the_bootloader_until_a_driver_claims_it_and_calls_clk_prepare_enable' To make it less Linux-centric: "Prevent this critical clock from being disabled implicitly by the OS, as it was enabled out of reset or by the bootloader, until it's explicitly managed by a driver." Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org 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 -- 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/