Re: [PATCH 3/4] clk: samsung: exynos7: Correct nr_clk_ids for fsys0

2015-08-25 Thread Alim Akhtar
Hello Krzysztof, On Tue, Aug 25, 2015 at 12:46 PM, Krzysztof Kozlowski wrote: > On 24.08.2015 20:05, Alim Akhtar wrote: >> This patch correct the nr_clk_ids for fsys0 block > s/correct/corrects/ > >> which is wrongly set to TOP1 clk numbers. >> This also adjust the a gate clock order. > s/adjust

Re: [PATCH 3/4] clk: samsung: exynos7: Correct nr_clk_ids for fsys0

2015-08-25 Thread Krzysztof Kozlowski
On 24.08.2015 20:05, Alim Akhtar wrote: > This patch correct the nr_clk_ids for fsys0 block s/correct/corrects/ > which is wrongly set to TOP1 clk numbers. > This also adjust the a gate clock order. s/adjust the a/adjusts the/ Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof -- To unsu

[PATCH 3/4] clk: samsung: exynos7: Correct nr_clk_ids for fsys0

2015-08-24 Thread Alim Akhtar
This patch correct the nr_clk_ids for fsys0 block which is wrongly set to TOP1 clk numbers. This also adjust the a gate clock order. Signed-off-by: Alim Akhtar --- drivers/clk/samsung/clk-exynos7.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/clk/samsung