1. 05 4月, 2012 1 次提交
  2. 14 3月, 2012 2 次提交
  3. 10 3月, 2012 1 次提交
  4. 11 2月, 2012 1 次提交
  5. 16 11月, 2011 1 次提交
    • M
      ARM: gic: allow GIC to support non-banked setups · db0d4db2
      Marc Zyngier 提交于
      The GIC support code is heavily using the fact that hardware
      implementations are exposing banked registers. Unfortunately, it
      looks like at least one GIC implementation (EXYNOS) offers both
      the distributor and the CPU interfaces at different addresses,
      depending on the CPU.
      
      This problem is solved by allowing the distributor and CPU interface
      addresses to be per-cpu variables for the platforms that require it.
      The EXYNOS code is updated not to mess with the GIC internals while
      handling interrupts, and struct gic_chip_data is back to being private.
      The DT binding for the gic is updated to allow an optional "cpu-offset"
      value, which is used to compute the various base addresses.
      
      Finally, a new config option (GIC_NON_BANKED) is used to control this
      feature, so the overhead is only present on kernels compiled with
      support for EXYNOS.
      
      Tested on Origen (EXYNOS4) and Panda (OMAP4).
      
      Cc: Kukjin Kim <kgene.kim@samsung.com>
      Cc: Will Deacon <will.deacon@arm.com>
      Cc: Thomas Abraham <thomas.abraham@linaro.org>
      Acked-by: NRob Herring <rob.herring@calxeda.com>
      Signed-off-by: NMarc Zyngier <marc.zyngier@arm.com>
      db0d4db2
  6. 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
  7. 04 10月, 2011 4 次提交
  8. 21 9月, 2011 1 次提交
  9. 24 8月, 2011 1 次提交
  10. 21 7月, 2011 2 次提交
  11. 20 7月, 2011 1 次提交
  12. 12 5月, 2011 1 次提交
  13. 14 4月, 2011 1 次提交
  14. 12 3月, 2011 2 次提交
  15. 11 3月, 2011 1 次提交
  16. 22 2月, 2011 1 次提交
  17. 11 2月, 2011 1 次提交
  18. 13 1月, 2011 1 次提交
  19. 30 12月, 2010 1 次提交
  20. 21 10月, 2010 1 次提交
  21. 18 10月, 2010 2 次提交
  22. 09 8月, 2010 1 次提交
  23. 05 8月, 2010 1 次提交
  24. 26 5月, 2010 1 次提交
  25. 20 5月, 2010 2 次提交
  26. 19 5月, 2010 1 次提交
  27. 25 2月, 2010 1 次提交
  28. 24 2月, 2010 2 次提交
  29. 27 1月, 2010 1 次提交
  30. 19 1月, 2010 1 次提交
  31. 15 1月, 2010 1 次提交