ARM: hisi: rename hi3xxx to hisi
authorHaojian Zhuang <haojian.zhuang@linaro.org>
Fri, 20 Dec 2013 02:52:56 +0000 (10:52 +0800)
committerKevin Hilman <khilman@linaro.org>
Fri, 20 Dec 2013 16:23:01 +0000 (08:23 -0800)
commit389ee0c2ffedf5819dccc2c67dd15757c4550765
tree6b59caa70e41a290b8957d5383fe2b22ebee31a6
parent22e99a6d43f2ccd1d1a28c65a803bb71ea293098
ARM: hisi: rename hi3xxx to hisi

Since some new Hisilicon SoCs are not named as hi3xxx, rename mach-hi3xxx
to mach-hisi instead. And the pronounciation of "hisi" is similar to the
chinese pronounciation of Hisilicon. So Hisilicon guys like this name.

ARCH_HI3xxx will be renamed later since other drivers are using it and
they are still in linux-next git tree. So rename ARCH_HI3xxx later.

Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
14 files changed:
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/mach-hi3xxx/Kconfig [deleted file]
arch/arm/mach-hi3xxx/Makefile [deleted file]
arch/arm/mach-hi3xxx/core.h [deleted file]
arch/arm/mach-hi3xxx/hi3xxx.c [deleted file]
arch/arm/mach-hi3xxx/hotplug.c [deleted file]
arch/arm/mach-hi3xxx/platsmp.c [deleted file]
arch/arm/mach-hisi/Kconfig [new file with mode: 0644]
arch/arm/mach-hisi/Makefile [new file with mode: 0644]
arch/arm/mach-hisi/core.h [new file with mode: 0644]
arch/arm/mach-hisi/hisilicon.c [new file with mode: 0644]
arch/arm/mach-hisi/hotplug.c [new file with mode: 0644]
arch/arm/mach-hisi/platsmp.c [new file with mode: 0644]