1. 11 5月, 2011 1 次提交
  2. 27 2月, 2010 1 次提交
    • M
      MIPS: Alchemy: prom_putchar is board dependent · 8402a158
      Manuel Lauss 提交于
      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: NManuel Lauss <manuel.lauss@gmail.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      8402a158
  3. 11 1月, 2009 1 次提交
  4. 11 10月, 2008 1 次提交
  5. 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
  6. 12 5月, 2008 1 次提交
    • S
      [MIPS] XXS1500 code style cleanup · 7ff83f21
      Sergei Shtylyov 提交于
      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: NSergei Shtylyov <sshtylyov@ru.mvista.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      7ff83f21
  7. 29 4月, 2008 1 次提交
  8. 29 1月, 2008 1 次提交
  9. 16 10月, 2007 1 次提交
  10. 12 10月, 2007 1 次提交
  11. 05 9月, 2005 1 次提交
  12. 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