From: Wu Zhangjin <wuzhangjin@gmail.com>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org, yanh@lemote.com, huhb@lemote.com,
zhangfx@lemote.com, Wu Zhangjin <wuzhangjin@gmail.com>
Subject: [PATCH 00/10] Misc updates of Loongson support
Date: Mon, 4 Jan 2010 17:16:42 +0800 [thread overview]
Message-ID: <cover.1262586650.git.wuzhangjin@gmail.com> (raw)
From: Wu Zhangjin <wuzhangjin@gmail.com>
This patchset introduces the following changes:
o Loongson: Lemote-2F: Get the machine type from PMON_VER
Allows the users of the old lemote 2f family machines to run the latest
kernel without passing the machtype= kernel command line.
o Loongson: Lemote-2F: USB: Not Emulate Non-Posted Writes
When copying large amounts of data between usb devices and hard disk, the
usb device will disconnect, this patch fixes it.
o Loongson: Convert loongson_halt() to use unreachable()
Use unreachable() instead of "while(1);"
o Loongson: Remove the serial port output of compressed kernel support
The compressed kernel support is stable enough for loongson, no need to
print debug info, which will save several bytes and speedup the booting a
little.
o Misc Cleanups
Loongson: Move prom_argc and prom_argv into prom_init_cmdline()
Loongson: Cleanup of the environment variables
Loongson: arch/mips/Makefile: add missing whitespace
Loongson: mem.c: Fixup of the indentation
o Loongson: Change the Email address of Wu Zhangjin
my old Email address wuzj@lemote.com is not usable, use wuzhangjin@gmail.com instead.
o Loongson: Lemote-2F: update defconfig
Update the defconfig for the latest kernel supports
Best Regards,
Wu Zhangjin
Wu Zhangjin (10):
Loongson: Lemote-2F: Get the machine type from PMON_VER
Loongson: Lemote-2F: USB: Not Emulate Non-Posted Writes
Loongson: Convert loongson_halt() to use unreachable()
Loongson: Remove the serial port output of compressed kernel support
Loongson: Move prom_argc and prom_argv into prom_init_cmdline()
Loongson: Cleanup of the environment variables
Loongson: arch/mips/Makefile: add missing whitespace
Loongson: mem.c: Fixup of the indentation
Loongson: Change the Email address of Wu Zhangjin
Loongson: Lemote-2F: update defconfig
arch/mips/Kconfig | 2 +-
arch/mips/Makefile | 6 +-
arch/mips/boot/compressed/Makefile | 2 +-
arch/mips/boot/compressed/decompress.c | 4 +-
arch/mips/configs/lemote2f_defconfig | 964 ++++++++++++++------
arch/mips/include/asm/ftrace.h | 2 +-
.../asm/mach-loongson/cpu-feature-overrides.h | 2 +-
.../include/asm/mach-loongson/cs5536/cs5536_vsm.h | 2 +-
arch/mips/include/asm/mach-loongson/loongson.h | 5 +-
arch/mips/include/asm/mach-loongson/machine.h | 4 +-
arch/mips/include/asm/mach-loongson/mem.h | 2 +-
arch/mips/include/asm/mach-loongson/pci.h | 13 +-
arch/mips/kernel/ftrace.c | 2 +-
arch/mips/kernel/mcount.S | 2 +-
arch/mips/loongson/common/cmdline.c | 9 +-
arch/mips/loongson/common/cs5536/cs5536_acc.c | 2 +-
arch/mips/loongson/common/cs5536/cs5536_ehci.c | 2 +-
arch/mips/loongson/common/cs5536/cs5536_ide.c | 2 +-
arch/mips/loongson/common/cs5536/cs5536_isa.c | 2 +-
arch/mips/loongson/common/cs5536/cs5536_mfgpt.c | 2 +-
arch/mips/loongson/common/cs5536/cs5536_ohci.c | 2 +-
arch/mips/loongson/common/cs5536/cs5536_pci.c | 2 +-
arch/mips/loongson/common/early_printk.c | 2 +-
arch/mips/loongson/common/env.c | 29 +-
arch/mips/loongson/common/init.c | 2 +-
arch/mips/loongson/common/machtype.c | 12 +-
arch/mips/loongson/common/mem.c | 7 +-
arch/mips/loongson/common/platform.c | 2 +-
arch/mips/loongson/common/pm.c | 2 +-
arch/mips/loongson/common/reset.c | 7 +-
arch/mips/loongson/common/serial.c | 2 +-
arch/mips/loongson/common/time.c | 4 +-
arch/mips/loongson/common/uart_base.c | 2 +-
arch/mips/loongson/fuloong-2e/reset.c | 4 +-
arch/mips/loongson/lemote-2f/Makefile | 1 +
arch/mips/loongson/lemote-2f/machtype.c | 45 +
arch/mips/loongson/lemote-2f/pm.c | 2 +-
arch/mips/loongson/lemote-2f/reset.c | 2 +-
arch/mips/oprofile/op_model_loongson2.c | 2 +-
arch/mips/pci/fixup-lemote2f.c | 2 +-
arch/mips/pci/ops-loongson2.c | 4 +-
arch/mips/power/cpu.c | 4 +-
arch/mips/power/hibernate.S | 4 +-
drivers/staging/sm7xx/smtc2d.c | 2 +-
drivers/staging/sm7xx/smtc2d.h | 2 +-
drivers/staging/sm7xx/smtcfb.c | 2 +-
drivers/staging/sm7xx/smtcfb.h | 2 +-
47 files changed, 807 insertions(+), 377 deletions(-)
create mode 100644 arch/mips/loongson/lemote-2f/machtype.c
next reply other threads:[~2010-01-04 9:17 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-04 9:16 Wu Zhangjin [this message]
[not found] ` <cover.1262596493.git.wuzhangjin@gmail.com>
2010-01-04 9:16 ` [PATCH 01/10] Loongson: Lemote-2F: Get the machine type from PMON_VER Wu Zhangjin
2010-01-04 9:16 ` [PATCH 02/10] Loongson: Lemote-2F: USB: Not Emulate Non-Posted Writes Wu Zhangjin
2010-01-04 9:16 ` [PATCH 03/10] Loongson: Convert loongson_halt() to use unreachable() Wu Zhangjin
2010-01-04 9:16 ` [PATCH 04/10] Loongson: Remove the serial port output of compressed kernel support Wu Zhangjin
2010-01-04 9:16 ` [PATCH 05/10] Loongson: Move prom_argc and prom_argv into prom_init_cmdline() Wu Zhangjin
2010-01-04 9:16 ` [PATCH 06/10] Loongson: Cleanup of the environment variables Wu Zhangjin
2010-01-04 9:16 ` [PATCH 07/10] Loongson: arch/mips/Makefile: add missing whitespace Wu Zhangjin
2010-01-04 9:16 ` [PATCH 08/10] Loongson: mem.c: Fixup of the indentation Wu Zhangjin
2010-01-04 9:16 ` [PATCH 09/10] Loongson: Change the Email address of Wu Zhangjin Wu Zhangjin
2010-01-04 9:16 ` [PATCH 10/10] Loongson: Lemote-2F: update defconfig Wu Zhangjin
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.1262586650.git.wuzhangjin@gmail.com \
--to=wuzhangjin@gmail.com \
--cc=huhb@lemote.com \
--cc=linux-mips@linux-mips.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).