commit | 510a1e7249298f6bbd049e1ec98041ddf5ef6452 | [log] [tgz] |
---|---|---|
author | Mugunthan V N <mugunthanvnm@ti.com> | Sun Feb 17 22:19:20 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 18 14:51:50 2013 -0500 |
tree | 51604f599a9ffc5f7e824235c52b5975eb51e315 | |
parent | 4153577a8d318ae02b3791341e10e78416de402f [diff] |
drivers: net: davinci_cpdma: acknowledge interrupt properly CPDMA interrupts are not properly acknowledged which leads to interrupt storm, only cpdma interrupt 0 is acknowledged in Davinci CPDMA driver. Changed cpdma_ctlr_eoi api to acknowledge 1 and 2 interrupts which are used for rx and tx respectively. Reported-by: Pantelis Antoniou <panto@antoniou-consulting.com> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>