diff options
author | Haojian Zhuang <haojian.zhuang@linaro.org> | 2013-12-19 21:52:56 -0500 |
---|---|---|
committer | Kevin Hilman <khilman@linaro.org> | 2013-12-20 11:23:01 -0500 |
commit | 389ee0c2ffedf5819dccc2c67dd15757c4550765 (patch) | |
tree | 6b59caa70e41a290b8957d5383fe2b22ebee31a6 | |
parent | 22e99a6d43f2ccd1d1a28c65a803bb71ea293098 (diff) |
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>
-rw-r--r-- | arch/arm/Kconfig | 4 | ||||
-rw-r--r-- | arch/arm/Makefile | 2 | ||||
-rw-r--r-- | arch/arm/mach-hisi/Kconfig (renamed from arch/arm/mach-hi3xxx/Kconfig) | 0 | ||||
-rw-r--r-- | arch/arm/mach-hisi/Makefile (renamed from arch/arm/mach-hi3xxx/Makefile) | 4 | ||||
-rw-r--r-- | arch/arm/mach-hisi/core.h (renamed from arch/arm/mach-hi3xxx/core.h) | 0 | ||||
-rw-r--r-- | arch/arm/mach-hisi/hisilicon.c (renamed from arch/arm/mach-hi3xxx/hi3xxx.c) | 2 | ||||
-rw-r--r-- | arch/arm/mach-hisi/hotplug.c (renamed from arch/arm/mach-hi3xxx/hotplug.c) | 0 | ||||
-rw-r--r-- | arch/arm/mach-hisi/platsmp.c (renamed from arch/arm/mach-hi3xxx/platsmp.c) | 0 |
8 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 75eb5323fedd..b7662dfcd847 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -925,10 +925,10 @@ source "arch/arm/mach-footbridge/Kconfig" | |||
925 | 925 | ||
926 | source "arch/arm/mach-gemini/Kconfig" | 926 | source "arch/arm/mach-gemini/Kconfig" |
927 | 927 | ||
928 | source "arch/arm/mach-hi3xxx/Kconfig" | ||
929 | |||
930 | source "arch/arm/mach-highbank/Kconfig" | 928 | source "arch/arm/mach-highbank/Kconfig" |
931 | 929 | ||
930 | source "arch/arm/mach-hisi/Kconfig" | ||
931 | |||
932 | source "arch/arm/mach-integrator/Kconfig" | 932 | source "arch/arm/mach-integrator/Kconfig" |
933 | 933 | ||
934 | source "arch/arm/mach-iop32x/Kconfig" | 934 | source "arch/arm/mach-iop32x/Kconfig" |
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index dfbafa38b4cd..173ea7b01ff8 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -156,8 +156,8 @@ machine-$(CONFIG_ARCH_EBSA110) += ebsa110 | |||
156 | machine-$(CONFIG_ARCH_EP93XX) += ep93xx | 156 | machine-$(CONFIG_ARCH_EP93XX) += ep93xx |
157 | machine-$(CONFIG_ARCH_EXYNOS) += exynos | 157 | machine-$(CONFIG_ARCH_EXYNOS) += exynos |
158 | machine-$(CONFIG_ARCH_GEMINI) += gemini | 158 | machine-$(CONFIG_ARCH_GEMINI) += gemini |
159 | machine-$(CONFIG_ARCH_HI3xxx) += hi3xxx | ||
160 | machine-$(CONFIG_ARCH_HIGHBANK) += highbank | 159 | machine-$(CONFIG_ARCH_HIGHBANK) += highbank |
160 | machine-$(CONFIG_ARCH_HI3xxx) += hisi | ||
161 | machine-$(CONFIG_ARCH_INTEGRATOR) += integrator | 161 | machine-$(CONFIG_ARCH_INTEGRATOR) += integrator |
162 | machine-$(CONFIG_ARCH_IOP13XX) += iop13xx | 162 | machine-$(CONFIG_ARCH_IOP13XX) += iop13xx |
163 | machine-$(CONFIG_ARCH_IOP32X) += iop32x | 163 | machine-$(CONFIG_ARCH_IOP32X) += iop32x |
diff --git a/arch/arm/mach-hi3xxx/Kconfig b/arch/arm/mach-hisi/Kconfig index 018ad67f1b38..018ad67f1b38 100644 --- a/arch/arm/mach-hi3xxx/Kconfig +++ b/arch/arm/mach-hisi/Kconfig | |||
diff --git a/arch/arm/mach-hi3xxx/Makefile b/arch/arm/mach-hisi/Makefile index c9919e8e239c..6870058d0a48 100644 --- a/arch/arm/mach-hi3xxx/Makefile +++ b/arch/arm/mach-hisi/Makefile | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Makefile for Hisilicon Hi36xx/Hi37xx processors line | 2 | # Makefile for Hisilicon processors family |
3 | # | 3 | # |
4 | 4 | ||
5 | obj-y += hi3xxx.o | 5 | obj-y += hisilicon.o |
6 | obj-$(CONFIG_SMP) += platsmp.o | 6 | obj-$(CONFIG_SMP) += platsmp.o |
7 | obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o | 7 | obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o |
diff --git a/arch/arm/mach-hi3xxx/core.h b/arch/arm/mach-hisi/core.h index af23ec204538..af23ec204538 100644 --- a/arch/arm/mach-hi3xxx/core.h +++ b/arch/arm/mach-hisi/core.h | |||
diff --git a/arch/arm/mach-hi3xxx/hi3xxx.c b/arch/arm/mach-hisi/hisilicon.c index 661a912f1527..685d9ebd612d 100644 --- a/arch/arm/mach-hi3xxx/hi3xxx.c +++ b/arch/arm/mach-hisi/hisilicon.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * (Hisilicon's Hi36xx/Hi37xx SoC based) flattened device tree enabled machine | 2 | * (Hisilicon's SoC based) flattened device tree enabled machine |
3 | * | 3 | * |
4 | * Copyright (c) 2012-2013 Hisilicon Ltd. | 4 | * Copyright (c) 2012-2013 Hisilicon Ltd. |
5 | * Copyright (c) 2012-2013 Linaro Ltd. | 5 | * Copyright (c) 2012-2013 Linaro Ltd. |
diff --git a/arch/arm/mach-hi3xxx/hotplug.c b/arch/arm/mach-hisi/hotplug.c index b909854eee7f..b909854eee7f 100644 --- a/arch/arm/mach-hi3xxx/hotplug.c +++ b/arch/arm/mach-hisi/hotplug.c | |||
diff --git a/arch/arm/mach-hi3xxx/platsmp.c b/arch/arm/mach-hisi/platsmp.c index 471f1ee3be2b..471f1ee3be2b 100644 --- a/arch/arm/mach-hi3xxx/platsmp.c +++ b/arch/arm/mach-hisi/platsmp.c | |||