* [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 2/2] Alchemy: add missing Au1200 GPIO203 interrupt
2009-03-31 16:51 [PATCH 1/2] Alchemy: Fix AU1100 interrupt numbers off-by-one Manuel Lauss
@ 2009-03-31 16:51 ` 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
1 sibling, 1 reply; 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 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/mips/include/asm/mach-au1x00/au1000.h b/arch/mips/include/asm/mach-au1x00/au1000.h
index 87a1659..854e95f 100644
--- a/arch/mips/include/asm/mach-au1x00/au1000.h
+++ b/arch/mips/include/asm/mach-au1x00/au1000.h
@@ -902,8 +902,8 @@ enum soc_au1200_ints {
AU1000_RTC_MATCH0_INT,
AU1000_RTC_MATCH1_INT,
AU1000_RTC_MATCH2_INT,
-
- AU1200_NAND_INT = AU1200_FIRST_INT + 23,
+ AU1200_GPIO_203,
+ AU1200_NAND_INT,
AU1200_GPIO_204,
AU1200_GPIO_205,
AU1200_GPIO_206,
--
1.6.2
^ permalink raw reply related [flat|nested] 6+ messages in thread* Re: [PATCH 1/2] Alchemy: Fix AU1100 interrupt numbers off-by-one
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 18:03 ` Manuel Lauss
1 sibling, 1 reply; 6+ messages in thread
From: Ralf Baechle @ 2009-03-31 17:45 UTC (permalink / raw)
To: Manuel Lauss; +Cc: Linux-MIPS
On Tue, Mar 31, 2009 at 06:51:27PM +0200, Manuel Lauss wrote:
> From: Manuel Lauss <mano@roarinelk.homelinux.net>
> Date: Tue, 31 Mar 2009 18:51:27 +0200
> To: Linux-MIPS <linux-mips@linux-mips.org>
> Cc: Manuel Lauss <mano@roarinelk.homelinux.net>
> Subject: [PATCH 1/2] Alchemy: Fix AU1100 interrupt numbers off-by-one
Applied - but missing Singed-off-by!
Ralf
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] Alchemy: Fix AU1100 interrupt numbers off-by-one
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
0 siblings, 0 replies; 6+ messages in thread
From: Manuel Lauss @ 2009-03-31 18:03 UTC (permalink / raw)
To: Ralf Baechle; +Cc: Linux-MIPS
On Tue, Mar 31, 2009 at 07:45:12PM +0200, Ralf Baechle wrote:
> On Tue, Mar 31, 2009 at 06:51:27PM +0200, Manuel Lauss wrote:
> > From: Manuel Lauss <mano@roarinelk.homelinux.net>
> > Date: Tue, 31 Mar 2009 18:51:27 +0200
> > To: Linux-MIPS <linux-mips@linux-mips.org>
> > Cc: Manuel Lauss <mano@roarinelk.homelinux.net>
> > Subject: [PATCH 1/2] Alchemy: Fix AU1100 interrupt numbers off-by-one
>
> Applied - but missing Singed-off-by!
Argh... new ones coming up (or you could just copy-paste it from another
patch).
Stupid me,
Manuel Lauss
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/2] Alchemy: Fix AU1100 interrupt numbers off-by-one
@ 2009-03-31 18:06 Manuel Lauss
2009-03-31 18:06 ` [PATCH 2/2] Alchemy: add missing Au1200 GPIO203 interrupt Manuel Lauss
0 siblings, 1 reply; 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* [PATCH 2/2] Alchemy: add missing Au1200 GPIO203 interrupt
2009-03-31 18:06 Manuel Lauss
@ 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 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/mips/include/asm/mach-au1x00/au1000.h b/arch/mips/include/asm/mach-au1x00/au1000.h
index 87a1659..854e95f 100644
--- a/arch/mips/include/asm/mach-au1x00/au1000.h
+++ b/arch/mips/include/asm/mach-au1x00/au1000.h
@@ -902,8 +902,8 @@ enum soc_au1200_ints {
AU1000_RTC_MATCH0_INT,
AU1000_RTC_MATCH1_INT,
AU1000_RTC_MATCH2_INT,
-
- AU1200_NAND_INT = AU1200_FIRST_INT + 23,
+ AU1200_GPIO_203,
+ AU1200_NAND_INT,
AU1200_GPIO_204,
AU1200_GPIO_205,
AU1200_GPIO_206,
--
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
2009-03-31 18:06 ` [PATCH 2/2] Alchemy: add missing Au1200 GPIO203 interrupt Manuel Lauss
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.