1. 20 1月, 2012 1 次提交
  2. 05 1月, 2012 1 次提交
  3. 03 1月, 2012 1 次提交
  4. 24 12月, 2011 1 次提交
  5. 02 12月, 2011 1 次提交
  6. 16 11月, 2011 1 次提交
  7. 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
  8. 13 10月, 2011 1 次提交
  9. 04 10月, 2011 3 次提交
  10. 22 8月, 2011 1 次提交
  11. 19 8月, 2011 1 次提交
  12. 21 7月, 2011 1 次提交
  13. 20 7月, 2011 3 次提交
  14. 04 3月, 2011 1 次提交
  15. 22 2月, 2011 1 次提交
  16. 30 12月, 2010 1 次提交
  17. 25 10月, 2010 3 次提交
  18. 21 10月, 2010 1 次提交
  19. 20 10月, 2010 1 次提交
    • N
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre 提交于
      Since we're now using addruart to establish the debug mapping, we can
      remove the io_pg_offst and phys_io members of struct machine_desc.
      
      The various declarations were removed using the following script:
      
        grep -rl MACHINE_START arch/arm | xargs \
        sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
      
      [ Initial patch was from Jeremy Kerr, example script from Russell King ]
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  20. 06 8月, 2010 1 次提交