1. 19 4月, 2013 1 次提交
    • A
      ARM: exynos: prepare for sparse IRQ · 7ba8022f
      Arnd Bergmann 提交于
      When we enable CONFIG_SPARSE_IRQ, we have to set the value of NR_IRQS in
      the machine_desc for legacy IRQ domains, and any file referring to the
      number of interrupts or a specific number must include the mach/irqs.h
      header file explicitly.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      7ba8022f
  2. 09 4月, 2013 2 次提交
  3. 09 3月, 2013 1 次提交
  4. 22 11月, 2012 1 次提交
  5. 29 10月, 2012 2 次提交
  6. 14 7月, 2012 1 次提交
  7. 16 5月, 2012 3 次提交
  8. 15 5月, 2012 1 次提交
  9. 09 4月, 2012 1 次提交
  10. 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
  11. 14 3月, 2012 2 次提交
  12. 11 3月, 2012 1 次提交
  13. 26 12月, 2011 1 次提交
  14. 23 12月, 2011 1 次提交
    • T
      ARM: SAMSUNG: Move timer irq numbers to end of linux irq space · 1fb3726c
      Thomas Abraham 提交于
      The timer irqs statically mapped from linux irq numbers 11 to 15 are
      moved to the end of the statically mapped linux irq space. The GIC PPI
      and SPI interrupts are relocated to start from 16 and 32 of the linux
      irq space. This is a required to add device tree support for GIC and
      Interrupt combiner for EXYNOS4.
      
      A new macro 'IRQ_TIMER_BASE' specifies a platform specific base of the
      linux virq number for the timer interrupts. For exynos4, this base is
      set to end of the linux virq space.  For the other S5P platforms, the
      existing base '11' is retained.
      Signed-off-by: NThomas Abraham <thomas.abraham@linaro.org>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      1fb3726c
  15. 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
  16. 04 10月, 2011 3 次提交
  17. 19 8月, 2011 1 次提交
  18. 21 7月, 2011 2 次提交
  19. 20 7月, 2011 4 次提交
  20. 15 3月, 2011 1 次提交
  21. 12 3月, 2011 1 次提交
  22. 11 3月, 2011 1 次提交
  23. 22 2月, 2011 1 次提交
  24. 13 1月, 2011 1 次提交
  25. 30 12月, 2010 1 次提交
  26. 08 12月, 2010 1 次提交
  27. 19 11月, 2010 1 次提交
  28. 25 10月, 2010 2 次提交