MIPS: Bonito64: Make Loongson independent from Bonito64 code.

Previous thread: MIPS: Fuloong 2E: Update defconfig file by Linux Kernel Mailing List on Thursday, December 17, 2009 - 6:59 pm. (1 message)

Next thread: MIPS: Loongson: Cleanup machtype support by Linux Kernel Mailing List on Thursday, December 17, 2009 - 6:59 pm. (1 message)
From: Linux Kernel Mailing List
Date: Thursday, December 17, 2009 - 6:59 pm

Gitweb:     http://git.kernel.org/linus/e2fee5723bbda4a05c86f16a9d0f889a2c4ecede
Commit:     e2fee5723bbda4a05c86f16a9d0f889a2c4ecede
Parent:     e8be5283881cb96bafb751e1f9ea34c4e6fc2845
Author:     Wu Zhangjin <wuzhangjin@gmail.com>
AuthorDate: Fri Oct 16 14:17:19 2009 +0800
Committer:  Ralf Baechle <ralf@linux-mips.org>
CommitDate: Thu Dec 17 01:57:06 2009 +0000

    MIPS: Bonito64: Make Loongson independent from Bonito64 code.
    
    The built-in Loongson 2E/2F northbridge in is bonito64-compatible but not
    identical with it.  To avoid influencing the original bonito64 support and
    make the loongson support more maintainable, it's better to separate the
    Bonito64 code from the Loongson code.
    
    This also prepares the kernel for the coming Loongson 2f machines family
    support.
    
    Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
    Cc: Linux-MIPS <linux-mips@linux-mips.org>
    Cc: yanh@lemote.com
    Cc: huhb@lemote.com
    Cc: Zhang Le <r0bertz@gentoo.org>
    Cc: zhangfx@lemote.com,
    Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
---
 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/common/bonito-irq.c            |    8 +-
 arch/mips/loongson/common/init.c                  |    2 +-
 arch/mips/loongson/common/irq.c                   |   12 +-
 arch/mips/loongson/common/pci.c                   |   12 +-
 arch/mips/loongson/common/reset.c                 |    2 +-
 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-bonito64.c => ...
Previous thread: MIPS: Fuloong 2E: Update defconfig file by Linux Kernel Mailing List on Thursday, December 17, 2009 - 6:59 pm. (1 message)

Next thread: MIPS: Loongson: Cleanup machtype support by Linux Kernel Mailing List on Thursday, December 17, 2009 - 6:59 pm. (1 message)