Hi
Currently iam using the linux OS for omapl138. I tried to use GPIO as interrupt and it is working.i tried to find the IRQ number using the below API
IRQNum = gpio_to_irq(gpio_num);
It shows 194 as output. What this 194 signify? Totally only 101 system interrupts are available in the OMAPl138.
whether this value get reflected in any AINTC registers??
Iam devolping uPP driver to receive data from the FPGA. For that i have to register the interrupt with linux kernel and get IRQ, any specific API available for this.KIndly help me
Regards
Vijayabharathi C