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.

XDMA_EVENT_INTR1 handler question

Hello,

I want to register an interrupt handler on XDMA_EVENT_INTR1, do i just need to use this as the first argument in the function call to request_irq() in a linux driver -

assuming I've setup the pinmux correctly for this in our  hardware which is based on the reference  design of the AM335 evm.

Thanks,

AH