An error occurred fetching the project authors.
  1. 11 May, 2012 1 commit
  2. 14 Apr, 2012 1 commit
  3. 04 Apr, 2012 1 commit
    • KyongHo Cho's avatar
      ARM: EXYNOS: Change System MMU platform device definitions · bca10b90
      KyongHo Cho authored
      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: default avatarKyongHo Cho <pullip.cho@samsung.com>
      Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
      bca10b90
  4. 15 Mar, 2012 1 commit
  5. 14 Mar, 2012 1 commit
  6. 11 Mar, 2012 6 commits
  7. 31 Jan, 2012 1 commit
  8. 27 Jan, 2012 1 commit
  9. 20 Jan, 2012 3 commits
  10. 26 Dec, 2011 1 commit
  11. 24 Dec, 2011 1 commit
  12. 23 Dec, 2011 4 commits
  13. 19 Dec, 2011 2 commits
  14. 06 Nov, 2011 1 commit
    • Kukjin Kim's avatar
      ARM: EXYNOS: Add ARCH_EXYNOS and reorganize arch/arm/mach-exynos · 83014579
      Kukjin Kim authored
      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: default avatarKukjin Kim <kgene.kim@samsung.com>
      83014579
  15. 14 Oct, 2011 2 commits
  16. 04 Oct, 2011 13 commits