From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by ozlabs.org (Postfix) with ESMTP id A7CCCB7CEF for ; Tue, 2 Mar 2010 00:46:23 +1100 (EST) Date: Mon, 1 Mar 2010 14:46:19 +0100 From: Anatolij Gustschin To: Dan Williams Subject: Re: [PATCH v3 06/11] dma: Add MPC512x DMA driver Message-ID: <20100301144619.71a6ceab@wker> In-Reply-To: <1265377377-29327-7-git-send-email-agust@denx.de> References: <1265377377-29327-1-git-send-email-agust@denx.de> <1265377377-29327-7-git-send-email-agust@denx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: wd@denx.de, dzu@denx.de, linuxppc-dev@ozlabs.org, Piotr Ziecik List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 wrote: > From: Piotr Ziecik > > Adds initial version of MPC512x DMA driver. > Only memory to memory transfers are currenly supported. > > Signed-off-by: Piotr Ziecik > Signed-off-by: Wolfgang Denk > Signed-off-by: Anatolij Gustschin > Cc: Dan Williams > Cc: Grant Likely > Cc: John Rigby > --- > 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