From: Stephen Warren Date: Mon, 11 Nov 2013 21:16:38 +0000 (-0700) Subject: serial: tegra: convert to standard DMA DT bindings X-Git-Tag: cleanup-for-linus~6^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2b329f56196cce5ebde42f0b6ffc3c12db4c826;p=pandora-kernel.git 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 Signed-off-by: Stephen Warren Reviewed-by: Thierry Reding --- Reading git-diff-tree failed