From mboxrd@z Thu Jan 1 00:00:00 1970 From: jassisinghbrar@gmail.com (jassi brar) Date: Fri, 7 May 2010 21:50:50 +0900 Subject: [PATCH 2/2] DMA: PL330: Add async dma api driver In-Reply-To: References: <1273215671-3090-1-git-send-email-jassisinghbrar@gmail.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, May 7, 2010 at 5:59 PM, Linus Walleij wrote: > 2010/5/7 Jassi Brar : > >> Add ASYNC DMA Engine API driver for the PL330 DMAC. >> This driver is supposed to be reusable by various >> platforms that have one or more PL330 DMACs. >> Atm, DMA_SLAVE and DMA_MEMCPY capabilities have been >> implemented. >> >> Signed-off-by: Jassi Brar ..... > If you fix this and test it on async_tx it's: > Reviewed-by: Linus Walleij Will do. Thanks.