1. 29 3月, 2012 1 次提交
  2. 08 12月, 2011 2 次提交
  3. 21 9月, 2011 1 次提交
  4. 09 6月, 2011 1 次提交
  5. 11 5月, 2011 2 次提交
    • R
      MIPS: IP22: Fix GCC 4.6.0 build error · 3be1afc8
      Ralf Baechle 提交于
        CC      arch/mips/sgi-ip22/ip22-platform.o
      arch/mips/sgi-ip22/ip22-platform.c: In function 'sgiseeq_devinit':
      arch/mips/sgi-ip22/ip22-platform.c:135:15: error: variable 'tmp' set but not used [-Werror=unused-but-set-variable]
      cc1: all warnings being treated as errors
      
      While at it rename the variable to pbdma for readability; there is a
      local variable tmp of different type being used in two nested blocks.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      3be1afc8
    • R
      MIPS: IP22: Fix GCC 4.6.0 build error · 6fd78fc1
      Ralf Baechle 提交于
        CC      arch/mips/sgi-ip22/ip22-time.o
      arch/mips/sgi-ip22/ip22-time.c: In function 'dosample':
      arch/mips/sgi-ip22/ip22-time.c:35:10: error: variable 'lsb' set but not used [-Werror=unused-but-set-variable]
      cc1: all warnings being treated as errors
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      6fd78fc1
  6. 06 4月, 2011 1 次提交
  7. 29 3月, 2011 1 次提交
  8. 26 3月, 2011 1 次提交
  9. 05 8月, 2010 1 次提交
  10. 01 5月, 2010 1 次提交
  11. 17 12月, 2009 2 次提交
  12. 18 9月, 2009 1 次提交
  13. 21 5月, 2009 1 次提交
  14. 15 1月, 2009 1 次提交
    • M
      irq: update all arches for new irq_desc, fix · d2287f5e
      Mike Travis 提交于
      Impact: fix build errors
      
      Since the SPARSE IRQS changes redefined how the kstat irqs are
      organized, arch's must use the new accessor function:
      
      	kstat_incr_irqs_this_cpu(irq, DESC);
      
      If CONFIG_SPARSE_IRQS is set, then DESC is a pointer to the
      irq_desc which has a pointer to the kstat_irqs.  If not, then
      the .irqs field of struct kernel_stat is used instead.
      Signed-off-by: NMike Travis <travis@sgi.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      d2287f5e
  15. 28 10月, 2008 2 次提交
  16. 15 10月, 2008 1 次提交
  17. 09 9月, 2008 1 次提交
  18. 31 7月, 2008 1 次提交
  19. 20 7月, 2008 2 次提交
    • A
      [MIPS] mips/sgi-ip22/ip28-berr.c: fix the build · fc22c357
      Adrian Bunk 提交于
      Commit 3e6ea3b0d7a93550a93a265e732413d3a5aaf0d2 (linux-mips.org) /
      52f4f6bb (kernel.org)
      ([MIPS] Use kernel-supplied ARRAY_SIZE() macro.)
      causes the following compile error:
      
      <--  snip  -->
      
      ...
        CC      arch/mips/sgi-ip22/ip28-berr.o
      /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/sgi-ip22/ip28-berr.c: In function 'ip28_be_interrupt':
      /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/sgi-ip22/ip28-berr.c:415: error: subscripted value is neither array nor pointer
      /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/sgi-ip22/ip28-berr.c:415: error: subscripted value is neither array nor pointer
      /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/sgi-ip22/ip28-berr.c:415: warning: type defaults to 'int' in declaration of 'type name'
      /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/sgi-ip22/ip28-berr.c:424: error: subscripted value is neither array nor pointer
      /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/sgi-ip22/ip28-berr.c:424: error: subscripted value is neither array nor pointer
      /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/mips/sgi-ip22/ip28-berr.c:424: warning: type defaults to 'int' in declaration of 'type name'
      make[2]: *** [arch/mips/sgi-ip22/ip28-berr.o] Error 1
      
      <--  snip  -->
      
      Using ARRAY_SIZE in these places in arch/mips/sgi-ip22/ip28-berr.c was
      bogus, and therefore gets reverted by this patch.
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      fc22c357
    • T
      [MIPS] IP22: Use common SGI button driver · 5a334fa9
      Thomas Bogendoerfer 提交于
      Use the Indy/O2 button driver.
      Signed-off-by: NThomas Bogendoerfer <tsbogend@alpha.franken.de>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      5a334fa9
  20. 16 7月, 2008 4 次提交
  21. 29 1月, 2008 1 次提交
  22. 30 11月, 2007 1 次提交
  23. 27 11月, 2007 2 次提交
  24. 18 10月, 2007 1 次提交
  25. 17 10月, 2007 2 次提交
  26. 12 10月, 2007 5 次提交