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