Re: [RFC] dmaengine: omap-dma: Start DMA without delay

2013-04-02 Thread Peter Ujfalusi
Russell, On 03/29/2013 06:31 PM, Russell King - ARM Linux wrote: On Fri, Mar 29, 2013 at 03:12:03PM +0100, Peter Ujfalusi wrote: Remove the use of a tasklet to start the DMA channel when issue_pending is called. The use of tasklet delays the DMA start which can cause issues at drivers, for

[RFC] dmaengine: omap-dma: Start DMA without delay

2013-03-29 Thread Peter Ujfalusi
Remove the use of a tasklet to start the DMA channel when issue_pending is called. The use of tasklet delays the DMA start which can cause issues at drivers, for example the audio drivers expect that the DMA is started right away. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com --- Hi

Re: [RFC] dmaengine: omap-dma: Start DMA without delay

2013-03-29 Thread Peter Meerwald
Remove the use of a tasklet to start the DMA channel when issue_pending is called. The use of tasklet delays the DMA start which can cause issues at drivers, for example the audio drivers expect that the DMA is started right away. Signed-off-by: Peter Ujfalusi peter.ujfal...@ti.com I've

Re: [RFC] dmaengine: omap-dma: Start DMA without delay

2013-03-29 Thread Russell King - ARM Linux
On Fri, Mar 29, 2013 at 03:12:03PM +0100, Peter Ujfalusi wrote: Remove the use of a tasklet to start the DMA channel when issue_pending is called. The use of tasklet delays the DMA start which can cause issues at drivers, for example the audio drivers expect that the DMA is started right away.