Hi Team,
Currently am working on imx7s processor running at 800MHz.
I have written GPIO as interrupt kernel module. The module has successfully loaded and able to see the irq number in /proc/interrupts
Irq handler also hitting both RISING and FALLING edge.
RISING EDGE latency time takes 10 to 20us but FALLING EDGE time takes more 400 to 500us. May I know why falling edge time takes more time.
In the irq handler based on input setting the GPIO pin (RISING)HIGH or (FALLING) LOW.
Could you please let me know why falling edge time is more.
Thanks in advance.
Thanks,
Ram