Re: [PATCHv10] dmaengine: Add support for BCM2835

2014-01-07 Thread Florian Meier
Thanks to you and to all who have looked at/corrected my patch! I learned a lot! On 01/07/2014 05:15 PM, Vinod Koul wrote: > On Mon, Jan 06, 2014 at 08:18:24PM +0100, Florian Meier wrote: >> Add support for DMA controller of BCM2835 as used in the Raspberry Pi. >> Currently it only supports cyclic

Re: [PATCHv10] dmaengine: Add support for BCM2835

2014-01-07 Thread Vinod Koul
On Mon, Jan 06, 2014 at 08:18:24PM +0100, Florian Meier wrote: > Add support for DMA controller of BCM2835 as used in the Raspberry Pi. > Currently it only supports cyclic DMA. Applied, thanks -- ~Vinod -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mes

Re: [PATCHv10] dmaengine: Add support for BCM2835

2014-01-07 Thread Arnd Bergmann
On Monday 06 January 2014, Florian Meier wrote: > Add support for DMA controller of BCM2835 as used in the Raspberry Pi. > Currently it only supports cyclic DMA. > > Signed-off-by: Florian Meier Acked-by: Arnd Bergmann -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" i

Re: [PATCHv10] dmaengine: Add support for BCM2835

2014-01-07 Thread Andy Shevchenko
On Mon, 2014-01-06 at 20:18 +0100, Florian Meier wrote: > Add support for DMA controller of BCM2835 as used in the Raspberry Pi. > Currently it only supports cyclic DMA. > > Signed-off-by: Florian Meier > --- > > Merging and rebasing was easier than I feared and > I found an additional API chan

[PATCHv10] dmaengine: Add support for BCM2835

2014-01-06 Thread Florian Meier
Add support for DMA controller of BCM2835 as used in the Raspberry Pi. Currently it only supports cyclic DMA. Signed-off-by: Florian Meier --- Merging and rebasing was easier than I feared and I found an additional API change (DMA_SUCCESS). Andy: I would be happy to have your Reviewed-by again