Re: [PATCH v2] pasemi_dma: Driver for PA Semi PWRficient on-chip DMA engine

2008-03-17 Thread Olof Johansson
On Mon, Mar 17, 2008 at 11:46:39AM -0700, Dan Williams wrote: > Looks good, makes me want to go back and cleanup iop-adma a bit. A > few fyi's below, but no other review comments. > > > Note that this still needs to go on top of the powerpc.git tree due to the > > pasemi_dma.h updates that this

Re: [PATCH v2] pasemi_dma: Driver for PA Semi PWRficient on-chip DMA engine

2008-03-17 Thread Dan Williams
On Sun, Mar 16, 2008 at 2:30 PM, Olof Johansson <[EMAIL PROTECTED]> wrote: > pasemi_dma: Driver for PA Semi PWRficient on-chip DMA engine > > DMA copy offload driver for PA Semi PWRficient. It uses the > > platform-specific functions to allocate channels, etc. > > Signed-off-by: Olof Johansson <[

[PATCH v2] pasemi_dma: Driver for PA Semi PWRficient on-chip DMA engine

2008-03-16 Thread Olof Johansson
pasemi_dma: Driver for PA Semi PWRficient on-chip DMA engine DMA copy offload driver for PA Semi PWRficient. It uses the platform-specific functions to allocate channels, etc. Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> --- Changes since last post: * Add DMA_INTERRUPT support and handlin