1. 11 1月, 2009 1 次提交
  2. 11 10月, 2008 1 次提交
  3. 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
  4. 12 5月, 2008 1 次提交
    • S
      [MIPS] MTX-1 code style cleanup · 1ff1a78c
      Sergei Shtylyov 提交于
      Fix many errors and warnings given by checkpatch.pl:
      
      - space after opening and before closing parentheses;
      
      - use of C99 // comments;
      
      - leading spaces instead of tabs;
      
      - brace not on the same line with 'else' in the 'if' statement;
        statement;
      
      - printk() without KERN_* facility level;
      
      - using simple_strtol() where strict_strtol() could be used.
      
      - including <asm/gpio.h> instead of <linux/gpio.h>.
      
      In addition to these changes, also do the following:
      
      - insert spaces between operator and its operands;
      
      - replace tab between the function type and name with space in
        mtx1_pci_idsel() declaration;
      
      - remove space after the type cast's closing parenthesis;
      
      - insert missing space before closing brace in the array/structure
        initializers;
      
      - 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>
      1ff1a78c
  5. 29 4月, 2008 1 次提交
  6. 29 1月, 2008 1 次提交
  7. 16 10月, 2007 1 次提交
  8. 12 10月, 2007 1 次提交
  9. 30 10月, 2005 1 次提交
  10. 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