[PATCH V2] clk: Add composite clock type

Hiroshi Doyu hdoyu at nvidia.com
Tue Feb 5 05:50:48 EST 2013


Prashant Gaikwad <pgaikwad at nvidia.com> wrote @ Mon, 4 Feb 2013 09:11:22 +0100:
...
If you want to consider the consistency for the other tegra
clk_register(), the following comment can be added although this is a
common function.

+	/* Data in .init is copied by clk_register(), so stack variable OK */
> +       composite->hw.init = &init;
> +
> +       clk = clk_register(dev, &composite->hw);



More information about the linux-arm-kernel mailing list