sh: multiple vectors per irq - sh7619.

Previous thread: rtc: rtc-sh: Bump version up to reflect single IRQ support changes. by Linux Kernel Mailing List on Thursday, March 26, 2009 - 12:22 pm. (1 message)

Next thread: sh: multiple vectors per irq - mxg. by Linux Kernel Mailing List on Thursday, March 26, 2009 - 12:22 pm. (1 message)
From: Linux Kernel Mailing List
Date: Thursday, March 26, 2009 - 12:22 pm

Gitweb:     http://git.kernel.org/linus/5dece2bbda728fbf6a70e48be782c24c427072b0
Commit:     5dece2bbda728fbf6a70e48be782c24c427072b0
Parent:     e26b926a561ba24bfeb8a15bfc848f97052a50f4
Author:     Paul Mundt <lethal@linux-sh.org>
AuthorDate: Fri Mar 6 19:19:31 2009 +0900
Committer:  Paul Mundt <lethal@linux-sh.org>
CommitDate: Fri Mar 6 19:19:31 2009 +0900

    sh: multiple vectors per irq - sh7619.
    
    Signed-off-by: Paul Mundt <lethal@linux-sh.org>
---
 arch/sh/kernel/cpu/sh2/setup-sh7619.c |   34 +++++++++++---------------------
 1 files changed, 12 insertions(+), 22 deletions(-)

diff --git a/arch/sh/kernel/cpu/sh2/setup-sh7619.c b/arch/sh/kernel/cpu/sh2/setup-sh7619.c
index 56e5878..0e32d8e 100644
--- a/arch/sh/kernel/cpu/sh2/setup-sh7619.c
+++ b/arch/sh/kernel/cpu/sh2/setup-sh7619.c
@@ -2,6 +2,7 @@
  * SH7619 Setup
  *
  *  Copyright (C) 2006  Yoshinori Sato
+ *  Copyright (C) 2009  Paul Mundt
  *
  * This file is subject to the terms and conditions of the GNU General Public
  * License.  See the file "COPYING" in the main directory of this archive
@@ -18,15 +19,10 @@ enum {
 	/* interrupt sources */
 	IRQ0, IRQ1, IRQ2, IRQ3, IRQ4, IRQ5, IRQ6, IRQ7,
 	WDT, EDMAC, CMT0, CMT1,
-	SCIF0_ERI, SCIF0_RXI, SCIF0_BRI, SCIF0_TXI,
-	SCIF1_ERI, SCIF1_RXI, SCIF1_BRI, SCIF1_TXI,
-	SCIF2_ERI, SCIF2_RXI, SCIF2_BRI, SCIF2_TXI,
+	SCIF0, SCIF1, SCIF2,
 	HIF_HIFI, HIF_HIFBI,
 	DMAC0, DMAC1, DMAC2, DMAC3,
 	SIOF,
-
-	/* interrupt groups */
-	SCIF0, SCIF1, SCIF2,
 };
 
 static struct intc_vect vectors[] __initdata = {
@@ -36,24 +32,18 @@ static struct intc_vect vectors[] __initdata = {
 	INTC_IRQ(IRQ6, 82), INTC_IRQ(IRQ7, 83),
 	INTC_IRQ(WDT, 84), INTC_IRQ(EDMAC, 85),
 	INTC_IRQ(CMT0, 86), INTC_IRQ(CMT1, 87),
-	INTC_IRQ(SCIF0_ERI, 88), INTC_IRQ(SCIF0_RXI, 89),
-	INTC_IRQ(SCIF0_BRI, 90), INTC_IRQ(SCIF0_TXI, 91),
-	INTC_IRQ(SCIF1_ERI, 92), INTC_IRQ(SCIF1_RXI, 93),
-	INTC_IRQ(SCIF1_BRI, 94), INTC_IRQ(SCIF1_TXI, 95),
-	INTC_IRQ(SCIF2_ERI, 96), INTC_IRQ(SCIF2_RXI, ...
Previous thread: rtc: rtc-sh: Bump version up to reflect single IRQ support changes. by Linux Kernel Mailing List on Thursday, March 26, 2009 - 12:22 pm. (1 message)

Next thread: sh: multiple vectors per irq - mxg. by Linux Kernel Mailing List on Thursday, March 26, 2009 - 12:22 pm. (1 message)