]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fsl_dma: Fix Channel Start bug in dma_check()
authorPeter Tyser <ptyser@xes-inc.com>
Tue, 30 Jun 2009 22:15:44 +0000 (17:15 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 2 Jul 2009 04:07:45 +0000 (23:07 -0500)
commit484919cf3351212ebf748b9b13ece1ddaf7e7d1c
treefcb32c083cfe882ecfbf11f11e133398f6a6ab6e
parent51402ac12be9a0025f16db51fbde7c050a54e5fe
fsl_dma: Fix Channel Start bug in dma_check()

The Channel Start (CS) bit in the Mode Register (MR) should actually be
cleared as the comment in the code suggests.  Previously, CS was being
set, not cleared.

Assuming normal operation of the DMA engine, this change shouldn't have
any real affect.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
drivers/dma/fsl_dma.c