u-boot/drivers/dma
Peter Tyser 484919cf33 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>
2009-07-01 23:07:45 -05:00
..
MCD_dmaApi.c drivers/dma: Move conditional compilation to Makefile 2008-08-13 01:40:39 +02:00
MCD_tasks.c drivers/dma: Move conditional compilation to Makefile 2008-08-13 01:40:39 +02:00
MCD_tasksInit.c drivers/dma: Move conditional compilation to Makefile 2008-08-13 01:40:39 +02:00
Makefile 8xxx: Break out DMA code to a common file 2009-07-01 23:01:51 -05:00
fsl_dma.c fsl_dma: Fix Channel Start bug in dma_check() 2009-07-01 23:07:45 -05:00