commit | c2b329f56196cce5ebde42f0b6ffc3c12db4c826 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon Nov 11 14:16:38 2013 -0700 |
committer | Stephen Warren <swarren@nvidia.com> | Wed Dec 11 16:44:35 2013 -0700 |
tree | 72c0084bdf0dcec605b787dd47606179aa29edb8 | |
parent | d3d654ef230d8b8370e1b2820589521282c868d8 [diff] |
serial: tegra: convert to standard DMA DT bindings By using dma_request_slave_channel_or_err(), the DMA slave ID can be looked up from standard DT properties, and squirrelled away during channel allocation. Hence, there's no need to use a custom DT property to store the slave ID. Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Thierry Reding <treding@nvidia.com>