]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: EXYNOS: Remove a new bus_type instance for EXYNOS5
authorThomas Abraham <thomas.abraham@linaro.org>
Tue, 15 May 2012 06:47:40 +0000 (15:47 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 15 May 2012 22:03:43 +0000 (07:03 +0900)
commiteeb3186c8253e064a5b2d2f1c8554dcaa7012481
tree3b20fe7e15f505f6e0e852dba1e058af6f409b4b
parent8649ab7fb08d7a333495422331141438eaa9c9ef
ARM: EXYNOS: Remove a new bus_type instance for EXYNOS5

A seperate bus_type instance is not required for EXYNOS5. The
existing bus_type instance used with EXYNOS4 is sufficient for
both EXYNOS4 and EXYNOS5. This also solves issue of uninitialized
usage of exynos4_subsys in EXYNOS4 power management code that is
reused for EXYNOS5 also. In addition to that, the existing
exynos4_subsys bus_type is renamed to exynos_subsys to indicate
that it is reused on both EXYNOS4 and EXYNOS5 platforms.

Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/common.c
arch/arm/mach-exynos/pm.c
arch/arm/plat-samsung/include/plat/cpu.h