fix interrupt generation bug in OMAP DMA4
authorJuha Riihimäki <juhriihi@esdhcp035249.research.nokia.com>
Thu, 26 Feb 2009 13:52:38 +0000 (15:52 +0200)
committerJuha Riihimäki <juhriihi@esdhcp035249.research.nokia.com>
Thu, 26 Feb 2009 13:52:38 +0000 (15:52 +0200)
commit41705b9b09771a63c2d0b3c86d8f4e75012aa622
treeea1585c97dea4ec8ffa687a743cf7ff28aaecbdb
parent08e58fbf6ff9485d8a4cc46888a85d517ae185c3
fix interrupt generation bug in OMAP DMA4

Per-channel interrupt control registers (DMA4_CICRi) have not been considered when raising interrupts. This results in the DMA controller generating interrupts for masked interrupts as well. This is problematic with for example Linux OMAP3 MMC driver which relies on the DMA delivering correct interrupts.
hw/omap_dma.c