From: Guennadi Liakhovetski Date: Sun, 25 Sep 2011 14:12:18 +0000 (+0200) Subject: dmaengine: shdma: protect against the IRQ handler X-Git-Tag: v3.2-rc1~47^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4dae6e1adaedc9c343b5f00332312d649600bdc;p=pandora-kernel.git dmaengine: shdma: protect against the IRQ handler The IRQ handler of the shdma driver accesses common hardware registers, that are also accessed from other contexts. Therefore access to them has to be performed with interrupts disabled, not only with disabled bottom halves. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Vinod Koul --- Reading git-diff-tree failed