From: Guennadi Liakhovetski Date: Wed, 10 Jul 2013 10:09:47 +0000 (+0200) Subject: DMA: shdma: support the new CHCLR register layout X-Git-Tag: v3.12-rc1~68^2~7^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca8b387803072a16baf6d8090591b10bfdf4e253;p=pandora-kernel.git DMA: shdma: support the new CHCLR register layout On newer r-car SoCs the CHCLR register only contains one bit per channel, to which a 1 has to be written to reset the channel. Older SoC versions had one CHCLR register per channel, to which a 0 must be written to reset the channel and clear its buffers. This patch adds support for the newer layout. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Vinod Koul --- Reading git-diff-tree failed