[PATCH] clk: define and export __clk_get_debug for providers
From: Mike Turquette <hidden>
Date: 2014-06-26 22:11:32
Also in:
linux-tegra, lkml
On Thu, Jun 26, 2014 at 12:37 AM, Tomeu Vizoso [off-list ref] wrote:
On 25 June 2014 20:23, Mike Turquette [off-list ref] wrote:quoted
Peter, Just FYI, I'm trying to reverse the trend of prepending double underscores for functions that are used by clock providers. That stuff started out small and sort of grew out of control ;-)I'm looking at rebasing Rabin's patches for per-user clks, and I have had to add a few variants for providers, so they can be called with clk_core instead. Have been prepending underscores for those internal variants, but in some cases I had to also append a _internal suffix because there were already variants without locking. What convention were you thinking of for distinguishing provider-only variants for e.g. clk_set_rate?
Hmm. Now we need a convention. Damn. ;-) I'm open to suggestions. I think prepending a single underscore makes great sense for a lock-free inner function. And some number of underscores (1 or 2) makes sense for static functions not exposed to clock providers. I kind of like using 2 underscores for the static functions so that it is easier to differentiate them. For any new functions you create with unique names that are exposed to clock providers, do not prepend any underscore at all. It's just another public function in clk-provider.h. If any taste makers out there have suggestions I am happy to listen. Regards, Mike
Regards, Tomeu