1. 27 2月, 2010 4 次提交
  2. 17 6月, 2009 1 次提交
  3. 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
  4. 11 10月, 2008 1 次提交
  5. 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
  6. 29 4月, 2008 1 次提交
  7. 12 10月, 2007 1 次提交
  8. 09 10月, 2007 1 次提交
  9. 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
  10. 10 10月, 2006 1 次提交
  11. 01 7月, 2006 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