1. 27 5月, 2011 1 次提交
  2. 23 5月, 2011 1 次提交
  3. 20 5月, 2011 6 次提交
  4. 18 5月, 2011 4 次提交
  5. 17 5月, 2011 4 次提交
  6. 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
  7. 13 5月, 2011 1 次提交
  8. 12 5月, 2011 1 次提交
  9. 11 5月, 2011 4 次提交
  10. 10 5月, 2011 1 次提交
  11. 09 5月, 2011 1 次提交
  12. 03 5月, 2011 13 次提交
  13. 29 4月, 2011 1 次提交
  14. 26 4月, 2011 1 次提交
    • N
      OMAP3+: voltage: remove initial voltage · 3f126087
      Nishanth Menon 提交于
      Blindly setting 1.2V in the initial structure may not even match the
      default voltages stored in the voltage table which are supported for
      the domain. For example, OMAP3430 core domain does not use 1.2V and
      ends up generating a warning on the first transition.
      
      Further, since omap2_set_init_voltage is called as part of the pm
      framework's initialization sequence to configure the voltage required
      for the current OPP, the call does(and has to) setup the system
      voltage(curr_volt as a result) using the right mechanisms appropriate
      for the system at that point of time. This also overrides
      initialization we are currently doing in voltage.c making it
      redundant. So, remove the wrong and redundant initialization.
      Signed-off-by: NNishanth Menon <nm@ti.com>
      Signed-off-by: NKevin Hilman <khilman@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      3f126087