Re: Interrupt handling documentation

2008-03-17 Thread Benjamin Herrenschmidt
On Mon, 2008-03-17 at 17:13 +0100, Laurent Pinchart wrote: > The PIC I am working with is linked to a falling-edge external irq on the > CPM2. When the first PIC interrupt was generated the kernel called the PIC > chained irq handler endlessly. > > After some investigation it turned out the ex

Re: Interrupt handling documentation

2008-03-17 Thread Laurent Pinchart
On Thursday 13 March 2008 14:56, Laurent Pinchart wrote: > Hi Michael, > > On Wednesday 12 March 2008 01:51, Michael Ellerman wrote: > > On Tue, 2008-03-11 at 11:58 +0100, Laurent Pinchart wrote: > > > Hi everybody, > > > > > > is there any documentation describing interrupt handling for the > > >

Re: Interrupt handling documentation

2008-03-13 Thread Laurent Pinchart
Hi Michael, On Wednesday 12 March 2008 01:51, Michael Ellerman wrote: > On Tue, 2008-03-11 at 11:58 +0100, Laurent Pinchart wrote: > > Hi everybody, > > > > is there any documentation describing interrupt handling for the powerpc > > architecture ? I'm writing a driver for a cascaded interrupt con

Re: Interrupt handling documentation

2008-03-11 Thread Michael Ellerman
On Tue, 2008-03-11 at 11:58 +0100, Laurent Pinchart wrote: > Hi everybody, > > is there any documentation describing interrupt handling for the powerpc > architecture ? I'm writing a driver for a cascaded interrupt controller and > the only source of information I found was the code. I don't th

Interrupt handling documentation

2008-03-11 Thread Laurent Pinchart
Hi everybody, is there any documentation describing interrupt handling for the powerpc architecture ? I'm writing a driver for a cascaded interrupt controller and the only source of information I found was the code. I'm particularly interested in information about irq hosts (allocation and ini