From: yanhua <yanh@lemote.com>
To: linux-mips@linux-mips.org, Ralf Baechle <ralf@linux-mips.org>
Cc: 彭亮锦 <penglj@lemote.com>, "zhangfx@lemote.com" <zhangfx@lemote.com>
Subject: [PATCH 14/14] lemote: PCI resource naming fixup
Date: Thu, 09 Apr 2009 13:13:40 +0800 [thread overview]
Message-ID: <49DD8404.7040705@lemote.com> (raw)
---
arch/mips/lemote/lm2f/common/pci.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/mips/lemote/lm2f/common/pci.c
b/arch/mips/lemote/lm2f/common/pci.c
index f7acbe7..9c080cb 100644
--- a/arch/mips/lemote/lm2f/common/pci.c
+++ b/arch/mips/lemote/lm2f/common/pci.c
@@ -34,14 +34,14 @@ extern struct pci_ops loongson2f_pci_pci_ops;
/* if you want to expand the pci memory space, you should config 64bits
kernel too. */
static struct resource loongson2f_pci_mem_resource = {
- .name = "LOONGSON2E PCI MEM",
+ .name = "PCI MEM",
.start = 0x14000000UL,
.end = 0x1fffffffUL,
.flags = IORESOURCE_MEM,
};
static struct resource loongson2f_pci_io_resource = {
- .name = "LOONGSON2E PCI IO MEM",
+ .name = "PCI IO MEM",
.start = 0x00004000UL,
.end = 0x0000ffffUL,
.flags = IORESOURCE_IO,
--
1.5.6.5
reply other threads:[~2009-04-09 5:13 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49DD8404.7040705@lemote.com \
--to=yanh@lemote.com \
--cc=linux-mips@linux-mips.org \
--cc=penglj@lemote.com \
--cc=ralf@linux-mips.org \
--cc=zhangfx@lemote.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.