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.

AM3352: gpio interrupt issue

Part Number: AM3352

Hi Expert,

kernel version is 4.19.38

My customer ref the sample driver "uartlite.c" to set gpio as interrupt

https://github.com/Xilinx/linux-xlnx/blob/master/drivers/tty/serial/uartlite.c

ISR can catch the interrupt.

but gpio will trigger the interrupt again before ISR is finish.

So the ISR cannot do the job as expected.

Could you give me some suggestions?

Thanks

Daniel