aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pc100/include/mach/dma.h
diff options
context:
space:
mode:
authorJassi Brar <jassi.brar@samsung.com>2010-05-18 11:59:13 +0900
committerBen Dooks <ben-linux@fluff.org>2010-05-23 16:26:56 +0100
commitc5e2caca6a0732108bec146844551767cfbc115c (patch)
tree36f2a71cd9fdccbd179b3957992e748a167ee608 /arch/arm/mach-s5pc100/include/mach/dma.h
parentb69a596afe1d46f24f97fe69f67370cdfa9d5329 (diff)
downloadkernel_samsung_smdk4412-c5e2caca6a0732108bec146844551767cfbc115c.zip
kernel_samsung_smdk4412-c5e2caca6a0732108bec146844551767cfbc115c.tar.gz
kernel_samsung_smdk4412-c5e2caca6a0732108bec146844551767cfbc115c.tar.bz2
ARM: S5PC100: DMA: Add platform devices for PL330 DMACs
Samsung's Soc S5PC100 has three PL330 DMACs. First is dedicated for Memory->Memory data transfer while the other two meant for data transfer with peripherals. Define and add latter two PL330 DMACs as platform devices on the S5PC100 platform. Signed-off-by: Jassi Brar <jassi.brar@samsung.com> Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s5pc100/include/mach/dma.h')
-rw-r--r--arch/arm/mach-s5pc100/include/mach/dma.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/include/mach/dma.h b/arch/arm/mach-s5pc100/include/mach/dma.h
new file mode 100644
index 0000000..81209eb
--- /dev/null
+++ b/arch/arm/mach-s5pc100/include/mach/dma.h
@@ -0,0 +1,26 @@
+/*
+ * Copyright (C) 2010 Samsung Electronics Co. Ltd.
+ * Jaswinder Singh <jassi.brar@samsung.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+
+#ifndef __MACH_DMA_H
+#define __MACH_DMA_H
+
+/* This platform uses the common S3C DMA API driver for PL330 */
+#include <plat/s3c-dma-pl330.h>
+
+#endif /* __MACH_DMA_H */