1. 11 1月, 2009 4 次提交
    • M
      MIPS: Alchemy: update core interrupt code. · 785e3268
      Manuel Lauss 提交于
      This patch attempts to modernize core Alchemy interrupt handling code.
      
      - add irq_chips for irq controllers instead of irq type,
      - add a set_type() hook to change irq trigger type during runtime,
      - add a set_wake() hook to control GPIO0..7 based wakeup,
      - use linux' IRQF_TRIGGER_ constants instead of homebrew ones,
      - enable GENERIC_HARDIRQS_NO__DO_IRQ.
      - simplify plat_irq_dispatch
      - merge au1xxx_irqmap into irq.c file, the only place where its
        contents are referenced.
      - board_init_irq() is now mandatory for every board; use it to register
        the remaining (gpio-based) interrupt sources; update all boards
        accordingly.
      
      Run-tested on Db1200 and other Au1200 based platforms.
      Signed-off-by: NManuel Lauss <mano@roarinelk.homelinux.net>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      
       delete mode 100644 arch/mips/alchemy/common/au1xxx_irqmap.c
      785e3268
    • M
      MIPS: Alchemy: move commandline mangling out of common code · 7179380e
      Manuel Lauss 提交于
      Not every alchemy-based board might want these options forced on it,
      and most of this stuff seems to be intended for devboard code anyway.
      Remove commandline mangling code out of common chip code and instead
      add relevant sections to all in-tree boards to not change existing
      behaviour.
      Signed-off-by: NManuel Lauss <mano@roarinelk.homelinux.net>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      7179380e
    • M
      MIPS: Alchemy: devboards: consolidate files · 23ba25d5
      Manuel Lauss 提交于
      Share some code and merge small files:
      - Extract the prom init code from all devboard files (they only differ in
        memory configuration).
      - Merge the irq configuration into board setup code.
      - Merge smaller files into board setup code.
      Signed-off-by: NManuel Lauss <mano@roarinelk.homelinux.net>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      
       delete mode 100644 arch/mips/alchemy/devboards/db1x00/init.c
       delete mode 100644 arch/mips/alchemy/devboards/pb1000/init.c
       delete mode 100644 arch/mips/alchemy/devboards/pb1000/irqmap.c
       delete mode 100644 arch/mips/alchemy/devboards/pb1100/init.c
       delete mode 100644 arch/mips/alchemy/devboards/pb1100/irqmap.c
       delete mode 100644 arch/mips/alchemy/devboards/pb1200/init.c
       delete mode 100644 arch/mips/alchemy/devboards/pb1500/init.c
       delete mode 100644 arch/mips/alchemy/devboards/pb1500/irqmap.c
       delete mode 100644 arch/mips/alchemy/devboards/pb1550/init.c
       delete mode 100644 arch/mips/alchemy/devboards/pb1550/irqmap.c
       create mode 100644 arch/mips/alchemy/devboards/prom.c
      23ba25d5
    • M
      MIPS: Alchemy: Move development board code to common subdirectory · 58e75e86
      Manuel Lauss 提交于
      This should ease sharing of common devboard code.
      Signed-off-by: NManuel Lauss <mano@roarinelk.homelinux.net>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      58e75e86
  2. 11 10月, 2008 1 次提交
  3. 12 5月, 2008 1 次提交
    • S
      [MIPS] Pb1500 code style cleanup · 2091a17f
      Sergei Shtylyov 提交于
      Fix several errors and warnings given by checkpatch.pl:
      
      - use of C99 // comments;
      
      - printk() without KERN_* facility level;
      
      - unnecessary braces for single-statement block;
      
      - using simple_strtol() where strict_strtol() could be used.
      
      In addition to these changes, also do the following:
      
      - replace numeric literals/expressions with the matching macros;
      
      - insert spaces between operator and its operands;
      
      - properly indent the code and the array initializers;
      
      - remove useless #if dirctive from board_setup();
      
      - remove needless parentheses;
      
      - remove unneeded type casts;
      
      - remove excess new lines;
      
      - make hexadecimal literals all lower case;
      
      - 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,
        also sometimes insert space there for better looks;
      
      - fix typos/errors, 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>
      2091a17f
  4. 29 4月, 2008 1 次提交
  5. 12 10月, 2007 1 次提交
  6. 09 10月, 2007 1 次提交
  7. 27 6月, 2007 1 次提交
  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