1. 11 10月, 2008 1 次提交
  2. 31 7月, 2008 1 次提交
    • K
      [MIPS] Initialization of Alchemy boards · fd7ccfa7
      Kevin Hickey 提交于
      An earlier update changed some calls from simple_strotl to strict_strtol but
      did not account for the differences in the syntax between the calls.
      simple_strotl returns the integer; strict_strtol returns an error code and
      takes a pointer to the result.  As it was, NULL was being passed in place of
      the result, which led to failures during kernel initialization when using
      YAMON.
      Signed-off-by: NKevin Hickey <khickey@rmicorp.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      fd7ccfa7
  3. 12 5月, 2008 1 次提交
    • S
      [MIPS] Pb1500 code style cleanup · 2091a17f
      Sergei Shtylyov 提交于
      Fix several errors and warnings given by checkpatch.pl:
      
      - use of C99 // comments;
      
      - printk() without KERN_* facility level;
      
      - unnecessary braces for single-statement block;
      
      - using simple_strtol() where strict_strtol() could be used.
      
      In addition to these changes, also do the following:
      
      - replace numeric literals/expressions with the matching macros;
      
      - insert spaces between operator and its operands;
      
      - properly indent the code and the array initializers;
      
      - remove useless #if dirctive from board_setup();
      
      - remove needless parentheses;
      
      - remove unneeded type casts;
      
      - remove excess new lines;
      
      - make hexadecimal literals all lower case;
      
      - remove space after the type cast's closing parenthesis;
      
      - insert missing space before closing brace in the array initializers;
      
      - replace spaces after the macro name with tabs in the #define directives,
        also sometimes insert space there for better looks;
      
      - fix typos/errors, 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>
      2091a17f
  4. 29 4月, 2008 1 次提交
  5. 29 1月, 2008 1 次提交
  6. 16 10月, 2007 1 次提交
  7. 12 10月, 2007 1 次提交
  8. 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