]> git.baikalelectronics.ru Git - kernel.git/commit
clk: samsung: exynos4: Use separate aliases for cpufreq related clocks
authorTomasz Figa <t.figa@samsung.com>
Mon, 26 Aug 2013 17:08:59 +0000 (19:08 +0200)
committerMike Turquette <mturquette@linaro.org>
Fri, 6 Sep 2013 20:33:10 +0000 (13:33 -0700)
commit86ca28af1df9a59d4cbcbd570f5f979e5164b014
tree5f379c39b6d4eef67ac6ce5e794b3806cb44132e
parent7f45036c4675382bfa2c462c666e37cb77c8e9a0
clk: samsung: exynos4: Use separate aliases for cpufreq related clocks

Exynos cpufreq driver is the only remaining piece of code that needs
static clkdev aliases for operation, because it can not do device tree
based clock lookups yet.

This patch moves clock alias definitions for those clocks to separate
arrays that can be used with samsung_clk_register_alias() helper.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/samsung/clk-exynos4.c