Re: [PATCH] dmaengine: Driver for the AVR32 DMACA controller

2007-11-26 Thread Andrew Morton
This: > Subject: Re: [PATCH] dmaengine: Driver for the AVR32 DMACA controller in no way describes this: > This patch corrects recently changed (and now invalid) Kconfig > descriptions for the DMA engine framework: grr. - To unsubscribe from this list: send the line "unsubscrib

Re: [PATCH] dmaengine: Driver for the AVR32 DMACA controller

2007-11-26 Thread Andrew Morton
This: Subject: Re: [PATCH] dmaengine: Driver for the AVR32 DMACA controller in no way describes this: This patch corrects recently changed (and now invalid) Kconfig descriptions for the DMA engine framework: grr. - To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [PATCH] dmaengine: Driver for the AVR32 DMACA controller

2007-11-22 Thread David Brownell
On Tuesday 20 November 2007, Haavard Skinnemoen wrote: > This patch depends on "DMA: Correct invalid assumptions in the Kconfig > text" (without the part that adds AVR32 to the dependency list) and > "DMAENGINE: Convert from class_device to device". That regression fix still doesn't seem to be

Re: [PATCH] dmaengine: Driver for the AVR32 DMACA controller

2007-11-22 Thread David Brownell
On Tuesday 20 November 2007, Haavard Skinnemoen wrote: This patch depends on DMA: Correct invalid assumptions in the Kconfig text (without the part that adds AVR32 to the dependency list) and DMAENGINE: Convert from class_device to device. That regression fix still doesn't seem to be merged,

[PATCH] dmaengine: Driver for the AVR32 DMACA controller

2007-11-20 Thread Haavard Skinnemoen
This patch makes the "DMA Engine" menu visible on AVR32 and adds a driver for the DMACA (aka DW DMAC) controller. This DMA controller can be found on the AT32AP7000 chip and it primarily meant for peripheral DMA transfer, but can also be used for memory-to-memory transfers. The dmatest client

[PATCH] dmaengine: Driver for the AVR32 DMACA controller

2007-11-20 Thread Haavard Skinnemoen
This patch makes the DMA Engine menu visible on AVR32 and adds a driver for the DMACA (aka DW DMAC) controller. This DMA controller can be found on the AT32AP7000 chip and it primarily meant for peripheral DMA transfer, but can also be used for memory-to-memory transfers. The dmatest client shows