Re: dmaengine cyclic transfers
From: Linus Walleij
Date: Tue Aug 10 2010 - 17:18:01 EST
2010/8/10 Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>:
> Author: Hans-Christian Egtvedt <hans-christian.egtvedt@xxxxxxxxx>
> Date: Wed Apr 1 15:47:02 2009 +0200
>
> dw_dmac: add cyclic API to DW DMA driver
>
> This could be very useful for the SDMA engine aswell. What are the
> reasons this is not implemented in the generic dmaengine API but as
> an extension to a specific driver?
No reasons what I know. There was a similar code snippet in Peter
Pearse's PL08x driver as well, I just didn't know what to do with it.
> Should I also implement it like
> this or isn't it better to extend the dmaengine itself?
This is going to be generally useful, so please extend the DMAengine
if I have my say. I actually miss two functions from the engine:
1) Single buffer slave transfers (without sglist)
2) Cyclic buffers (esp good for audio)
The first I have a patch for, will repost.
Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/