RE: [PATCH V5 00/15] To use DMA generic APIs for Samsung DMA

2011-08-19 Thread Koul, Vinod
On Fri, 2011-08-19 at 10:54 +0530, Kukjin Kim wrote: Koul, Vinod wrote: OK, Boojin will send whole series soon. Then if you make a branch for me, I will merge it too. Sure, I have created a branh for you off my next git://git.infradead.org/users/vkoul/slave-dma.git samsung_dma I will

RE: [PATCH V5 00/15] To use DMA generic APIs for Samsung DMA

2011-08-18 Thread Kukjin Kim
Koul, Vinod wrote: On Sat, 2011-08-13 at 13:11 +0900, Kukjin Kim wrote: Koul, Vinod wrote: On Thu, 2011-08-11 at 16:26 +0900, Kukjin Kim wrote: Koul, Vinod wrote: On Thu, 2011-08-04 at 18:53 +0200, Linus Walleij wrote: On Wed, Jul 27, 2011 at 7:31 AM, Boojin Kim

RE: [PATCH V5 00/15] To use DMA generic APIs for Samsung DMA

2011-08-16 Thread Koul, Vinod
On Sat, 2011-08-13 at 13:11 +0900, Kukjin Kim wrote: Koul, Vinod wrote: On Thu, 2011-08-11 at 16:26 +0900, Kukjin Kim wrote: Koul, Vinod wrote: On Thu, 2011-08-04 at 18:53 +0200, Linus Walleij wrote: On Wed, Jul 27, 2011 at 7:31 AM, Boojin Kim boojin@samsung.com wrote:

RE: [PATCH V5 00/15] To use DMA generic APIs for Samsung DMA

2011-08-12 Thread Kukjin Kim
Koul, Vinod wrote: On Thu, 2011-08-11 at 16:26 +0900, Kukjin Kim wrote: Koul, Vinod wrote: On Thu, 2011-08-04 at 18:53 +0200, Linus Walleij wrote: On Wed, Jul 27, 2011 at 7:31 AM, Boojin Kim boojin@samsung.com wrote: This patchset adds support DMA generic APIs for

RE: [PATCH V5 00/15] To use DMA generic APIs for Samsung DMA

2011-08-11 Thread Kukjin Kim
Koul, Vinod wrote: On Thu, 2011-08-04 at 18:53 +0200, Linus Walleij wrote: On Wed, Jul 27, 2011 at 7:31 AM, Boojin Kim boojin@samsung.com wrote: This patchset adds support DMA generic APIs for Samsung DMA. Patches look good to me, Acked-by: Linus Walleij

RE: [PATCH V5 00/15] To use DMA generic APIs for Samsung DMA

2011-08-11 Thread Koul, Vinod
On Thu, 2011-08-11 at 16:26 +0900, Kukjin Kim wrote: Koul, Vinod wrote: On Thu, 2011-08-04 at 18:53 +0200, Linus Walleij wrote: On Wed, Jul 27, 2011 at 7:31 AM, Boojin Kim boojin@samsung.com wrote: This patchset adds support DMA generic APIs for Samsung DMA. Patches

Re: [PATCH V5 00/15] To use DMA generic APIs for Samsung DMA

2011-08-08 Thread Koul, Vinod
On Thu, 2011-08-04 at 18:53 +0200, Linus Walleij wrote: On Wed, Jul 27, 2011 at 7:31 AM, Boojin Kim boojin@samsung.com wrote: This patchset adds support DMA generic APIs for Samsung DMA. Patches look good to me, Acked-by: Linus Walleij linus.wall...@linaro.org Acked-by: Vinod Koul

Re: [PATCH V5 00/15] To use DMA generic APIs for Samsung DMA

2011-08-04 Thread Linus Walleij
On Wed, Jul 27, 2011 at 7:31 AM, Boojin Kim boojin@samsung.com wrote: This patchset adds support DMA generic APIs for Samsung DMA. Patches look good to me, Acked-by: Linus Walleij linus.wall...@linaro.org Are there any more users of the code in arch/arm/common/pl330.c? Else I think next

[PATCH V5 00/15] To use DMA generic APIs for Samsung DMA

2011-07-26 Thread Boojin Kim
This patchset adds support DMA generic APIs for Samsung DMA. The changes from V4 are following: - Change DMA cyclic capability operation on '04 patch' - Remove cyclic_task - Initialize 'cyclic' variable on channel request. - Change pl330 data structure on '02, 07, 08, 09, 10