]> 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)
commit4cb4c1173fb6cae6a282c16d642bb8c220dcdeed
tree5f379c39b6d4eef67ac6ce5e794b3806cb44132e
parentd3463f41f433431287373d1ba7ff91d8bfe98ec2
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