Commits

Robin Gong committed cb38feb099e
MLK-15034: dma: imx-sdma: no need report interrupt for channel0 It is possible for an irq triggered by channel0 to be received later, after clks are disabled. If that happens then clearing them by writing to SDMA_H_INTR won't work and the system will hang processing infinite interrupts. Actually, don't need interrupt triggered on channel0 since it's pollling to know channel0 done rather than interrupt in current code, just clear BD setting to disable channel0 interrupt to avoid the above case. Reported-by: Leonard Crestez <leonard.crestez@nxp.com> Signed-off-by: Robin Gong <yibin.gong@nxp.com>