diff options
author | Kuninori Morimoto <[email protected]> | 2018-06-15 00:53:33 +0000 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2018-06-28 09:51:09 +0530 |
commit | 9203dbec90a68103644ad9bf3ccf16461d67fcac (patch) | |
tree | 791d8bef7165978445368d5cf70b08befe09940d /tools/perf/scripts/python/bin/net_dropmonitor-report | |
parent | eb9fe6029ad49469b072a09a7fbfab34661e171a (diff) |
dmaengine: rcar-dmac: don't use DMAC error interrupt
rcar-dmac has 2 types of interrupt, 1) error IRQ (for all),
2) IRQ for each channels.
If error happens on some channels, the error IRQ will be handled
by 1), and "all" channels will be restarted.
But in this design, error handling itself will be problem for
non error channel users.
This patch removes 1) handler, and handles error IRQ on 2)
Signed-off-by: Magnus Damm <[email protected]>
[Kuninori: updated patch to adjust DMACHCR/DMAOR]
Signed-off-by: Kuninori Morimoto <[email protected]>
Tested-by: Nguyen Viet Dung <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/net_dropmonitor-report')
0 files changed, 0 insertions, 0 deletions