Re: Interrupts on GPIO

2009-03-31 Thread Grant Likely
On Tue, Mar 31, 2009 at 2:59 PM, Yann Pelletier wrote: >> Message: 7 >> Date: Mon, 30 Mar 2009 10:32:17 -0600 >> From: Grant Likely >> Subject: > To: Yann Pelletier >> Cc: "linuxppc-dev@ozlabs.org" >> Message-ID: >>       >> Content-Type: text/plain; charset=ISO-8859-1 >> >> On Mon, Mar 30, 20

RE: Interrupts on GPIO

2009-03-31 Thread Yann Pelletier
> Message: 7 > Date: Mon, 30 Mar 2009 10:32:17 -0600 > From: Grant Likely > Subject: > To: Yann Pelletier > Cc: "linuxppc-dev@ozlabs.org" > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > > On Mon, Mar 30, 2009 at 9:57 AM, Yann Pelletier > wrote: > > > > Hi, > > I'd like

Re: Interrupts on GPIO

2009-03-30 Thread Grant Likely
On Mon, Mar 30, 2009 at 9:57 AM, Yann Pelletier wrote: > > Hi, > I'd like to add supports for interrupts handling from GPIO controller.  Some > of these interrupts are from I2C devices and some others are from SPI devices. > > What is the best approach to enable interrupts handling for those devi