lkml.org 
[lkml]   [2015]   [Oct]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH V3 0/2] Add support for Tegra210 ADMA
    Date
    Add support for the Tegra210 Audio DMA (ADMA) controller. This was
    originally distributed as an RFC [0] based upon the existing tegra
    APB-DMA driver. Since then the driver has been significantly
    re-worked to remove a lot of the unused/unnecessary functionality
    that was carried over from the APB-DMA. This version is no longer
    derived from the APB-DMA driver and has been updated to use the
    virt-dma helpers.

    V3 changes:
    - Updated DT binding per feedback from Mark and Stephen
    - Fixed up items mentioned by Vinod

    V2 changes:
    - Re-worked device-tree binding

    [0] https://lkml.org/lkml/2015/8/18/237

    Jon Hunter (2):
    Documentation: DT: Add binding documentation for NVIDIA ADMA
    dmaengine: tegra-adma: Add support for Tegra210 ADMA

    .../devicetree/bindings/dma/tegra210-adma.txt | 50 ++
    drivers/dma/Kconfig | 13 +
    drivers/dma/Makefile | 1 +
    drivers/dma/tegra210-adma.c | 909 +++++++++++++++++++++
    4 files changed, 973 insertions(+)
    create mode 100644 Documentation/devicetree/bindings/dma/tegra210-adma.txt
    create mode 100644 drivers/dma/tegra210-adma.c

    --
    2.1.4



    \
     
     \ /
      Last update: 2015-10-16 10:01    [W:4.391 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site