提交 ed01f64b 编写于 作者: R Roman Fietze 提交者: Grant Likely

powerpc/5200: in lpbfifo, flag DMA irqs as enabled after requesting them

This patch avoids unbalanced enable/disable messages for the DMA
interrupts when running the 5200 platform SCLPC/BestComm driver in DMA
mode.
Signed-off-by: NRoman Fietze <roman.fietze@telemotive.de>
Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
上级 95d2c8ef
......@@ -481,6 +481,8 @@ mpc52xx_lpbfifo_probe(struct of_device *op, const struct of_device_id *match)
if (rc)
goto err_bcom_rx_irq;
lpbfifo.dma_irqs_enabled = 1;
/* Request the Bestcomm transmit (memory --> fifo) task and IRQ */
lpbfifo.bcom_tx_task =
bcom_gen_bd_tx_init(2, res.start + LPBFIFO_REG_FIFO_DATA,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册