“602977b0d672687909b0cb0542ede134ed6ef858”上不存在“arch/git@gitcode.net:openeuler/kernel.git”
  1. 05 4月, 2012 1 次提交
    • K
      ARM: EXYNOS: Change System MMU platform device definitions · bca10b90
      KyongHo Cho 提交于
      Handling System MMUs with an identifier is not flexible to manage
      System MMU platform devices because of the following reasons:
      1. A device driver which needs to handle System MMU must know the ID.
      2. A System MMU may not present in some implementations of Exynos family.
      3. Handling System MMU with IOMMU API does not require an ID.
      
      This patch is the result of removing ID of System MMUs.
      Instead, a device driver that needs to handle its System MMU must
      use IOMMU API while its descriptor of platform device is given.
      
      This patch also includes the following enhancements:
      - A System MMU device becomes a child if its power domain device.
      - clkdev
      Signed-off-by: NKyongHo Cho <pullip.cho@samsung.com>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      bca10b90
  2. 11 3月, 2012 2 次提交
  3. 31 1月, 2012 1 次提交
  4. 27 1月, 2012 1 次提交
  5. 05 1月, 2012 1 次提交
  6. 03 1月, 2012 1 次提交
  7. 24 12月, 2011 1 次提交
  8. 23 12月, 2011 1 次提交
  9. 16 11月, 2011 1 次提交
  10. 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
  11. 04 10月, 2011 5 次提交
  12. 22 8月, 2011 1 次提交
  13. 18 8月, 2011 1 次提交
  14. 21 7月, 2011 2 次提交
  15. 20 7月, 2011 2 次提交
  16. 06 7月, 2011 1 次提交
  17. 28 3月, 2011 1 次提交
  18. 15 3月, 2011 1 次提交
  19. 22 2月, 2011 1 次提交
  20. 18 1月, 2011 1 次提交
  21. 13 1月, 2011 1 次提交
  22. 30 12月, 2010 4 次提交
  23. 26 10月, 2010 1 次提交
  24. 25 10月, 2010 3 次提交
  25. 21 10月, 2010 2 次提交
  26. 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
  27. 05 8月, 2010 1 次提交