1. 11 3月, 2012 2 次提交
  2. 27 1月, 2012 1 次提交
    • K
      ARM: EXYNOS: Remove build warning without enabling PM · 7cdf04d7
      Kukjin Kim 提交于
      Fixed following build warning with exynos4_defconfig.
      arch/arm/mach-exynos/clock.c:33: warning: 'exynos4_clock_save' defined but not used
      arch/arm/mach-exynos/clock-exynos4210.c:35: warning: 'exynos4210_clock_save' defined but not used
      arch/arm/mach-exynos/clock-exynos4212.c:35: warning: 'exynos4212_clock_save' defined but not used
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      7cdf04d7
  3. 21 1月, 2012 1 次提交
  4. 03 1月, 2012 1 次提交
  5. 06 11月, 2011 1 次提交
    • K
      ARM: EXYNOS: Add ARCH_EXYNOS and reorganize arch/arm/mach-exynos · 83014579
      Kukjin Kim 提交于
      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 <arnd@arndb.de>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      83014579
  6. 16 9月, 2011 2 次提交