05 Jan, 2012

2 commits


03 Jan, 2012

1 commit

  • This patch introduces common.[ch] which are used only in the
    arch/arm/mach-exynos/ directory. The common.c file merges
    the cpu.c, init.c, irq-combiner.c and irq-eint.c files which
    are used commonly on EXYNOS SoCs and the common.h file replaces
    with plat/exynos4.h file.

    Cc: Ben Dooks
    Signed-off-by: Kukjin Kim
    Signed-off-by: Russell King

    Kukjin Kim
     

16 Nov, 2011

1 commit


06 Nov, 2011

1 commit

  • The arch/arm/mach-exynos4 directory (CONFIG_ARCH_EXYNOS4) has
    made for plaforms based on EXYNOS4 SoCs. But since upcoming
    Samsung's SoCs such as EXYNOS5 (ARM Cortex A15) can reuse most
    codes in current mach-exynos4, one mach-exynos directory will
    be used for them.

    This patch changes to CONFIG_ARCH_EXYNOS (arch/arm/mach-exynos)
    but keeps original CONFIG_ARCH_EXYNOS4 in mach-exynos/Kconfig to
    avoid changing in driver side.

    Cc: Arnd Bergmann
    Cc: Russell King
    Signed-off-by: Kukjin Kim

    Kukjin Kim