diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-11-11 21:09:35 +0100 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-12-12 00:43:27 +0100 |
commit | 996556c92a706058cf5ce6b3ef8dacc4032a3e0d (patch) | |
tree | 8a0df4fe6165488e9f1f218cea50cc5043d1a277 /sound/soc | |
parent | dma: tegra: use reset framework (diff) | |
download | linux-996556c92a706058cf5ce6b3ef8dacc4032a3e0d.tar.xz linux-996556c92a706058cf5ce6b3ef8dacc4032a3e0d.zip |
dma: tegra: register as an OF DMA controller
Call of_dma_controller_register() so that DMA clients can look up the
Tegra DMA controller using standard APIs. This requires the of_xlate()
function to save off the DMA slave ID, and for tegra_dma_slave_config()
not to over-write this information; once DMA client drivers are converted
to dma_request_slave_channel() and DT-based lookups, they won't set this
field of struct dma_slave_config anymore.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'sound/soc')
0 files changed, 0 insertions, 0 deletions