> +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
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
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