commit | cc973aecf0b0541918c5ecabe6c90d1f709b5f89 | [log] [tgz] |
---|---|---|
author | Hauke Mehrtens <hauke@hauke-m.de> | Sun Sep 09 22:16:42 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 13 08:14:33 2018 -0700 |
tree | 072a9a9ee587ebf3a07c71e3cbcf1405ab0b0602 | |
parent | aaf9253025e80cf8f62d7b33670e84e838eec5a3 [diff] |
MIPS: lantiq: Do not enable IRQs in dma open When a DMA channel is opened the IRQ should not get activated automatically, this allows it to pull data out manually without the help of interrupts. This is needed for a workaround in the vrx200 Ethernet driver. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Acked-by: Paul Burton <paul.burton@mips.com> Signed-off-by: David S. Miller <davem@davemloft.net>