[PATCH v3 04/19] clk: tegra: Add TEGRA_PERIPH_NO_DIV flag

2013-10-15 Thread Peter De Schrijver
This flag indicates the peripheral clock does not have a divider. It will simply the initialization tables and avoids some very similar code. Signed-off-by: Peter De Schrijver --- drivers/clk/tegra/clk-periph.c |8 +--- drivers/clk/tegra/clk.h|1 + 2 files changed, 6

[PATCH v3 04/19] clk: tegra: Add TEGRA_PERIPH_NO_DIV flag

2013-10-15 Thread Peter De Schrijver
This flag indicates the peripheral clock does not have a divider. It will simply the initialization tables and avoids some very similar code. Signed-off-by: Peter De Schrijver pdeschrij...@nvidia.com --- drivers/clk/tegra/clk-periph.c |8 +--- drivers/clk/tegra/clk.h|1 + 2