Home
last modified time | relevance | path

Searched hist:"606 a083b1e1a357cb66454e4581b80f1a67d8368" (Results 1 – 4 of 4) sorted by relevance

/linux/arch/mips/rb532/
H A Dserial.cdiff 606a083b1e1a357cb66454e4581b80f1a67d8368 Sat Aug 23 18:53:50 CEST 2008 Florian Fainelli <florian@openwrt.org> MIPS: RB532: Cleanup the headers again

This patch cleans up headers and regroups informations to
where they should reside. While moving, try to have a
consistant naming for defines.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
H A Dsetup.cdiff 606a083b1e1a357cb66454e4581b80f1a67d8368 Sat Aug 23 18:53:50 CEST 2008 Florian Fainelli <florian@openwrt.org> MIPS: RB532: Cleanup the headers again

This patch cleans up headers and regroups informations to
where they should reside. While moving, try to have a
consistant naming for defines.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
H A Dirq.cdiff 606a083b1e1a357cb66454e4581b80f1a67d8368 Sat Aug 23 18:53:50 CEST 2008 Florian Fainelli <florian@openwrt.org> MIPS: RB532: Cleanup the headers again

This patch cleans up headers and regroups informations to
where they should reside. While moving, try to have a
consistant naming for defines.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
/linux/arch/mips/pci/
H A Dfixup-rc32434.cdiff 052ac71c4b85e5ce7e70d4f9b3555caa647d884a Sun Oct 12 15:01:35 CEST 2008 Adrian Bunk <bunk@kernel.org> MIPS: RB532: Fix build error

mips/pci/fixup-rc32434.c must #include <asm/mach-rc32434/irq.h>

This patch fixes the following compile error caused by
commit 606a083b1e1a357cb66454e4581b80f1a67d8368
(MIPS: RB532: Cleanup the headers again):

<-- snip -->

...
CC arch/mips/pci/fixup-rc32434.o
arch/mips/pci/fixup-rc32434.c: In function 'pcibios_map_irq':
arch/mips/pci/fixup-rc32434.c:46: error: 'GROUP4_IRQ_BASE' undeclared (first use in this function)
arch/mips/pci/fixup-rc32434.c:46: error: (Each undeclared identifier is reported only once
arch/mips/pci/fixup-rc32434.c:46: error: for each function it appears in.)
make[2]: *** [arch/mips/pci/fixup-rc32434.o] Error 1

<-- snip -->

A virtually identical patch was also submitted by Yoichi Yuasa
<yoichi_yuasa@tripeaks.co.jp>.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Acked-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>