Re: [PATCH v3 06/11] dma: Add MPC512x DMA driver
From: Anatolij Gustschin <agust@denx.de>
Date: 2010-03-01 13:46:23
Hi Dan, any chance this patch could be merged for 2.6.34 ? Thanks, Anatolij On Fri, 5 Feb 2010 14:42:52 +0100 Anatolij Gustschin [off-list ref] wrote:
From: Piotr Ziecik <redacted> Adds initial version of MPC512x DMA driver. Only memory to memory transfers are currenly supported. Signed-off-by: Piotr Ziecik <redacted> Signed-off-by: Wolfgang Denk <redacted> Signed-off-by: Anatolij Gustschin <agust@denx.de> Cc: Dan Williams <redacted> Cc: Grant Likely <redacted> Cc: John Rigby <redacted> --- No changes since v2 Changes since v1: - move content of the mpc512x.h into the drivers .c file as it is only used by this DMA driver - use __devinit/__devexit/__devexit_p as requested - add unregistration of the dma device - remove meaningless comment Changes since patch version submitted in May 2009: - don't use wildcards in compatible property, use "fsl,mpc5121-dma" - don't add "fsl,mpc5121-dma" compatible to of_bus_ids[] as the dma device is part of IMMR drivers/dma/Kconfig | 7 + drivers/dma/Makefile | 1 + drivers/dma/mpc512x_dma.c | 800 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 808 insertions(+), 0 deletions(-) create mode 100644 drivers/dma/mpc512x_dma.c