Searched hist:b37a4224104568198b93fb9831224cfe7d83fff8 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/clk/samsung/ |
H A D | clk-exynos-audss.c | diff b37a4224104568198b93fb9831224cfe7d83fff8 Wed Sep 25 16:12:47 CDT 2013 Andrew Bresticker <abrestic@chromium.org> clk: exynos-audss: convert to platform device
The Exynos AudioSS clock controller will later be modified to allow input clocks to be specified via device-tree in order to support multiple Exynos SoCs. This will introduce a dependency on the core SoC clock controller being initialized first so that the AudioSS driver can look up its input clocks, but the order in which clock providers are probed in of_clk_init() is not guaranteed. Since deferred probing is not supported in of_clk_init() and the AudioSS block is not the core controller, we can initialize it later as a platform device.
Signed-off-by: Andrew Bresticker <abrestic@chromium.org> Acked-by: Tomasz Figa <t.figa@samsung.com> Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Acked-by: Mike Turquette <mturquette@linaro.org> Acked-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Tomasz Figa <t.figa@samsung.com>
|