mpb27/xilinx-dma

Rewrite xilinx_dma_dr to use a workqueue instead of a tasklet.

Opened this issue · 0 comments

mpb27 commented

Tasklets are being removed and a work queue should be sufficient to proces the DMA completion callback.

Reference:

  1. https://lwn.net/Articles/239230/