linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Add dma support for i.MX23/28
@ 2011-02-05  2:08 Shawn Guo
  2011-02-05  2:08 ` [PATCH 1/5] dmaengine: mxs-dma: add " Shawn Guo
                   ` (4 more replies)
  0 siblings, 5 replies; 32+ messages in thread
From: Shawn Guo @ 2011-02-05  2:08 UTC (permalink / raw)
  To: linux-arm-kernel

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(-)

^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2011-02-14  0:16 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-05  2:08 Add dma support for i.MX23/28 Shawn Guo
2011-02-05  2:08 ` [PATCH 1/5] dmaengine: mxs-dma: add " 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

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).