From: Laxman Dewangan Date: Sun, 6 Jan 2013 16:22:02 +0000 (+0530) Subject: dma: tegra: add support for channel wise pause X-Git-Tag: v3.9-rc1~80^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b140908c4cda43c653bb080c244d112e619008f;p=pandora-kernel.git dma: tegra: add support for channel wise pause NVIDIA's some SoCs like Tegra114 support the channel wise pause control inplace of global pause which pauses all DMA channels. When SoCs support the channel wise pause control then it uses the global pause for clock gating for register access as well as all DMA channel pause. Hence DMA registers are not accessible if DMAs are globally paused on these new SoCs. Add support for channel wise pause feature if SoCs support it. Signed-off-by: Laxman Dewangan Reviewed-by: Stephen Warren Signed-off-by: Vinod Koul --- Reading git-diff-tree failed