1. 11 1月, 2009 1 次提交
  2. 11 10月, 2008 1 次提交
  3. 12 5月, 2008 1 次提交
    • S
      [MIPS] Pb1100 code style cleanup · be1c3c1e
      Sergei Shtylyov 提交于
      Fix several errors and warnings given by checkpatch.pl:
      
      - space between asterisk and variable name;
      
      - use of C99 // comments;
      
      - using simple_strtol() where strict_strtol() could be used.
      
      In addition to these changes, also do the following:
      
      - properly indent the code;
      
      - remove space after the type cast's closing parenthesis;
      
      - replace numeric literals/expressions with the matching macros;
      
      - replace spaces after the macro name with tabs in the #define directives,
        and sometimes insert spaces there;
      
      - fix typos/errors, capitalize acronyms, etc. in the comments;
      
      - make the multi-line comment style consistent with the kernel style
        elsewhere by adding empty first line;
      
      - 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>
      be1c3c1e
  4. 29 4月, 2008 1 次提交
  5. 12 10月, 2007 1 次提交
  6. 09 10月, 2007 1 次提交
  7. 07 2月, 2007 1 次提交
    • R
      [MIPS] PB1100: Fix pile of warnings · 3f21cdee
      Ralf Baechle 提交于
        CC      arch/mips/au1000/pb1100/board_setup.o
      arch/mips/au1000/pb1100/board_setup.c: In function ‘board_setup’:
      arch/mips/au1000/pb1100/board_setup.c:104: warning: passing argument 1 of ‘readb’ makes pointer from integer without a cast
      arch/mips/au1000/pb1100/board_setup.c:105: warning: passing argument 1 of ‘readb’ makes pointer from integer without a cast
      arch/mips/au1000/pb1100/board_setup.c:105: warning: passing argument 2 of ‘writeb’ makes pointer from integer without a cast
      arch/mips/au1000/pb1100/board_setup.c:109: warning: passing argument 1 of ‘readb’ makes pointer from integer without a cast
      arch/mips/au1000/pb1100/board_setup.c:110: warning: passing argument 1 of ‘readb’ makes pointer from integer without a cast
      arch/mips/au1000/pb1100/board_setup.c:110: warning: passing argument 2 of ‘writeb’ makes pointer from integer without a cast
      arch/mips/au1000/pb1100/board_setup.c:51: warning: unused variable ‘sys_clksrc’
      arch/mips/au1000/pb1100/board_setup.c:51: warning: unused variable ‘sys_freqctrl’
      arch/mips/au1000/pb1100/board_setup.c:50: warning: unused variable ‘pin_func’
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      3f21cdee
  8. 10 10月, 2006 1 次提交
  9. 01 7月, 2006 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