]> git.baikalelectronics.ru Git - kernel.git/commit
clk: samsung: register audio subsystem clocks using common clock framework
authorPadmavathi Venna <padma.v@samsung.com>
Mon, 17 Jun 2013 15:02:17 +0000 (00:02 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 18 Jun 2013 18:28:41 +0000 (03:28 +0900)
commitc80bfbc2b3c9fcc84b30d88442fd18fbadef21c0
tree14bc5b64d02738fd95bc2d626f9374b72cf090a6
parent75d4a12a85daab7fbdeeb67143d88d5e71bfa851
clk: samsung: register audio subsystem clocks using common clock framework

Audio subsystem is introduced in s5pv210 and exynos platforms.
This has seperate clock controller which can control i2s0 and
pcm0 clocks. This patch registers the audio subsystem clocks
with the common clock framework on Exynos family.

Signed-off-by: Padmavathi Venna <padma.v@samsung.com>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Documentation/devicetree/bindings/clock/clk-exynos-audss.txt [new file with mode: 0644]
drivers/clk/samsung/Makefile
drivers/clk/samsung/clk-exynos-audss.c [new file with mode: 0644]
include/dt-bindings/clk/exynos-audss-clk.h [new file with mode: 0644]