On the DM6467 manual I saw that the interrupt numbers for GPIO external interrupts start at 48 (for ARM).
I realized that in the GPIO driver in Linux kernel supplied with the DM6467 EVM, I have to use interrupt numbers which start from 64+'Number of GPIO', when I want to enable a GPIO external interrupt.
What is the reason for that?