Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH 1/2] Alchemy: Fix AU1100 interrupt numbers off-by-one
@ 2009-03-31 16:51 Manuel Lauss
  2009-03-31 16:51 ` [PATCH 2/2] Alchemy: add missing Au1200 GPIO203 interrupt Manuel Lauss
  2009-03-31 17:45 ` [PATCH 1/2] Alchemy: Fix AU1100 interrupt numbers off-by-one Ralf Baechle
  0 siblings, 2 replies; 6+ messages in thread
From: Manuel Lauss @ 2009-03-31 16:51 UTC (permalink / raw)
  To: Linux-MIPS; +Cc: Manuel Lauss

---
 arch/mips/include/asm/mach-au1x00/au1000.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/include/asm/mach-au1x00/au1000.h b/arch/mips/include/asm/mach-au1x00/au1000.h
index 62f91f5..87a1659 100644
--- a/arch/mips/include/asm/mach-au1x00/au1000.h
+++ b/arch/mips/include/asm/mach-au1x00/au1000.h
@@ -715,7 +715,7 @@ enum soc_au1500_ints {
 #ifdef CONFIG_SOC_AU1100
 enum soc_au1100_ints {
 	AU1100_FIRST_INT	= MIPS_CPU_IRQ_BASE + 8,
-	AU1100_UART0_INT,
+	AU1100_UART0_INT	= AU1100_FIRST_INT,
 	AU1100_UART1_INT,
 	AU1100_SD_INT,
 	AU1100_UART3_INT,
-- 
1.6.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH 1/2] Alchemy: Fix AU1100 interrupt numbers off-by-one
@ 2009-03-31 18:06 Manuel Lauss
  0 siblings, 0 replies; 6+ messages in thread
From: Manuel Lauss @ 2009-03-31 18:06 UTC (permalink / raw)
  To: Linux-MIPS; +Cc: Manuel Lauss


Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net>
---
 arch/mips/include/asm/mach-au1x00/au1000.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/include/asm/mach-au1x00/au1000.h b/arch/mips/include/asm/mach-au1x00/au1000.h
index 62f91f5..87a1659 100644
--- a/arch/mips/include/asm/mach-au1x00/au1000.h
+++ b/arch/mips/include/asm/mach-au1x00/au1000.h
@@ -715,7 +715,7 @@ enum soc_au1500_ints {
 #ifdef CONFIG_SOC_AU1100
 enum soc_au1100_ints {
 	AU1100_FIRST_INT	= MIPS_CPU_IRQ_BASE + 8,
-	AU1100_UART0_INT,
+	AU1100_UART0_INT	= AU1100_FIRST_INT,
 	AU1100_UART1_INT,
 	AU1100_SD_INT,
 	AU1100_UART3_INT,
-- 
1.6.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-03-31 18:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-31 16:51 [PATCH 1/2] Alchemy: Fix AU1100 interrupt numbers off-by-one Manuel Lauss
2009-03-31 16:51 ` [PATCH 2/2] Alchemy: add missing Au1200 GPIO203 interrupt Manuel Lauss
2009-03-31 17:45   ` Ralf Baechle
2009-03-31 17:45 ` [PATCH 1/2] Alchemy: Fix AU1100 interrupt numbers off-by-one Ralf Baechle
2009-03-31 18:03   ` Manuel Lauss
  -- strict thread matches above, loose matches on Subject: below --
2009-03-31 18:06 Manuel Lauss

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox