| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH -queue 0/2] add loongson2f support |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Fri, 6 Nov 2009 18:45:04 +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=9aaa+OiLua6UMflU4SOidZ37zJKSW77myhDp756Ka0s=; b=kEdBl5SfvT6byGqmmJtOvEiOIxJbNqCiD8XIPPMONOQUEq4PgGdh6UM16bWwMGLNqz KQxOR0WwuVhzRp9fkvbreIVTko3pXaRuusxyHuFffOriKJLPVHwPeodV/9go8j0v1Cuk Vi8mF4JjXO46cdMZ+WDMkV974WimzOxLEqVSQ= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=ucZLRqY55CifA6yTJaf6iml0y++wXxEdRsESHjxQqIoDLrK1pXC+UPeQqD4lA7iUte RHGXxmLavUiNzmHAtx26K5VqQpEvX/pSCvWGVMHSDZqmsrtp6cHpyq15S2KPPnICOBwi zTS1Dz0DPJ5VXc56zm7XPFZCJUzA18lXDnqv0= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
The coming two patches add loongson2f support, including the basic loongson2f
features support and a fix for oprofile of loongson2f.
Wu Zhangjin (2):
[loongson] add basic loongson-2f support
[loongson] oprofile: avoid do_IRQ for perfcounter when the interrupt
is from bonito
arch/mips/Kconfig | 18 ++++
arch/mips/Makefile | 2 +
.../mips/include/asm/mach-loongson/dma-coherence.h | 4 +
arch/mips/include/asm/mach-loongson/loongson.h | 84 +++++++++++++++++++-
arch/mips/include/asm/mach-loongson/mem.h | 27 +++++--
arch/mips/include/asm/mach-loongson/pci.h | 28 ++++++-
arch/mips/loongson/common/bonito-irq.c | 5 +-
arch/mips/loongson/common/init.c | 8 ++
arch/mips/loongson/common/mem.c | 17 ++++
arch/mips/loongson/common/pci.c | 8 ++
arch/mips/oprofile/op_model_loongson2.c | 5 +-
11 files changed, 193 insertions(+), 13 deletions(-)
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH -queue 2/2] [loongson] Cleanup the serial port support, Wu Zhangjin |
|---|---|
| Next by Date: | [PATCH -queue 1/2] [loongson] add basic loongson-2f support, Wu Zhangjin |
| Previous by Thread: | [PATCH -queue 0/2] cleanups of loongson support, Wu Zhangjin |
| Next by Thread: | [PATCH -queue 1/2] [loongson] add basic loongson-2f support, Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |