Re: [PATCH 03/12] clk: tegra: Add TEGRA_PERIPH_NO_DIV flag

2013-09-23 Thread Stephen Warren
On 09/18/2013 08:40 AM, Peter De Schrijver wrote: > This flag indicates the peripheral clock does not have a divider. It will > simply the initialization tables and avoids some very similar code. s/simply/simplify/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH 03/12] clk: tegra: Add TEGRA_PERIPH_NO_DIV flag

2013-09-23 Thread Stephen Warren
On 09/18/2013 08:40 AM, Peter De Schrijver wrote: This flag indicates the peripheral clock does not have a divider. It will simply the initialization tables and avoids some very similar code. s/simply/simplify/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the

[PATCH 03/12] clk: tegra: Add TEGRA_PERIPH_NO_DIV flag

2013-09-18 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 03/12] clk: tegra: Add TEGRA_PERIPH_NO_DIV flag

2013-09-18 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