Re: [PATCH 0/9] DMA engine cookie handling cleanups

2012-03-05 Thread Russell King - ARM Linux
On Mon, Mar 05, 2012 at 08:14:11PM +, Russell King - ARM Linux wrote: > This patch series cleans up the handling of cookies in DMA engine drivers. > This is done by providing a set of inline library functions for common > tasks: > > - moving the 'last completed cookie' into struct dma_chan - e

RE: [PATCH 0/9] DMA engine cookie handling cleanups

2012-03-05 Thread H Hartley Sweeten
On Monday, March 05, 2012 1:51 PM, Linus Walleij wrote: > On Mon, Mar 5, 2012 at 9:14 PM, Russell King - ARM Linux wrote: > >> This patch series cleans up the handling of cookies in DMA engine drivers. >> This is done by providing a set of inline library functions for common >> tasks: > > Overall t

Re: [PATCH 0/9] DMA engine cookie handling cleanups

2012-03-05 Thread Russell King - ARM Linux
On Mon, Mar 05, 2012 at 09:50:51PM +0100, Linus Walleij wrote: > On Mon, Mar 5, 2012 at 9:14 PM, Russell King - ARM Linux > wrote: > > > This patch series cleans up the handling of cookies in DMA engine drivers. > > This is done by providing a set of inline library functions for common > > tasks:

Re: [PATCH 0/9] DMA engine cookie handling cleanups

2012-03-05 Thread Linus Walleij
On Mon, Mar 5, 2012 at 9:14 PM, Russell King - ARM Linux wrote: > This patch series cleans up the handling of cookies in DMA engine drivers. > This is done by providing a set of inline library functions for common > tasks: Overall this looks good, but I have a problem: patch [1/9] does not appea

[PATCH 0/9] DMA engine cookie handling cleanups

2012-03-05 Thread Russell King - ARM Linux
This patch series cleans up the handling of cookies in DMA engine drivers. This is done by providing a set of inline library functions for common tasks: - moving the 'last completed cookie' into struct dma_chan - everyone has this in their driver private channel data structure - consolidate all