Re: [PATCH 0/2] OMAP2+: DMA: fix src/dst position reporting

2011-11-01 Thread Jarkko Nikula
On 10/31/2011 04:20 PM, Peter Ujfalusi wrote: Hello, If the user asks for the sDMA current position before the first data has been transmitted (before the first DMA request has been generated), the reported position is not valid: src position: CSAC is uninitialized dst position: CDAC is 0 The

[PATCH 0/2] OMAP2+: DMA: fix src/dst position reporting

2011-10-31 Thread Peter Ujfalusi
Hello, If the user asks for the sDMA current position before the first data has been transmitted (before the first DMA request has been generated), the reported position is not valid: src position: CSAC is uninitialized dst position: CDAC is 0 The return values in both case considered invalid.