1. 09 3月, 2013 2 次提交
    • T
      ARM: EXYNOS: prepare an array of MCT interrupt numbers and use it · c371dc60
      Thomas Abraham 提交于
      Instead of using soc_is_xxx macro at more than one place in
      the MCT controller driver to decide the MCT interrpt number
      to be setup, populate a table of known MCT global and local
      timer interrupts and use the values in table to setup the MCT
      interrupts.
      
      This also helps in adding device tree support for MCT controller
      driver by allowing the driver to retrieve interrupt numbers from
      device tree and populating them into this table, thereby supporting
      both legacy and dt functionality to co-exist.
      
      Cc: Changhwan Youn <chaos.youn@samsung.com>
      Signed-off-by: NThomas Abraham <thomas.abraham@linaro.org>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      c371dc60
    • T
      ARM: EXYNOS: add a register base address variable in mct controller driver · a1ba7a7a
      Thomas Abraham 提交于
      All the MCT register read/writes use a fixed remapped address
      S5P_VA_SYSTIMER.  With device tree support for MCT controller,
      it is possible to remove the static remap of the MCT controller
      address space and do the remap during the initialization of the
      MCT controller with the physical address obtained from the device
      tree.
      
      So in preparation of adding device tree support for MCT controller,
      add a new register base address variable that will hold the remapped
      MCT controller base address and convert all MCT register read/writes
      to use this new variable as the base address instead of the fixed
      S5P_VA_SYSTIMER.
      
      While at it, the MCT register offset and bit mask definitions are
      moved into the MCT controller driver file since there are no other
      consumers of these definitions.
      
      Cc: Changhwan Youn <chaos.youn@samsung.com>
      Signed-off-by: NThomas Abraham <thomas.abraham@linaro.org>
      Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
      a1ba7a7a
  2. 15 1月, 2013 1 次提交
  3. 13 1月, 2013 1 次提交
  4. 25 12月, 2012 1 次提交
  5. 22 11月, 2012 1 次提交
  6. 15 5月, 2012 1 次提交
  7. 14 3月, 2012 1 次提交
  8. 13 3月, 2012 1 次提交
  9. 10 3月, 2012 1 次提交
  10. 08 12月, 2011 2 次提交
  11. 06 11月, 2011 2 次提交
  12. 23 10月, 2011 1 次提交
  13. 04 10月, 2011 2 次提交
  14. 15 9月, 2011 2 次提交
  15. 20 7月, 2011 1 次提交
  16. 31 3月, 2011 1 次提交
  17. 11 3月, 2011 1 次提交