mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 10:01:56 +00:00
3a64789568
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> |
||
---|---|---|
.. | ||
clk-exynos4.c | ||
clk-exynos5250.c | ||
clk-exynos5420.c | ||
clk-exynos5440.c | ||
clk-exynos-audss.c | ||
clk-pll.c | ||
clk-pll.h | ||
clk-s3c64xx.c | ||
clk.c | ||
clk.h | ||
Makefile |