From: Ira Snyder Date: Thu, 3 Mar 2011 07:55:01 +0000 (+0000) Subject: fsldma: make halt behave nicely on all supported controllers X-Git-Tag: v2.6.39-rc1~203^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a00ae34ac8bc8a5897d9b6b9b685c39b955b14b9;p=pandora-kernel.git fsldma: make halt behave nicely on all supported controllers The original dma_halt() function set the CA (channel abort) bit on both the 83xx and 85xx controllers. This is incorrect on the 83xx, where this bit means TEM (transfer error mask) instead. The 83xx doesn't support channel abort, so we only do this operation on 85xx. Signed-off-by: Ira W. Snyder Signed-off-by: Dan Williams --- Reading git-diff-tree failed