Re: [PATCH v2][POWERPC] document ipic level/sense info

2007-07-10 Thread Segher Boessenkool
>>> ... but it is probably worthwhile commentting that sense types 1 & 4 >>> are not supported; just to fill in the obvious gaps. :-) >> >> Same for sense types 0, 3, 5, 6, ... >> >> Just name the sense types 0 and 1, similar to what all other >> OF interrupt controller bindings do. > > I'm not re

Re: [PATCH v2][POWERPC] document ipic level/sense info

2007-07-10 Thread Segher Boessenkool
+Sense and level information follows the Linux convention +(specified in include/linux/interrupt.h) and should be encoded +as follows: + + 2 = high to low edge sensitive type enabled + 8 = active low level sensitive type enabled >> >>> ... but it is proba

Re: [PATCH v2][POWERPC] document ipic level/sense info

2007-07-10 Thread Kumar Gala
On Jul 10, 2007, at 8:21 AM, Segher Boessenkool wrote: >>> +Sense and level information follows the Linux convention >>> +(specified in include/linux/interrupt.h) and should be encoded >>> +as follows: >>> + >>> + 2 = high to low edge sensitive type enabled >>> + 8 = active low leve

RE: [PATCH v2][POWERPC] document ipic level/sense info

2007-07-10 Thread Yoder Stuart-B08248
> -Original Message- > From: Segher Boessenkool [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 10, 2007 8:21 AM > To: Grant Likely > Cc: Yoder Stuart-B08248; linuxppc-dev@ozlabs.org; [EMAIL PROTECTED] > Subject: Re: [PATCH v2][POWERPC] document ipic level/sense info

Re: [PATCH v2][POWERPC] document ipic level/sense info

2007-07-10 Thread Segher Boessenkool
>> +Sense and level information follows the Linux convention >> +(specified in include/linux/interrupt.h) and should be encoded >> +as follows: >> + >> + 2 = high to low edge sensitive type enabled >> + 8 = active low level sensitive type enabled > ... but it is probably worthwhile c

Re: [PATCH v2][POWERPC] document ipic level/sense info

2007-07-09 Thread Grant Likely
On 7/9/07, Stuart Yoder <[EMAIL PROTECTED]> wrote: > > document level and sense information for the Freescale > IPIC interrupt controller > > +Sense and level information follows the Linux convention > +(specified in include/linux/interrupt.h) and should be encoded > +as follows: > + > + 2 =

[PATCH v2][POWERPC] document ipic level/sense info

2007-07-09 Thread Stuart Yoder
document level and sense information for the Freescale IPIC interrupt controller Signed-off-by: Stuart Yoder <[EMAIL PROTECTED]> --- Documentation/powerpc/booting-without-of.txt | 18 +- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/Documentation/powerpc/booti