1. 20 6月, 2011 1 次提交
    • T
      omap: Set separate timer init functions to avoid cpu_is_omap tests · e74984e4
      Tony Lindgren 提交于
      This is needed for the following patches so we can initialize the
      rest of the hardware timers later on.
      
      As with the init_irq calls, there's no need to do cpu_is_omap calls
      during the timer init as we only care about the major omap generation.
      This means that we can initialize the sys_timer with the .timer
      entries alone.
      
      Note that for now we just set stubs for the various sys_timer entries
      that will get populated in a later patch. The following patches will
      also remove the omap_dm_timer_init calls and change the init for the
      rest of the hardware timers to happen with an arch_initcall.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      Reviewed-by: NKevin Hilman <khilman@ti.com>
      e74984e4
  2. 16 6月, 2011 1 次提交
  3. 01 6月, 2011 14 次提交
  4. 31 5月, 2011 3 次提交
  5. 27 5月, 2011 1 次提交
  6. 23 5月, 2011 1 次提交
  7. 20 5月, 2011 6 次提交
  8. 18 5月, 2011 4 次提交
  9. 17 5月, 2011 4 次提交
  10. 16 5月, 2011 1 次提交
    • T
      arm: omap2/3: Use generic irq chip · 667a11fa
      Tony Lindgren 提交于
      Use generic irq chip for omap2 & 3.
      
      Note that this patch also leaves out the spurious IRQ warning
      for omap3.
      
      This warning should no longer be needed as the interrupt handlers
      for various devices have implemented the necessayr read-back of
      the posted write.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      667a11fa
  11. 13 5月, 2011 1 次提交
  12. 12 5月, 2011 1 次提交
  13. 11 5月, 2011 2 次提交