adding external interrupt support for MPC8313e bsp

2008-05-22 Thread Suvidh Kankariya
Hi, I have mpc8313e local bus connected to a external UART. and the interrupt is connected to EXT_INT2. I am able to communicate to UART if I disable IRQ i.e IRQ = 0 in port structure. I am not able to understand how to tell kernel to use external IRQ -2. Should I put the external interrupts

Re: adding external interrupt support for MPC8313e bsp

2008-05-22 Thread Scott Wood
Suvidh Kankariya wrote: I have mpc8313e local bus connected to a external UART. and the interrupt is connected to EXT_INT2. I am able to communicate to UART if I disable IRQ i.e IRQ = 0 in port structure. I am not able to understand how to tell kernel to use external IRQ -2. Should I put the