ARM: S3C24XX: number the dma clocks
authorHeiko Stuebner <heiko@sntech.de>
Mon, 7 Oct 2013 21:42:10 +0000 (06:42 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 7 Oct 2013 21:42:10 +0000 (06:42 +0900)
commit0fa93b914d45ed8dd248bd621d4396e9f790817c
treed84e57a1528a769eae38b4bf51251da25b216c57
parent15c03dd4859ab16f9212238f29dd315654aa94f6
ARM: S3C24XX: number the dma clocks

Each dma channel has its own clock. The upcoming dma driver wants to
handle these itself and therefore needs to be able to get the correct
clock for a channel.

Therefore rename the dma clocks to "dma.X" for s3c2412, s3c2416 and
s3c2443. This does not change the behaviour for the old dma driver at
all, as all dma clocks are still always on and not handled by the old
dma driver at all.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c24xx/clock-s3c2412.c
arch/arm/mach-s3c24xx/common-s3c2443.c
This page took 0.026785 seconds and 5 git commands to generate.