From: shawn.guo@freescale.com (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: Add dma support for i.MX23/28
Date: Sat, 5 Feb 2011 10:08:11 +0800 [thread overview]
Message-ID: <1296871696-21008-1-git-send-email-shawn.guo@freescale.com> (raw)
This patch set is to add dma support for i.MX23/28, including
apbh-dma and apbx-dma. The apbh-dma was tested with mxs-mmc driver
on mx23evk and mx28evk boards. And mxs-mmc driver will be posted
for review later.
It's based on Sascha's imx-for-2.6.39 tree since commit:
22cbba1b82de458028f4aa270e88492b622c1ea8
ARM: mxs: dynamically register flexcan devices for mx28
Thanks for review.
Regards,
Shawn
Shawn Guo (5):
[PATCH 1/5] dmaengine: mxs-dma: add dma support for i.MX23/28
[PATCH 2/5] ARM: mxs: add dma channel definitions
[PATCH 3/5] ARM: mxs: dynamically allocate dma device for mx23/28
[PATCH 4/5] ARM: mxs/mx23evk: add dma device
[PATCH 5/5] ARM: mxs/mx28evk: add dma device
arch/arm/mach-mxs/Kconfig | 2 +
arch/arm/mach-mxs/clock-mx23.c | 3 +-
arch/arm/mach-mxs/clock-mx28.c | 4 +-
arch/arm/mach-mxs/devices-mx23.h | 6 +
arch/arm/mach-mxs/devices-mx28.h | 6 +
arch/arm/mach-mxs/devices/Kconfig | 3 +
arch/arm/mach-mxs/devices/Makefile | 1 +
arch/arm/mach-mxs/devices/platform-dma.c | 50 ++
arch/arm/mach-mxs/include/mach/devices-common.h | 7 +
arch/arm/mach-mxs/include/mach/dma.h | 16 +
arch/arm/mach-mxs/include/mach/mx23.h | 24 +
arch/arm/mach-mxs/include/mach/mx28.h | 37 ++
arch/arm/mach-mxs/mach-mx23evk.c | 8 +
arch/arm/mach-mxs/mach-mx28evk.c | 8 +
drivers/dma/Kconfig | 8 +
drivers/dma/Makefile | 1 +
drivers/dma/mxs-dma.c | 702 +++++++++++++++++++++++
17 files changed, 883 insertions(+), 3 deletions(-)
next reply other threads:[~2011-02-05 2:08 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-05 2:08 Shawn Guo [this message]
2011-02-05 2:08 ` [PATCH 1/5] dmaengine: mxs-dma: add dma support for i.MX23/28 Shawn Guo
2011-02-04 18:17 ` Russell King - ARM Linux
2011-02-08 22:56 ` Shawn Guo
2011-02-08 16:38 ` Russell King - ARM Linux
2011-02-05 15:33 ` Russell King - ARM Linux
2011-02-08 22:59 ` Shawn Guo
2011-02-07 7:37 ` Lothar Waßmann
2011-02-08 23:09 ` Shawn Guo
2011-02-07 8:25 ` Sascha Hauer
2011-02-07 9:09 ` Russell King - ARM Linux
2011-02-08 23:28 ` Shawn Guo
2011-02-09 8:34 ` Sascha Hauer
2011-02-09 21:42 ` Shawn Guo
2011-02-07 14:13 ` Lothar Waßmann
2011-02-08 23:30 ` Shawn Guo
2011-02-07 14:31 ` Lothar Waßmann
2011-02-08 23:38 ` Shawn Guo
2011-02-08 14:41 ` Lothar Waßmann
2011-02-09 0:17 ` Shawn Guo
2011-02-09 8:06 ` Lothar Waßmann
2011-02-09 20:42 ` Shawn Guo
2011-02-09 13:13 ` Lothar Waßmann
2011-02-14 0:16 ` Shawn Guo
2011-02-09 9:09 ` Sascha Hauer
2011-02-09 21:02 ` Shawn Guo
2011-02-05 2:08 ` [PATCH 2/5] ARM: mxs: add dma channel definitions Shawn Guo
2011-02-05 2:08 ` [PATCH 3/5] ARM: mxs: dynamically allocate dma device for mx23/28 Shawn Guo
2011-02-07 8:09 ` Sascha Hauer
2011-02-09 0:22 ` Shawn Guo
2011-02-05 2:08 ` [PATCH 4/5] ARM: mxs/mx23evk: add dma device Shawn Guo
2011-02-05 2:08 ` [PATCH 5/5] ARM: mxs/mx28evk: " Shawn Guo
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=1296871696-21008-1-git-send-email-shawn.guo@freescale.com \
--to=shawn.guo@freescale.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).