]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: ipu: Make sure the interrupt routine checks all interrupts.
authorMagnus Lilja <lilja.magnus@gmail.com>
Wed, 21 Dec 2016 21:13:58 +0000 (22:13 +0100)
committerVinod Koul <vinod.koul@intel.com>
Mon, 2 Jan 2017 05:18:44 +0000 (10:48 +0530)
commit7183e68ef6cd8ef5c525256240de5f791ddf560d
treec877bf9a58ea9a2b56ec0bc0e37f3ca50c20d28f
parent8e4f496c2c6e760b15efd2268359056e9ba968b8
dmaengine: ipu: Make sure the interrupt routine checks all interrupts.

Commit 693fd86f9c84 ("dmaengine: ipu: Consolidate duplicated irq handlers")
consolidated the two interrupts routines into one, but the remaining
interrupt routine only checks the status of the error interrupts, not the
normal interrupts.

This patch fixes that problem (tested on i.MX31 PDK board).

Fixes: 693fd86f9c84 ("dmaengine: ipu: Consolidate duplicated irq handlers")
Cc: Vinod Koul <vinod.koul@intel.com>
Cc: <stable@vger.kernel.org> # 4.1.x
Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/ipu/ipu_irq.c