From: Seungwhan Youn Date: Tue, 19 Oct 2010 09:44:16 +0000 (+0900) Subject: ARM: SAMSUNG: Move DMA clock enable into S3C PL330 driver X-Git-Tag: v2.6.37-rc1~23^2^2~2^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c69abb27f1a7e2c15a678fb9e7ab55293c8f820;p=pandora-kernel.git ARM: SAMSUNG: Move DMA clock enable into S3C PL330 driver This patch moves DMA clock enable functionality into pl330_probe() of plat-samsung/s3c_pl330.c (PL330 DMAC driver) and disable functionality into pl330_remove(). For now according to clock policy of Samsung SoCs' mainline, clocks which are used in the driver should be controlled by each own. Signed-off-by: Seungwhan Youn Acked-by: Jassi Brar [kgene.kim@samsung.com: minor title and comment edit] Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed