Re: [PATCH 01/32] dmaengine: ste_dma40: Assign memcpy channels in the driver

2013-04-25 Thread Linus Walleij
On Thu, Apr 18, 2013 at 12:11 PM, Lee Jones wrote: > The channels reserved for memcpy are the same for all currently > supported platforms. With this in mind, we can ease the platform > data passing requirement by moving these assignments out from > platform code and place them directly into the

Re: [PATCH 01/32] dmaengine: ste_dma40: Assign memcpy channels in the driver

2013-04-25 Thread Linus Walleij
On Thu, Apr 18, 2013 at 12:11 PM, Lee Jones lee.jo...@linaro.org wrote: The channels reserved for memcpy are the same for all currently supported platforms. With this in mind, we can ease the platform data passing requirement by moving these assignments out from platform code and place them

Re: [PATCH 01/32] dmaengine: ste_dma40: Assign memcpy channels in the driver

2013-04-22 Thread Vinod Koul
On Thu, Apr 18, 2013 at 11:11:43AM +0100, Lee Jones wrote: > The channels reserved for memcpy are the same for all currently > supported platforms. With this in mind, we can ease the platform > data passing requirement by moving these assignments out from > platform code and place them directly

Re: [PATCH 01/32] dmaengine: ste_dma40: Assign memcpy channels in the driver

2013-04-22 Thread Vinod Koul
On Thu, Apr 18, 2013 at 11:11:43AM +0100, Lee Jones wrote: The channels reserved for memcpy are the same for all currently supported platforms. With this in mind, we can ease the platform data passing requirement by moving these assignments out from platform code and place them directly into

[PATCH 01/32] dmaengine: ste_dma40: Assign memcpy channels in the driver

2013-04-18 Thread Lee Jones
The channels reserved for memcpy are the same for all currently supported platforms. With this in mind, we can ease the platform data passing requirement by moving these assignments out from platform code and place them directly into the driver. Cc: Vinod Koul Cc: Dan Williams Cc: Per Forlin

[PATCH 01/32] dmaengine: ste_dma40: Assign memcpy channels in the driver

2013-04-18 Thread Lee Jones
The channels reserved for memcpy are the same for all currently supported platforms. With this in mind, we can ease the platform data passing requirement by moving these assignments out from platform code and place them directly into the driver. Cc: Vinod Koul vinod.k...@intel.com Cc: Dan