1. 22 10月, 2013 1 次提交
    • A
      ARM: OMAP2+: wakeupgen: AM43x adaptation · 6246cd06
      Afzal Mohammed 提交于
      AM43x has 224 interrupts and 7 banks, make it as maximum values. Keep
      default values as earlier, if am43x is detected, update interrupts and
      banks accordingly.
      
      Also AM43x has only one cpu, ensure that clearing bitmask at wakeupgen
      is done only for the single existing cpu, existing code assumes that
      there are two cpu's.
      
      If bitmask is cleared in wakeupgen for the nonexistent second cpu,
      an imprecise abort happens as soon as Kernel switches to user space.
      It was rootcaused by Sekhar Nori <nsekhar@ti.com>.
      Signed-off-by: NAfzal Mohammed <afzal@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      6246cd06
  2. 09 10月, 2013 1 次提交
    • M
      ARM: mach-omap1: Fix omap1510_fpga_init_irq() implicit declarations. · 8ff875e7
      Majunath Goudar 提交于
      This patch adds a omap1510_fpga_init_irq() inline dummy implementations
      in arch/arm/mach-omap1/common.h. Without this patch,build system can
      lead to issues. This was discovered during randconfig testing,in which
      other than CONFIG_ARCH_OMAP15XX was enabled the leading to the following
      error:
      
      CC      arch/arm/mach-omap1/board-innovator.o
      arch/arm/mach-omap1/board-innovator.c: In function ‘innovator_init’:
      arch/arm/mach-omap1/board-innovator.c:377:3: error: implicit declaration of
      function ‘omap1510_fpga_init_irq’ [-Werror=implicit-function-declaration]
      cc1: some warnings being treated as errors
      make[1]: *** [arch/arm/mach-omap1/board-innovator.o] Error 1
      make: *** [arch/arm/mach-omap1] Error 2
      Signed-off-by: NManjunath Goudar <csmanjuvijay@gmail.com>
      Cc: Tony Lindgren <tony@atomide.com>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: linux-kernel@vger.kernel.org
      Cc: linux-omap@vger.kernel.org
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      8ff875e7
  3. 04 10月, 2013 3 次提交
  4. 27 9月, 2013 1 次提交
  5. 22 9月, 2013 3 次提交
  6. 19 9月, 2013 10 次提交
  7. 18 9月, 2013 8 次提交
  8. 17 9月, 2013 10 次提交
  9. 13 9月, 2013 3 次提交