linux/drivers/clk/samsung
Tomasz Figa 3a64789568 clk: samsung: Modify _get_rate() helper to use __clk_lookup()
There is no need to use clkdev inside the clock driver to retrieve the
clocks for internal use. Instead __clk_lookup() helper can be used to
look up clocks by their platform name.

This patch modifies the behavior of _get_rate() helper to look up clocks
by platform name and adjusts all users of it to pass platform names
instead of clkdev aliases.

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>
2013-09-06 13:33:15 -07:00
..
clk-exynos-audss.c clk: add CLK_SET_RATE_NO_REPARENT flag 2013-08-19 12:27:17 -07:00
clk-exynos4.c clk: samsung: Modify _get_rate() helper to use __clk_lookup() 2013-09-06 13:33:15 -07:00
clk-exynos5250.c clk/exynos5250: change parent to aclk200_disp1 for hdmi subsystem 2013-08-28 19:23:40 -07:00
clk-exynos5420.c clk/exynos5420: assign dout_pixel id to pixel clock divider 2013-08-29 17:48:12 -07:00
clk-exynos5440.c clk: samsung: Modify _get_rate() helper to use __clk_lookup() 2013-09-06 13:33:15 -07:00
clk-pll.c clk: samsung: pll: Use new registration method for PLL6552 and PLL6553 2013-08-26 18:09:56 -07:00
clk-pll.h clk: samsung: pll: Use new registration method for PLL6552 and PLL6553 2013-08-26 18:09:56 -07:00
clk-s3c64xx.c clk: s3c64xx: Fix incorrect placement of __initdata 2013-08-27 18:36:20 -07:00
clk.c clk: samsung: Modify _get_rate() helper to use __clk_lookup() 2013-09-06 13:33:15 -07:00
clk.h clk: add CLK_SET_RATE_NO_REPARENT flag 2013-08-19 12:27:17 -07:00
Makefile clk: samsung: Add clock driver for S3C64xx SoCs 2013-08-05 11:58:37 -07:00