[PATCH v3 19/19] clk: tegra30: move to common tegra clk infra
Stephen Warren
swarren at wwwdotorg.org
Tue Oct 15 15:43:03 EDT 2013
On 10/15/2013 08:53 AM, Peter De Schrijver wrote:
> Move tegra30 to the common tegra clks.
Nit: Tegra30 not tegra30. Perhaps the same applies elsewhere?
> diff --git a/drivers/clk/tegra/clk-tegra30.c b/drivers/clk/tegra/clk-tegra30.c
> +static struct tegra_clk tegra30_clks[tegra_clk_max] __initdata = {
> + [tegra_clk_clk_32k] = { .dt_id = TEGRA30_CLK_CLK_32K, .present = true },
...
> + [tegra_clk_pll_a_out0] = { .dt_id = TEGRA30_CLK_PLL_A_OUT0, .present = true },
>
> -static unsigned int tegra30_get_pll_ref_div(void)
...
> -}
> +};
Nit: There's an extra blank line at the end of that table, which makes
the diff look a little odd.
More information about the linux-arm-kernel
mailing list