]> git.karo-electronics.de Git - linux-beck.git/commit
MIPS: Loongson: Change naming methods
authorWu Zhangjin <wuzhangjin@gmail.com>
Thu, 2 Jul 2009 15:26:08 +0000 (23:26 +0800)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 17 Sep 2009 18:07:47 +0000 (20:07 +0200)
commit8e4971175acc910eb4258df82a6bd8f2c4e4e5b5
tree921d53308d0a8a8e9119ec6b262a01fe0ccd1fd5
parent67b35e5d01aba7a83f2161b0c90acb08afa01e3e
MIPS: Loongson: Change naming methods

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: Wu Zhangjin <wuzhangjin@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
25 files changed:
arch/mips/Kconfig
arch/mips/Makefile
arch/mips/include/asm/mach-loongson/cpu-feature-overrides.h [moved from arch/mips/include/asm/mach-lemote/cpu-feature-overrides.h with 90% similarity]
arch/mips/include/asm/mach-loongson/dma-coherence.h [moved from arch/mips/include/asm/mach-lemote/dma-coherence.h with 91% similarity]
arch/mips/include/asm/mach-loongson/loongson.h [moved from arch/mips/include/asm/mach-lemote/loongson.h with 95% similarity]
arch/mips/include/asm/mach-loongson/mc146818rtc.h [moved from arch/mips/include/asm/mach-lemote/mc146818rtc.h with 85% similarity]
arch/mips/include/asm/mach-loongson/pci.h [moved from arch/mips/include/asm/mach-lemote/pci.h with 89% similarity]
arch/mips/include/asm/mach-loongson/war.h [moved from arch/mips/include/asm/mach-lemote/war.h with 85% similarity]
arch/mips/include/asm/mips-boards/bonito64.h
arch/mips/lemote/lm2e/setup.c [deleted file]
arch/mips/loongson/fuloong-2e/Makefile [moved from arch/mips/lemote/lm2e/Makefile with 81% similarity]
arch/mips/loongson/fuloong-2e/bonito-irq.c [moved from arch/mips/lemote/lm2e/bonito-irq.c with 100% similarity]
arch/mips/loongson/fuloong-2e/cmdline.c [moved from arch/mips/lemote/lm2e/cmdline.c with 100% similarity]
arch/mips/loongson/fuloong-2e/early_printk.c [moved from arch/mips/lemote/lm2e/early_printk.c with 100% similarity]
arch/mips/loongson/fuloong-2e/env.c [moved from arch/mips/lemote/lm2e/env.c with 100% similarity]
arch/mips/loongson/fuloong-2e/init.c [moved from arch/mips/lemote/lm2e/init.c with 100% similarity]
arch/mips/loongson/fuloong-2e/irq.c [moved from arch/mips/lemote/lm2e/irq.c with 100% similarity]
arch/mips/loongson/fuloong-2e/machtype.c [moved from arch/mips/lemote/lm2e/machtype.c with 92% similarity]
arch/mips/loongson/fuloong-2e/mem.c [moved from arch/mips/lemote/lm2e/mem.c with 100% similarity]
arch/mips/loongson/fuloong-2e/pci.c [moved from arch/mips/lemote/lm2e/pci.c with 100% similarity]
arch/mips/loongson/fuloong-2e/reset.c [new file with mode: 0644]
arch/mips/loongson/fuloong-2e/time.c [moved from arch/mips/lemote/lm2e/time.c with 100% similarity]
arch/mips/pci/Makefile
arch/mips/pci/fixup-fuloong2e.c [moved from arch/mips/pci/fixup-lm2e.c with 100% similarity]
arch/mips/pci/ops-bonito64.c