* [PATCH][MIPS] add io_map_base to pci_controller on Cobalt
@ 2007-05-21 14:02 Yoichi Yuasa
2007-05-21 15:09 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Yoichi Yuasa @ 2007-05-21 14:02 UTC (permalink / raw)
To: Ralf Baechle; +Cc: yoichi_yuasa, linux-mips
Hi Ralf,
This patch has added io_map_base to pci_controller on Cobalt.
Yoichi
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
diff -pruN -X mips/Documentation/dontdiff mips-orig/arch/mips/cobalt/pci.c mips/arch/mips/cobalt/pci.c
--- mips-orig/arch/mips/cobalt/pci.c 2007-05-20 19:54:15.700322500 +0900
+++ mips/arch/mips/cobalt/pci.c 2007-05-20 20:57:51.889937250 +0900
@@ -35,6 +35,7 @@ static struct pci_controller cobalt_pci_
.mem_resource = &cobalt_mem_resource,
.io_resource = &cobalt_io_resource,
.io_offset = 0 - GT_DEF_PCI0_IO_BASE,
+ .io_map_base = CKSEG1ADDR(GT_DEF_PCI0_IO_BASE),
};
static int __init cobalt_pci_init(void)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH][MIPS] add io_map_base to pci_controller on Cobalt
2007-05-21 14:02 [PATCH][MIPS] add io_map_base to pci_controller on Cobalt Yoichi Yuasa
@ 2007-05-21 15:09 ` Ralf Baechle
0 siblings, 0 replies; 2+ messages in thread
From: Ralf Baechle @ 2007-05-21 15:09 UTC (permalink / raw)
To: Yoichi Yuasa; +Cc: linux-mips
On Mon, May 21, 2007 at 11:02:34PM +0900, Yoichi Yuasa wrote:
> This patch has added io_map_base to pci_controller on Cobalt.
Applied. Thanks,
Ralf
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-21 15:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-21 14:02 [PATCH][MIPS] add io_map_base to pci_controller on Cobalt Yoichi Yuasa
2007-05-21 15:09 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox