| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH -queue 0/2] cleanups of loongson support |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Fri, 6 Nov 2009 18:35:32 +0800 |
| Cc: | linux-mips@linux-mips.org, Wu Zhangjin <wuzhangjin@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=k+VZxu0sDOXgMoFq3ybbLXBZ9l5nVR5G6oBCuIpW3wk=; b=qsQQM4Qhlmwd2csOHcdeNj+XOVtlcxA/yVjXAjb0sT11zDdPG0GNK7mjrJh3vy8DU5 r8v7bhaj1+b24Qy/p0g9BqgYPTxhRMpjpl8EZeg0FjjTfGlC7Iy8SaJppAZ3GQg4vX8t 3sZsprutw9XzLVjOyUIYFGJZtYyxXNRyugqEo= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=smFOcoCh4p7sfm72ycEZnrxfns+IHp5jPY3ZTs/1sPPigAo1lSN4+9/YLK7NI66GTJ h8OhaTqg0Pq303Ene4s5osNbY8C30u1YNvN7kJKKqTcBbzOPBfTO0Vcxodni3XBnFaZm z78xH7DWXlJmnUvA/fzog4To8PDQNA0t+WSSY= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
The next two patches cleanup the machtype support and the serial port support, which will help to the coming support to share the same kernel image among different loongson2f family machines made by Lemote. Wu Zhangjin (2): [loongson] Cleanup the machtype support [loongson] Cleanup the serial port support arch/mips/include/asm/mach-loongson/loongson.h | 4 +++ arch/mips/include/asm/mach-loongson/machine.h | 2 - arch/mips/loongson/common/Makefile | 2 +- arch/mips/loongson/common/cmdline.c | 4 ++- arch/mips/loongson/common/early_printk.c | 11 +++++--- arch/mips/loongson/common/init.c | 11 +++++--- arch/mips/loongson/common/machtype.c | 17 +++++++----- arch/mips/loongson/common/serial.c | 15 +++++----- arch/mips/loongson/common/uart_base.c | 34 ++++++++++++++++++++++++ 9 files changed, 74 insertions(+), 26 deletions(-) create mode 100644 arch/mips/loongson/common/uart_base.c |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH -queue v0 4/6] [loongson] add basic fuloong2f support, Wu Zhangjin |
|---|---|
| Next by Date: | [PATCH -queue 1/2] [loongson] Cleanup the machtype support, Wu Zhangjin |
| Previous by Thread: | [PATCH] netdev: Fix compile error in Octeon MGMT driver., David Daney |
| Next by Thread: | [PATCH -queue 1/2] [loongson] Cleanup the machtype support, Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |