Re: [PATCH v2 2/4] dmaengine: add driver for Samsung s3c24xx SoCs

2013-08-21 Thread Linus Walleij
On Mon, Aug 19, 2013 at 6:48 AM, Vinod Koul wrote: > On Wed, Aug 14, 2013 at 02:00:25PM +0200, Heiko Stübner wrote: >> Conceptually the s3c24xx-dma feels like a distant relative of the pl08x >> with numerous virtual channels being mapped to a lot less physical ones. >> The driver therefore borrow

Re: [PATCH v2 2/4] dmaengine: add driver for Samsung s3c24xx SoCs

2013-08-20 Thread Vinod Koul
On Tue, Aug 20, 2013 at 10:23:49AM +0200, Heiko Stübner wrote: > Hi Vinod, > > Am Montag, 19. August 2013, 06:48:12 schrieb Vinod Koul: > > On Wed, Aug 14, 2013 at 02:00:25PM +0200, Heiko Stübner wrote: > > > This adds a new driver to support the s3c24xx dma using the dmaengine > > > and makes the

Re: [PATCH v2 2/4] dmaengine: add driver for Samsung s3c24xx SoCs

2013-08-20 Thread Heiko Stübner
Hi Vinod, Am Montag, 19. August 2013, 06:48:12 schrieb Vinod Koul: > On Wed, Aug 14, 2013 at 02:00:25PM +0200, Heiko Stübner wrote: > > This adds a new driver to support the s3c24xx dma using the dmaengine > > and makes the old one in mach-s3c24xx obsolete in the long run. > > > > Conceptually th

Re: [PATCH v2 2/4] dmaengine: add driver for Samsung s3c24xx SoCs

2013-08-19 Thread Tomasz Figa
On Monday 19 of August 2013 10:18:12 Vinod Koul wrote: > On Wed, Aug 14, 2013 at 02:00:25PM +0200, Heiko Stübner wrote: > > This adds a new driver to support the s3c24xx dma using the dmaengine > > and makes the old one in mach-s3c24xx obsolete in the long run. > > > > Conceptually the s3c24xx-dma

Re: [PATCH v2 2/4] dmaengine: add driver for Samsung s3c24xx SoCs

2013-08-18 Thread Vinod Koul
On Wed, Aug 14, 2013 at 02:00:25PM +0200, Heiko Stübner wrote: > This adds a new driver to support the s3c24xx dma using the dmaengine > and makes the old one in mach-s3c24xx obsolete in the long run. > > Conceptually the s3c24xx-dma feels like a distant relative of the pl08x > with numerous virtu

[PATCH v2 2/4] dmaengine: add driver for Samsung s3c24xx SoCs

2013-08-14 Thread Heiko Stübner
This adds a new driver to support the s3c24xx dma using the dmaengine and makes the old one in mach-s3c24xx obsolete in the long run. Conceptually the s3c24xx-dma feels like a distant relative of the pl08x with numerous virtual channels being mapped to a lot less physical ones. The driver therefor