]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine i.MX SDMA: lock channel 0
authorSascha Hauer <s.hauer@pengutronix.de>
Thu, 25 Aug 2011 09:03:35 +0000 (11:03 +0200)
committerVinod Koul <vinod.koul@intel.com>
Mon, 29 Aug 2011 14:38:26 +0000 (20:08 +0530)
commit3e406c21b1024b726d07564d304aadcdf30cb90e
tree1f622269c883e767832a365557c2c504a3fd2fc3
parent6180b8cd4794dd740865bcdef053f6e18a95dad5
dmaengine i.MX SDMA: lock channel 0

channel0 of the sdma engine is the configuration channel. It
is a shared resource and thus must be protected by a mutex.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/imx-sdma.c