From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from semihalf.com (semihalf.com [206.130.101.55]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id B8453DE0D5 for ; Tue, 19 May 2009 18:05:07 +1000 (EST) From: Piotr =?iso-8859-2?q?Zi=EAcik?= To: "Hongjun Chen" Subject: Re: [PATCH 11/12] mpc5121: Added MPC512x DMA driver. Date: Tue, 19 May 2009 10:03:42 +0200 References: <1241640919-4650-12-git-send-email-wd@denx.de> <200905190937411866001@freescale.com> In-Reply-To: <200905190937411866001@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Message-Id: <200905191003.42964.kosmo@semihalf.com> Cc: "linuxppc-dev@ozlabs.org" , Wolfgang Denk List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Tuesday 19 May 2009 03:37:47 Hongjun Chen wrote: > Since you have reuse most part of our BSP, why should you reinvent wheel > for MPC512x DMA? We have one ready DMA driver, which has been used by AC9= 7, > ATA, VIU etc. > Answer is simple. The old one does not fit Linux DMA API. New one uses=20 existing infrastructure which makes DMA engine aviable for existing consume= rs in Linux kernel. For example network stack. Support for I/O <-> memory=20 transfers will be added when more consumers arrive. =2D-=20 Best Regards. Piotr Zi=EAcik