01 Sep, 2012

1 commit

  • Add a DMA engine driver for the TI EDMA controller. This driver
    is implemented as a wrapper around the existing DaVinci private
    DMA implementation. This approach allows for incremental conversion
    of each peripheral driver to the DMA engine API. The EDMA driver
    supports slave transfers but does not yet support cyclic transfers.

    Signed-off-by: Matt Porter
    Tested-by: Tom Rini
    Tested-by: Sekhar Nori
    Signed-off-by: Vinod Koul

    Matt Porter