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
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
> >
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
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