1. 09 3月, 2012 1 次提交
  2. 07 3月, 2012 5 次提交
  3. 06 3月, 2012 7 次提交
  4. 05 3月, 2012 1 次提交
  5. 03 3月, 2012 1 次提交
  6. 01 3月, 2012 5 次提交
  7. 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
  8. 28 2月, 2012 5 次提交
  9. 27 2月, 2012 4 次提交
  10. 24 2月, 2012 5 次提交
  11. 22 2月, 2012 3 次提交
    • T
      ARM: OMAP1: Fix out-of-bounds array access for Innovator · 2226957e
      Tony Lindgren 提交于
      Otherwise we can get the following on some compilers:
      
      arch/arm/mach-omap1/board-innovator.c:419:19: warning:
      array subscript is above array bounds [-Warray-bounds]
      arch/arm/mach-omap1/board-innovator.c:425:19: warning:
      array subscript is above array bounds [-Warray-bounds]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      2226957e
    • A
      OMAP3 EVM: remove out-of-bounds array access of gpio_leds · ebe8f7e5
      Arnout Vandecappelle (Essensium/Mind) 提交于
      Otherwise we can get the following warning on some compilers:
      
      arch/arm/mach-omap2/board-omap3evm.c:384:11:
      warning: array subscript is above array bounds
      
      The omap3evm BSP enables a GPIO LED on the twl4030 chip.  However,
      the static gpio_leds array doesn't have an entry for it.  This is
      most likely a copy-and-paste error, because it has been in there
      since the first commit of the omap3evm BSP (53c5ec31).
      Signed-off-by: NArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
      [tony@atomide.com: updated comments with the warning]
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      ebe8f7e5
    • E
      ARM/audit: include audit header and fix audit arch · 5180bb39
      Eric Paris 提交于
      Both bugs being fixed were introduced in:
      29ef73b7
      
      Include linux/audit.h to fix below build errors:
      
        CC      arch/arm/kernel/ptrace.o
      arch/arm/kernel/ptrace.c: In function 'syscall_trace':
      arch/arm/kernel/ptrace.c:919: error: implicit declaration of function 'audit_syscall_exit'
      arch/arm/kernel/ptrace.c:921: error: implicit declaration of function 'audit_syscall_entry'
      arch/arm/kernel/ptrace.c:921: error: 'AUDIT_ARCH_ARMEB' undeclared (first use in this function)
      arch/arm/kernel/ptrace.c:921: error: (Each undeclared identifier is reported only once
      arch/arm/kernel/ptrace.c:921: error: for each function it appears in.)
      make[1]: *** [arch/arm/kernel/ptrace.o] Error 1
      make: *** [arch/arm/kernel] Error 2
      
      This part of the patch is:
      Reported-by: NAxel Lin <axel.lin@gmail.com>
      Reported-by: NPeter Ujfalusi <peter.ujfalusi@ti.com>
      (They both provided patches to fix it)
      
      This patch also (at the request of the list) fixes the fact that
      ARM has both LE and BE versions however the audit code was called as if
      it was always BE.  If audit userspace were to try to interpret the bits
      it got from a LE system it would obviously do so incorrectly.  Fix this
      by using the right arch flag on the right system.
      
      This part of the patch is:
      Reported-by: NRussell King - ARM Linux <linux@arm.linux.org.uk>
      Signed-off-by: NEric Paris <eparis@redhat.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      5180bb39
  12. 21 2月, 2012 1 次提交
    • R
      ARM: OMAP: fix voltage domain build errors with PM_OPP disabled · 3ddd4d0c
      Russell King 提交于
      The voltage domain code wants the voltage tables, which are in the
      opp*.c files.  These files aren't built when PM_OPP is disabled,
      causing the following build errors at link time:
      
      twl-common.c:(.init.text+0x2e48): undefined reference to `omap34xx_vddmpu_volt_data'
      twl-common.c:(.init.text+0x2e4c): undefined reference to `omap34xx_vddcore_volt_data'
      twl-common.c:(.init.text+0x2e5c): undefined reference to `omap36xx_vddmpu_volt_data'
      twl-common.c:(.init.text+0x2e60): undefined reference to `omap36xx_vddcore_volt_data'
      twl-common.c:(.init.text+0x2830): undefined reference to `omap44xx_vdd_mpu_volt_data'
      twl-common.c:(.init.text+0x283c): undefined reference to `omap44xx_vdd_iva_volt_data'
      twl-common.c:(.init.text+0x2844): undefined reference to `omap44xx_vdd_core_volt_data'
      Acked-by: NKevin Hilman <khilman@ti.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      3ddd4d0c