From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Williams Subject: Re: [PATCH v3] ppc440spe-adma: adds updated ppc440spe adma driver Date: Thu, 10 Dec 2009 23:22:28 -0700 Message-ID: <4B21E524.4010601@intel.com> References: <1259858161-15315-1-git-send-email-agust@denx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1259858161-15315-1-git-send-email-agust@denx.de> Sender: linux-raid-owner@vger.kernel.org To: Anatolij Gustschin Cc: "linux-raid@vger.kernel.org" , "linuxppc-dev@ozlabs.org" , "wd@denx.de" , "dzu@denx.de" , Yuri Tikhonov , Josh Boyer List-Id: linux-raid.ids Anatolij Gustschin wrote: > This patch adds new version of the PPC440SPe ADMA driver. > > Signed-off-by: Yuri Tikhonov > Signed-off-by: Anatolij Gustschin > --- > > Changes since v2: > - Correct Sign-offs order. > - Place the driver in 'drivers/dma/ppc4xx' directory > as there are wishes to extend the driver to support > other CPUs (PPC460EX) later. > - Don't duplicate directory name in the driver file names. > - Perform checks for 'len' > PAGE_SIZE cases while > looking for suitable channel for async operations > so that there will be a fallback to synchronous path > if a user of the api should ever submit pq_val requests > with 'len' > PAGE_SIZE. > Ok, please split the katmai.dts fixups to a separate patch to send to Josh as this patch has picked up new conflicts with his tree. It also appears that this is not based on my next branch [1] because the Makefile and Kconfig updates collide with the coh driver. Fix that up and I'll apply this for my pull request for 2.6.33. Thanks, Dan [1] git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git next