Home
last modified time | relevance | path

Searched hist:"484919 cf3351212ebf748b9b13ece1ddaf7e7d1c" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/dma/
H A Dfsl_dma.c484919cf3351212ebf748b9b13ece1ddaf7e7d1c Tue Jun 30 22:15:44 UTC 2009 Peter Tyser <ptyser@xes-inc.com> 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>