Re: [PATCH][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: > + > + 1 = low to high edge sensitive type enabled > + 2 = high to low edge sensitive type enabled > + 4 = active high level sensitive type en

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

2007-07-09 Thread Kim Phillips
On Mon, 9 Jul 2007 13:20:45 -0500 Stuart Yoder <[EMAIL PROTECTED]> wrote: > +5) Freescale IPIC Interrupt Controllers > +--- > + > +IPIC interrupt controllers are specific to Freescale 83xx > +SOCs. Two cells are required to encode interrupt information. > +The

[PATCH][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 | 20 +++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/Documentation/powerpc/bo