Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7fe5f10ed032251f35258be2ee5296bca4299471
Commit:     7fe5f10ed032251f35258be2ee5296bca4299471
Parent:     2278e8119d9465b498763af7c1077b558f7599b1
Author:     Wolfgang Ocker <[EMAIL PROTECTED]>
AuthorDate: Mon Feb 11 06:24:02 2008 +1100
Committer:  Josh Boyer <[EMAIL PROTECTED]>
CommitDate: Fri Feb 15 21:33:02 2008 -0600

    [POWERPC] PPC440EP Interrupt Triggering and Level Settings
    
    Corrected IRQ triggering and level settings according to latest revision
    of the 440EP User Manual (rev 1.24 nov 16, 2007).
    
    The incorrect settings might cause a failure of the network if both
    onchip ethernet ports are under heavy load.
    
    Signed-off-by: Wolfgang Ocker <[EMAIL PROTECTED]>
    Acked-by: Stefan Roese <[EMAIL PROTECTED]>
    Signed-off-by: Josh Boyer <[EMAIL PROTECTED]>
---
 arch/ppc/platforms/4xx/ibm440ep.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/ppc/platforms/4xx/ibm440ep.c 
b/arch/ppc/platforms/4xx/ibm440ep.c
index 1fed663..0de9153 100644
--- a/arch/ppc/platforms/4xx/ibm440ep.c
+++ b/arch/ppc/platforms/4xx/ibm440ep.c
@@ -172,11 +172,11 @@ struct ocp_def core_ocp[] = {
 /* Polarity and triggering settings for internal interrupt sources */
 struct ppc4xx_uic_settings ppc4xx_core_uic_cfg[] __initdata = {
        { .polarity     = 0xffbffe03,
-         .triggering   = 0xfffffe00,
+         .triggering   = 0x00000000,
          .ext_irq_mask = 0x000001fc,   /* IRQ0 - IRQ6 */
        },
-       { .polarity     = 0xffffc6ef,
-         .triggering   = 0xffffc7ff,
+       { .polarity     = 0xffffc6af,
+         .triggering   = 0x06000140,
          .ext_irq_mask = 0x00003800,   /* IRQ7 - IRQ9 */
        },
 };
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to