Re: 8544 external interrupt configuration problems

2009-05-29 Thread Nancy Isaac
Thank you! That was my problem. I was looking at the defines in linux/irq.h and it didn't match what I was seeing at allbut this works now. On Fri, May 29, 2009 at 10:09 AM, Scott Wood wrote: > On Thu, May 28, 2009 at 06:48:48PM -0700, Nancy Isaac wrote: > > > I

Re: 8544 external interrupt configuration problems

2009-05-28 Thread Nancy Isaac
Thank you for your response. My responses below. On Thu, May 28, 2009 at 1:02 PM, Scott Wood wrote: > On Thu, May 28, 2009 at 12:05:52PM -0700, Nancy Isaac wrote: > > My device tree has the following entry for my fpga: > > > > cpucp...@f000{ > >

8544 external interrupt configuration problems

2009-05-28 Thread Nancy Isaac
Hi, I have a custom board that's using powerpc 8544. I am trying to setup the external interrupts using the device tree and I am having no luck getting the interrupt. I think my problem is that I don't have the hwirq to virq mapping correctly. We are using the freescale 8544ds as our base. We ha