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.

Spi Dma data receive in am3703.

Hi, I am trying to use dma in spi interface as slave.

And driver is able to communicate with host inn 3.8 kernel

But not able to run in 3.12 kernel.

Its stuck at wait_for_completion(&rsbd->dma_rx_completion) function in read routine.

please help me.