This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

how to use the xdma_event_intr0 in linux-4.4.12

In the 3.2 kernel I use

edma_alloc_channel(dma_channel, dma_callback, fpga, EVENTQ_0);

 to apply for the dma ch.

but How do I use in 4.4.12 kernel?