1. 05 8月, 2010 2 次提交
    • R
      MIPS: Ritually kill stupid printk. · d7674c4f
      Ralf Baechle 提交于
      This belongs into userland.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      d7674c4f
    • R
      MIPS: MTX1: Fix build. · 36f217d9
      Ralf Baechle 提交于
        CC      arch/mips/alchemy/mtx-1/board_setup.o
      {standard input}: Assembler messages:
      {standard input}:263: Error: opcode not supported on this processor: mips1 (mips1) `sync'
      {standard input}:274: Error: opcode not supported on this processor: mips1 (mips1) `sync'
      {standard input}:296: Error: opcode not supported on this processor: mips1 (mips1) `sync'
      [...]
      
      Any .set mipsX statement other than .set mips0 at the end of inline
      assembler is a big fat bug.
      
      Introduced by 9482eabeca315c0276ffb50026b7482481b7097b (linux-mips.org) rsp.
      32fd6901 (kernel.org).
      
      While at it, fix the same issue in
      
        arch/mips/alchemy/devboards/pb1000/board_setup.c
        arch/mips/alchemy/xxs1500/board_setup.c
      
      as well.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      36f217d9
  2. 27 2月, 2010 5 次提交
  3. 17 6月, 2009 1 次提交
  4. 11 1月, 2009 1 次提交
  5. 11 10月, 2008 1 次提交
  6. 12 5月, 2008 1 次提交
    • S
      [MIPS] XXS1500 code style cleanup · 7ff83f21
      Sergei Shtylyov 提交于
      Fix several errors and warnings given by checkpatch.pl:
      
      - use of C99 // comments;
      
      - using simple_strtol() where strict_strtol() could be used.
      
      In addition to these changes, also do the following:
      
      - remove needless parentheses;
      
      - remove unneeded numeric literal type cast;
      
      - insert spaces between operator and its operands;
      
      - remove excess new lines;
      
      - remove space after the type cast's closing parenthesis;
      
      - insert missing space before closing brace in the structure initializer;
      
      - fix typos, capitalize acronyms, etc. in the comments;
      
      - update MontaVista copyright;
      
      - remove Pete Popov's old email address...
      Signed-off-by: NSergei Shtylyov <sshtylyov@ru.mvista.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      7ff83f21
  7. 29 4月, 2008 1 次提交
  8. 01 4月, 2008 1 次提交
  9. 12 10月, 2007 1 次提交
  10. 01 7月, 2006 1 次提交
  11. 05 9月, 2005 1 次提交
  12. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4