An error occurred fetching the project authors.
  1. 27 Feb, 2010 1 commit
    • Manuel Lauss's avatar
      MIPS: Alchemy: prom_putchar is board dependent · 8402a158
      Manuel Lauss authored
      This patch replaces the general alchemy prom_putchar() implementation
      in favor of board-specific versions:  The UART where the output of
      prom_putchar is directed to really depends on the board, the current
      implementation hardcodes this on a per-SoC basis which is just wrong.
      
      So a generic uart tx function is provided in the alchemy headers,
      and the boards can provide their own prom_putchar with custom
      destination uart, and all in-kernel alchemy boards support
      early printk.
      Signed-off-by: default avatarManuel Lauss <manuel.lauss@gmail.com>
      Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
      8402a158
  2. 11 Jan, 2009 1 commit
  3. 11 Oct, 2008 1 commit
  4. 30 Jul, 2008 1 commit
    • Kevin Hickey's avatar
      [MIPS] Initialization of Alchemy boards · fd7ccfa7
      Kevin Hickey authored
      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: default avatarKevin Hickey <khickey@rmicorp.com>
      Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
      fd7ccfa7
  5. 12 May, 2008 1 commit
    • Sergei Shtylyov's avatar
      [MIPS] XXS1500 code style cleanup · 7ff83f21
      Sergei Shtylyov authored
      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: default avatarSergei Shtylyov <sshtylyov@ru.mvista.com>
      Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
      7ff83f21
  6. 28 Apr, 2008 1 commit
  7. 29 Jan, 2008 1 commit
  8. 15 Oct, 2007 1 commit
  9. 11 Oct, 2007 1 commit
  10. 05 Sep, 2005 1 commit
  11. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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