[PATCH V2 6/6] spi/spi-pl022: Request/free DMA channels as and when required.

viresh kumar viresh.kumar at st.com
Wed Aug 10 06:14:13 EDT 2011


On 08/10/2011 03:31 PM, Koul, Vinod wrote:
> And on your patch, are you able to dynamically assign the channels for
> platform? What is the intended usage? (as Russell articulated it is bad
> to dynamically assign channel for something like uart)

Are you talking about channels or DMA request lines? For channels yes,
we can always allocate channels as they are independent of peripherals.
About request lines, they are muxed in our case between several
peripherals, but support for that has to be added in dw_dmac.

SPI is not as much heavily used as uart. So, it might be fine there to
allocate channels dynamically.

-- 
viresh



More information about the linux-arm-kernel mailing list