linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -queue 0/7] [loongson] A few Cleanups for fuloong2e
@ 2009-10-16  6:17 Wu Zhangjin
       [not found] ` <cover.1255673756.git.wuzhangjin@gmail.com>
  0 siblings, 1 reply; 17+ messages in thread
From: Wu Zhangjin @ 2009-10-16  6:17 UTC (permalink / raw)
  To: Linux-MIPS; +Cc: Ralf Baechle, yanh, huhb, Zhang Le, zhangfx, Wu Zhangjin

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2009-11-03 16:16 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-16  6:17 [PATCH -queue 0/7] [loongson] A few Cleanups for fuloong2e Wu Zhangjin
     [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

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).