Re: MPC5200b external interrupt registration problem

2008-05-12 Thread Grant Likely
On Fri, May 9, 2008 at 12:49 PM, Nick <[EMAIL PROTECTED]> wrote: > Hi, > > I am writing a driver to service an interrupt from our fpga. I am calling > request_irq in the open > function of my driver. The fpga is connected to external interrupt 1. I am > using interrupt > number 65 in the re

Re: MPC5200b external interrupt registration problem

2008-05-10 Thread Michael Ellerman
On Fri, 2008-05-09 at 14:02 -0500, Scott Wood wrote: > On Fri, May 09, 2008 at 02:49:04PM -0400, Nick wrote: > > I am writing a driver to service an interrupt from our fpga. I am calling > > request_irq in the open > > function of my driver. The fpga is connected to external interrupt 1. I > >

Re: MPC5200b external interrupt registration problem

2008-05-09 Thread Scott Wood
On Fri, May 09, 2008 at 02:49:04PM -0400, Nick wrote: > I am writing a driver to service an interrupt from our fpga. I am calling > request_irq in the open > function of my driver. The fpga is connected to external interrupt 1. I am > using interrupt > number 65 in the request_irq but the func

MPC5200b external interrupt registration problem

2008-05-09 Thread Nick
Hi, I am writing a driver to service an interrupt from our fpga. I am calling request_irq in the open function of my driver. The fpga is connected to external interrupt 1. I am using interrupt number 65 in the request_irq but the function is failing. I traced to a function called setup_irq