1. 14 3月, 2012 4 次提交
  2. 09 3月, 2012 1 次提交
  3. 07 3月, 2012 5 次提交
  4. 06 3月, 2012 7 次提交
  5. 05 3月, 2012 1 次提交
  6. 03 3月, 2012 1 次提交
  7. 01 3月, 2012 5 次提交
  8. 29 2月, 2012 2 次提交
    • R
      ARM: OMAP2+: Remove apply_uV constraints for fixed regulator · d867093d
      Rajendra Nayak 提交于
      VUSB is a fixed regulator, so get rid of the apply_uV constraint
      for it, which fixes the following error seen at boot on omap4
      SDP and PANDA boards.
      
      machine_constraints_voltage: VUSB: failed to apply 3300000uV constraint
      twl_reg twl_reg.46: can't register VUSB, -22
      twl_reg: probe of twl_reg.46 failed with error -22
      Signed-off-by: NRajendra Nayak <rnayak@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      d867093d
    • C
      ARM: OMAP: irqs: Fix NR_IRQS value to handle PRCM interrupts · 5a3ff847
      Cousson, Benoit 提交于
      The following commit: 2f31b516
      Author: Tero Kristo <t-kristo@ti.com>
      Date:   Fri Dec 16 14:37:00 2011 -0700
      
          ARM: OMAP4: PRM: use PRCM interrupt handler
      
      introduced the PRCM interrupt handler and thus the need
      for 64 more interrupts. Since SPARSE_IRQ is still not fully
      functional on OMAP, the NR_IRQS needs to be updated to avoid
      the failure that happen during irq_alloc_descs call inside
      the PRCM driver:
      
      [    0.208221] PRCM: failed to allocate irq descs: -12
      
      Later the mux framework is then unable to request an IRQ from
      the PRCM interrupt handler.
      
      [    1.802795] mux: Failed to setup hwmod io irq -22
      
      Fix that by adding 64 more interrupts for OMAP2PLUS config.
      Signed-off-by: NBenoit Cousson <b-cousson@ti.com>
      Cc: Tero Kristo <t-kristo@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      5a3ff847
  9. 28 2月, 2012 5 次提交
  10. 27 2月, 2012 4 次提交
  11. 24 2月, 2012 5 次提交