How to detecting interrupt on a GPIO line in Embedded Linux?
问题 There is an interrupt being generated at every 10ms on GPIO_39 in the pandaboard OMAP4. I have registered a handler for this in Linux driver code, but the handler is not being called since the interrupt is not being detected. I made sure at the hardware level (by probing the gpio pin) that the interrupt is actually being generated. It's only that the software is not being able to detect it. I've the following in my driver code. #define GPIO_NO 39 iowrite16(0x3, gpio_39_address + 2); /*