Quoting boris brezillon (2013-12-19 00:54:07)Hello Mike,Does your driver need this or is this just following the existing
On 19/12/2013 07:04, Mike Turquette wrote:Quoting Boris BREZILLON (2013-12-17 06:36:22)This might be used by clk drivers to choose the most accurate clk+unsigned long __clk_get_accuracy(struct clk *clk)Any reason for exporting this?
+{
+ unsigned long ret;
+
+ if (!clk)
+ return 0;
+
+ return clk->accuracy;
+}
+EXPORT_SYMBOL_GPL(__clk_get_accuracy);
among its parent clks (within the determinate_rate callback).
And as some clk drivers might be compiled as modules we need
to export the symbol (__clk_get_name helper function is exported
too).
__clk_get_rate / clk_get_rate model?
Regards,
Mike
Best Regards,
BorisRegards,
Mike
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel