| To: | Linux-MIPS <linux-mips@linux-mips.org> |
|---|---|
| Subject: | [PATCH -queue 0/7] [loongson] A few Cleanups for fuloong2e |
| From: | Wu Zhangjin <wuzhangjin@gmail.com> |
| Date: | Fri, 16 Oct 2009 14:17:13 +0800 |
| 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> |
| 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=nash+YJjyOdm0O9Fp+Vj/3Du2njW34TTEwBUz4m/OC4=; b=gRTnVfesiEHzzlqtfOTLzkjDTbF/s5MHeObuW1ZvhAClGynV5LFMYptMmcL962kYSe f9VOOx1lxKnGwUOKQCSYO8Trpsa8sAkG2tcFi3TIXHBzVgaV7YDGWz9wuETtPtwtnnrD AdnKf6Pqmd1ljhwU0XE2i3FJXlObrRe+3TWLc= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=wLfipSV+4gsyKIug8DId+Haw4DnA3MwAF3YTDn5Q1EwACUBV9GRVb3ybvpblQiiWwQ GrDnPsbFkkReAtI4gThAP8+pv6S35IrlSvV5Tho+smnhob/wh3FaqFT1AEykB1nNC+90 CxKq+8U2xSUzVZSGucr0vVgQTNVbup0QtvcxM= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | BUG? linux-mips flush_dcache_page, Minchan Kim |
|---|---|
| Next by Date: | [PATCH -queue 1/7] [loongson] fuloong2e: Cleanup the Kconfig, Wu Zhangjin |
| Previous by Thread: | BUG? linux-mips flush_dcache_page, Minchan Kim |
| Next by Thread: | [PATCH -queue 1/7] [loongson] fuloong2e: Cleanup the Kconfig, Wu Zhangjin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |