On Friday 14 September 2012, Jon Hunter wrote:
Currently slave DMA channels are requested by calling dma_request_channel()
and requires DMA clients to pass various filter parameters to obtain the
appropriate channel.
With device-tree being used by architectures such as arm and the addition of
device-tree helper functions to extract the relevant DMA client information
from device-tree, add a new function to request a slave DMA channel using
device-tree. This function is currently a simple wrapper that calls the
device-tree of_dma_request_slave_channel() function.
Cc: Nicolas Ferre <redacted>
Cc: Benoit Cousson <redacted>
Cc: Stephen Warren <redacted>
Cc: Grant Likely <redacted>
Cc: Russell King <redacted>
Cc: Rob Herring <redacted>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Vinod Koul <redacted>
Cc: Dan Williams <redacted>
Signed-off-by: Jon Hunter <redacted>
Acked-by: Arnd Bergmann <arnd@arndb.de>