1. 27 2月, 2010 1 次提交
    • M
      MIPS: Alchemy: devboard register abstraction · 9bdcf336
      Manuel Lauss 提交于
      All Alchemy development boards have external CPLDs with a few registers
      in them.  They all share an identical register layout with only a few
      minor differences (except the PB1000) in bit functions and base
      addresses.
      
      This patch
      - adds a primitive facility to initialize and use these external
        registers,
      - replaces all occurrences of bcsr->xxx accesses with calls to the new
        functions (the pb1200 cascade irq handling code is special).
      - collects BCSR register information scattered throughout the board
        headers in a central place.
      Signed-off-by: NManuel Lauss <manuel.lauss@gmail.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      9bdcf336
  2. 17 6月, 2009 1 次提交
  3. 11 1月, 2009 3 次提交
  4. 11 10月, 2008 1 次提交
  5. 12 5月, 2008 1 次提交
    • S
      [MIPS] DBAu1xx0 code style cleanup · abd14cc0
      Sergei Shtylyov 提交于
      Fix several errors and warnings given by checkpatch.pl:
      
      - macros with complex values not enclosed in parentheses;
      
      - leading spaces instead of tabs;
      
      - printk() without KERN_* facility level;
      
      - using simple_strtol() where strict_strtol() could be used;
      
      - line over 80 characters.
      
      In addition to these changes, also do the following:
      
      - initialize variable instead of assigning value later where it makes sense;
      
      - insert spaces between operator and its operands, also remove excess spaces
        there;
      
      - remove unneeded numeric literal type casts;
      
      - remove needless parentheses;
      
      - 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;
      
      - remove excess tabs after the macro name in the #define directives;
      
      - 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/last 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>
      abd14cc0
  6. 29 4月, 2008 1 次提交
  7. 12 10月, 2007 1 次提交
  8. 10 10月, 2006 1 次提交
  9. 01 7月, 2006 1 次提交
  10. 01 12月, 2005 1 次提交
  11. 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