From: Wu Zhangjin <wuzhangjin@gmail.com>
To: Linux-MIPS <linux-mips@linux-mips.org>
Cc: Ralf Baechle <ralf@linux-mips.org>,
yanh@lemote.com, huhb@lemote.com, Zhang Le <r0bertz@gentoo.org>,
zhangfx@lemote.com, Wu Zhangjin <wuzhangjin@gmail.com>
Subject: [PATCH -queue 0/7] [loongson] A few Cleanups for fuloong2e
Date: Fri, 16 Oct 2009 14:17:13 +0800 [thread overview]
Message-ID: <cover.1255672832.git.wuzhangjin@gmail.com> (raw)
This patchset cleans up the fuloong2e support and do some necessary preparation
for the coming loongson2f family machines' support.
Wu Zhangjin (7):
[loongson] fuloong2e: Cleanup the Kconfig
[loongson] mem.c: Register reserved memory pages
[loongson] early_printk: fix the variable type of uart_base
[loongosn] add a new serial port debug function
[loongson] add serial port support
[loongson] remove reference from bonito64
[loongson] fuloong2e: update config file
arch/mips/configs/fuloong2e_defconfig | 93 ++++++++----
arch/mips/include/asm/mach-loongson/dbg.h | 17 +++
arch/mips/include/asm/mach-loongson/loongson.h | 182 ++++++++++++++++++++++--
arch/mips/include/asm/mach-loongson/machine.h | 2 +-
arch/mips/include/asm/mach-loongson/pci.h | 6 +-
arch/mips/include/asm/mips-boards/bonito64.h | 5 -
arch/mips/loongson/Kconfig | 52 ++++----
arch/mips/loongson/common/Makefile | 7 +-
arch/mips/loongson/common/bonito-irq.c | 8 +-
arch/mips/loongson/common/dbg.c | 34 +++++
arch/mips/loongson/common/early_printk.c | 10 +-
arch/mips/loongson/common/init.c | 2 +-
arch/mips/loongson/common/irq.c | 12 +-
arch/mips/loongson/common/mem.c | 8 +
arch/mips/loongson/common/pci.c | 12 +-
arch/mips/loongson/common/reset.c | 2 +-
arch/mips/loongson/common/serial.c | 71 +++++++++
arch/mips/loongson/fuloong-2e/irq.c | 4 +-
arch/mips/loongson/fuloong-2e/reset.c | 4 +-
arch/mips/pci/Makefile | 2 +-
arch/mips/pci/fixup-fuloong2e.c | 5 +-
arch/mips/pci/ops-bonito64.c | 7 -
arch/mips/pci/ops-fuloong2e.c | 160 +++++++++++++++++++++
23 files changed, 586 insertions(+), 119 deletions(-)
create mode 100644 arch/mips/include/asm/mach-loongson/dbg.h
create mode 100644 arch/mips/loongson/common/dbg.c
create mode 100644 arch/mips/loongson/common/serial.c
create mode 100644 arch/mips/pci/ops-fuloong2e.c
next reply other threads:[~2009-10-16 6:17 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-16 6:17 Wu Zhangjin [this message]
[not found] ` <cover.1255673756.git.wuzhangjin@gmail.com>
2009-10-16 6:17 ` [PATCH -queue 1/7] [loongson] fuloong2e: Cleanup the Kconfig Wu Zhangjin
2009-11-02 13:14 ` Ralf Baechle
2009-10-16 6:17 ` [PATCH -queue 2/7] [loongson] mem.c: Register reserved memory pages Wu Zhangjin
2009-11-02 14:14 ` Ralf Baechle
2009-11-03 1:21 ` Wu Zhangjin
2009-11-03 16:17 ` Ralf Baechle
2009-10-16 6:17 ` [PATCH -queue 3/7] [loongson] early_printk: fix the variable type of uart_base Wu Zhangjin
2009-11-02 13:18 ` Ralf Baechle
2009-10-16 6:17 ` [PATCH -queue 4/7] [loongosn] add a new serial port debug function Wu Zhangjin
2009-11-02 13:29 ` Ralf Baechle
2009-10-16 6:17 ` [PATCH -queue 5/7] [loongson] add serial port support Wu Zhangjin
2009-11-02 13:43 ` Ralf Baechle
2009-10-16 6:17 ` [PATCH -queue 6/7] [loongson] remove reference from bonito64 Wu Zhangjin
2009-11-02 14:03 ` Ralf Baechle
2009-10-16 6:17 ` [PATCH -queue 7/7] [loongson] fuloong2e: update config file Wu Zhangjin
2009-11-02 14:10 ` Ralf Baechle
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=cover.1255672832.git.wuzhangjin@gmail.com \
--to=wuzhangjin@gmail.com \
--cc=huhb@lemote.com \
--cc=linux-mips@linux-mips.org \
--cc=r0bertz@gentoo.org \
--cc=ralf@linux-mips.org \
--cc=yanh@lemote.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).