[PATCH 098/100] dmaengine: imx-dma: fix lockdep issue between irqhandler and tasklet

2013-10-11 Thread Luis Henriques
3.5.7.23 -stable review patch. If anyone has any objections, please let me know. -- From: Michael Grzeschik commit 5a276fa6bdf82fd442046969603968c83626ce0b upstream. The tasklet and irqhandler are using spin_lock while other routines are using spin_lock_irqsave/restore. This

[PATCH 098/100] dmaengine: imx-dma: fix lockdep issue between irqhandler and tasklet

2013-10-11 Thread Luis Henriques
3.5.7.23 -stable review patch. If anyone has any objections, please let me know. -- From: Michael Grzeschik m.grzesc...@pengutronix.de commit 5a276fa6bdf82fd442046969603968c83626ce0b upstream. The tasklet and irqhandler are using spin_lock while other routines are using