In Mv linux kernel, gpio_to_irq funxtions is defined as below:
static inline int gpio_to_irq(unsigned gpio)
{
        return DAVINCI_N_AINTC_IRQ + gpio;
}
But DAVINCI_N_AINTC_IRQ is defined as "64" which is the dsp side irq start 
number,
and I think it should be "48" with the arm side.Is this a bug?



_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to