All of lore.kernel.org
 help / color / mirror / Atom feed
From: jy0922.shim@samsung.com (Joonyoung Shim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] ARM: SMDKC100: add dma platform devices
Date: Wed, 16 Sep 2009 17:19:25 +0900	[thread overview]
Message-ID: <4AB09F8D.5070005@samsung.com> (raw)

This patch adds three dma platform devices for s5pc1xx dma on smdkc100
board file.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
---
 arch/arm/mach-s5pc100/mach-smdkc100.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-s5pc100/mach-smdkc100.c b/arch/arm/mach-s5pc100/mach-smdkc100.c
index 214093c..7771a6f 100644
--- a/arch/arm/mach-s5pc100/mach-smdkc100.c
+++ b/arch/arm/mach-s5pc100/mach-smdkc100.c
@@ -76,6 +76,9 @@ static struct s3c2410_uartcfg smdkc100_uartcfgs[] __initdata = {
 static struct map_desc smdkc100_iodesc[] = {};
 
 static struct platform_device *smdkc100_devices[] __initdata = {
+	&s5pc1xx_device_mdma,
+	&s5pc1xx_device_pdma0,
+	&s5pc1xx_device_pdma1,
 };
 
 static void __init smdkc100_map_io(void)
-- 
1.6.0.4

WARNING: multiple messages have this Message-ID (diff)
From: Joonyoung Shim <jy0922.shim@samsung.com>
To: linux-arm-kernel@lists.infradead.org
Cc: ben-linux@fluff.org, dan.j.williams@intel.com,
	kyungmin.park@samsung.com, bhmin@samsung.com,
	linux-kernel@vger.kernel.org
Subject: [PATCH 2/3] ARM: SMDKC100: add dma platform devices
Date: Wed, 16 Sep 2009 17:19:25 +0900	[thread overview]
Message-ID: <4AB09F8D.5070005@samsung.com> (raw)

This patch adds three dma platform devices for s5pc1xx dma on smdkc100
board file.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
---
 arch/arm/mach-s5pc100/mach-smdkc100.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-s5pc100/mach-smdkc100.c b/arch/arm/mach-s5pc100/mach-smdkc100.c
index 214093c..7771a6f 100644
--- a/arch/arm/mach-s5pc100/mach-smdkc100.c
+++ b/arch/arm/mach-s5pc100/mach-smdkc100.c
@@ -76,6 +76,9 @@ static struct s3c2410_uartcfg smdkc100_uartcfgs[] __initdata = {
 static struct map_desc smdkc100_iodesc[] = {};
 
 static struct platform_device *smdkc100_devices[] __initdata = {
+	&s5pc1xx_device_mdma,
+	&s5pc1xx_device_pdma0,
+	&s5pc1xx_device_pdma1,
 };
 
 static void __init smdkc100_map_io(void)
-- 
1.6.0.4

             reply	other threads:[~2009-09-16  8:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-16  8:19 Joonyoung Shim [this message]
2009-09-16  8:19 ` [PATCH 2/3] ARM: SMDKC100: add dma platform devices Joonyoung Shim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4AB09F8D.5070005@samsung.com \
    --to=jy0922.shim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.