Re: [RFC PATCH 0/9] drivers: dma: Add support for dma-channel router

2014-03-10 Thread Sricharan R
Hi Rob, On Sunday 09 March 2014 01:23 AM, Rob Herring wrote: > On Fri, Mar 7, 2014 at 6:16 AM, Sricharan R wrote: >> In some SoCs the dma request lines from the peripherals are >> routed to the dma-controller through a crossbar. With this the >> dma controller's available request lines are shared

Re: [RFC PATCH 0/9] drivers: dma: Add support for dma-channel router

2014-03-08 Thread Rob Herring
On Fri, Mar 7, 2014 at 6:16 AM, Sricharan R wrote: > In some SoCs the dma request lines from the peripherals are > routed to the dma-controller through a crossbar. With this the > dma controller's available request lines are shared between the > peripherals. > > This adds support to register the c

[RFC PATCH 0/9] drivers: dma: Add support for dma-channel router

2014-03-07 Thread Sricharan R
In some SoCs the dma request lines from the peripherals are routed to the dma-controller through a crossbar. With this the dma controller's available request lines are shared between the peripherals. This adds support to register the crossbar router associated with a dma-channel and let the dma-co