* [PATCH] PbAu1200: fix header breakage
@ 2008-04-02 19:53 Sergei Shtylyov
2008-04-03 12:31 ` Ralf Baechle
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Sergei Shtylyov @ 2008-04-02 19:53 UTC (permalink / raw)
To: ralf; +Cc: linux-mips
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
---
Looks like nobody ever cared since the code was merged -- there's no defconfig.
include/asm-mips/mach-pb1x00/pb1200.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6/include/asm-mips/mach-pb1x00/pb1200.h
===================================================================
--- linux-2.6.orig/include/asm-mips/mach-pb1x00/pb1200.h
+++ linux-2.6/include/asm-mips/mach-pb1x00/pb1200.h
@@ -245,7 +245,7 @@ enum external_pb1200_ints {
PB1200_SD1_INSERT_INT,
PB1200_SD1_EJECT_INT,
- PB1200_INT_END (PB1200_INT_BEGIN + 15)
+ PB1200_INT_END = PB1200_INT_BEGIN + 15
};
/* For drivers/pcmcia/au1000_db1x00.c */
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] PbAu1200: fix header breakage
2008-04-02 19:53 [PATCH] PbAu1200: fix header breakage Sergei Shtylyov
@ 2008-04-03 12:31 ` Ralf Baechle
2008-04-03 12:39 ` Sergei Shtylyov
2008-04-03 15:45 ` Sergei Shtylyov
2 siblings, 0 replies; 7+ messages in thread
From: Ralf Baechle @ 2008-04-03 12:31 UTC (permalink / raw)
To: Sergei Shtylyov; +Cc: linux-mips
On Wed, Apr 02, 2008 at 11:53:19PM +0400, Sergei Shtylyov wrote:
> Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
>
> ---
> Looks like nobody ever cared since the code was merged -- there's no defconfig.
Applied, sigh.
Ralf
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] PbAu1200: fix header breakage
2008-04-02 19:53 [PATCH] PbAu1200: fix header breakage Sergei Shtylyov
2008-04-03 12:31 ` Ralf Baechle
@ 2008-04-03 12:39 ` Sergei Shtylyov
2008-04-03 17:42 ` Ralf Baechle
2008-04-03 15:45 ` Sergei Shtylyov
2 siblings, 1 reply; 7+ messages in thread
From: Sergei Shtylyov @ 2008-04-03 12:39 UTC (permalink / raw)
To: Sergei Shtylyov; +Cc: ralf, linux-mips
Hello, I wrote:
> Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
> ---
> Looks like nobody ever cared since the code was merged -- there's no defconfig.
Er, no... the breakage has been introduced by the commit
95c4eb3ef4484ca85da5c98780d358cffd546b90 ([MIPS] Alchemy: Renumber interrupts
so irq_cpu can work.), so thanks go to its hasty author. ;-)
WBR, Sergei
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] PbAu1200: fix header breakage
2008-04-02 19:53 [PATCH] PbAu1200: fix header breakage Sergei Shtylyov
2008-04-03 12:31 ` Ralf Baechle
2008-04-03 12:39 ` Sergei Shtylyov
@ 2008-04-03 15:45 ` Sergei Shtylyov
2008-04-03 21:43 ` Ralf Baechle
2 siblings, 1 reply; 7+ messages in thread
From: Sergei Shtylyov @ 2008-04-03 15:45 UTC (permalink / raw)
To: Sergei Shtylyov; +Cc: ralf, linux-mips
Hello, I wrote:
> Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Er, the boards are called Pb1x00, not PbAu1x00, so Ralf please change the
summary before comitting (if you feel inclined :-).
(Luckily, DBAu1200 uses its own header, so it wasn't hurt by this error.)
WBR, Sergei
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] PbAu1200: fix header breakage
2008-04-03 12:39 ` Sergei Shtylyov
@ 2008-04-03 17:42 ` Ralf Baechle
0 siblings, 0 replies; 7+ messages in thread
From: Ralf Baechle @ 2008-04-03 17:42 UTC (permalink / raw)
To: Sergei Shtylyov; +Cc: linux-mips
On Thu, Apr 03, 2008 at 04:39:34PM +0400, Sergei Shtylyov wrote:
>> Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
>
>> ---
>> Looks like nobody ever cared since the code was merged -- there's no defconfig.
>
> Er, no... the breakage has been introduced by the commit
> 95c4eb3ef4484ca85da5c98780d358cffd546b90 ([MIPS] Alchemy: Renumber
> interrupts so irq_cpu can work.), so thanks go to its hasty author. ;-)
Peple throw all sorts of MIPS kit at me but no big iron that could be
used for regular test builds. So that sort of mistakes which to a degree
is unavoidable oftens stays hidden for too long.
Ralf
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] PbAu1200: fix header breakage
2008-04-03 15:45 ` Sergei Shtylyov
@ 2008-04-03 21:43 ` Ralf Baechle
2008-04-04 13:21 ` Sergei Shtylyov
0 siblings, 1 reply; 7+ messages in thread
From: Ralf Baechle @ 2008-04-03 21:43 UTC (permalink / raw)
To: Sergei Shtylyov; +Cc: linux-mips
On Thu, Apr 03, 2008 at 07:45:30PM +0400, Sergei Shtylyov wrote:
>> Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
>
> Er, the boards are called Pb1x00, not PbAu1x00, so Ralf please change
> the summary before comitting (if you feel inclined :-).
> (Luckily, DBAu1200 uses its own header, so it wasn't hurt by this error.)
Sorry, I already had committed the patch. I'll fix it up in what I'm
going to send to Linus though.
Ralf
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] PbAu1200: fix header breakage
2008-04-03 21:43 ` Ralf Baechle
@ 2008-04-04 13:21 ` Sergei Shtylyov
0 siblings, 0 replies; 7+ messages in thread
From: Sergei Shtylyov @ 2008-04-04 13:21 UTC (permalink / raw)
To: Ralf Baechle; +Cc: linux-mips
Ralf Baechle wrote:
>>>Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
>> Er, the boards are called Pb1x00, not PbAu1x00, so Ralf please change
>>the summary before comitting (if you feel inclined :-).
>> (Luckily, DBAu1200 uses its own header, so it wasn't hurt by this error.)
> Sorry, I already had committed the patch. I'll fix it up in what I'm
> going to send to Linus though.
Er, thanks. May I also ask you to pickup the "Make KGDB compile on UP"
patch which I psted 2 weeks ago? :-)
> Ralf
WBR, Sergei
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-04-04 13:23 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-02 19:53 [PATCH] PbAu1200: fix header breakage Sergei Shtylyov
2008-04-03 12:31 ` Ralf Baechle
2008-04-03 12:39 ` Sergei Shtylyov
2008-04-03 17:42 ` Ralf Baechle
2008-04-03 15:45 ` Sergei Shtylyov
2008-04-03 21:43 ` Ralf Baechle
2008-04-04 13:21 ` Sergei Shtylyov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox