1. 24 6月, 2011 3 次提交
  2. 01 6月, 2011 14 次提交
  3. 31 5月, 2011 3 次提交
  4. 27 5月, 2011 1 次提交
  5. 23 5月, 2011 1 次提交
  6. 20 5月, 2011 6 次提交
  7. 18 5月, 2011 4 次提交
  8. 17 5月, 2011 4 次提交
  9. 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
  10. 13 5月, 2011 1 次提交
  11. 12 5月, 2011 1 次提交
  12. 11 5月, 2011 1 次提交
    • A
      OMAP2PLUS: DSS2: Clean up omap_display_init() · 179e0453
      Archit Taneja 提交于
      Currently, omap_display_init() maintains arrays for hwmod name(oh_name) and the
      correspnding platform_device name(dev_name) needed by omap_device_build().
      A variable oh_count keeps a track of the number of devices to build from oh_name
      based on what omap revision it is.
      
      Clean this up by maintaining an array of omap_dss_hwmod_data struct which is
      defined for each omap revision as suggested by Tomi Valkeinen. Assign the
      corresponding omap_dss_hwmod_data array struct to the pointer curr_dss_hwmod in
      omap_display_init().
      Signed-off-by: NArchit Taneja <archit@ti.com>
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      179e0453