1. 17 12月, 2009 1 次提交
    • W
      MIPS: Bonito64: Make Loongson independent from Bonito64 code. · e2fee572
      Wu Zhangjin 提交于
      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: NWu 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: NRalf Baechle <ralf@linux-mips.org>
      e2fee572
  2. 18 9月, 2009 2 次提交
    • W
      MIPS: Loongson: Change naming methods · 8e497117
      Wu Zhangjin 提交于
      To make source code of loongson sharable to the machines(such as gdium)
      made by the other companies, we rename arch/mips/lemote to
      arch/mips/loongson, asm/mach-lemote to asm/mach-loongson, and rename lm2e
      to the name of the machine: fuloong-2e. accordingly, FULONG are renamed to
      FULOONG2E to make it distinguishable to the future FULOONG2F.  and also,
      some other relative tuning is needed.
      Signed-off-by: NWu Zhangjin <wuzhangjin@gmail.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      8e497117
    • W
      MIPS: Loongson: clean up the coding style · 5e983ff6
      Wu Zhangjin 提交于
      With the help of script/checkpatch.pl, i have cleaned up the coding
      style.
      
      1. remove un-needed header files and tune some comments.
      2. remove some un-needed { }
      
      add a new header file loongson.h:
      
      3. move some common header files to loongson.h
      4. move some common extern declartions to loongson.h
      
      and this new header file is needed for future loongson2f support.
      Signed-off-by: NWu Zhangjin <wuzj@lemote.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      5e983ff6
  3. 11 7月, 2007 1 次提交