29 Mar, 2011

2 commits


14 Jan, 2011

1 commit


08 Jan, 2009

1 commit

  • isa_init_irq() is defined in arch/arm/mach-footbridge/isa-irq.c
    and used in arch/arm/mach-footbridge/common.c but there is no
    definition in any header. Move the definition in common.c to
    common.h to stop the sparse warning:

    isa-irq.c:118:13: warning: symbol 'isa_init_irq' was not declared.

    Signed-off-by: Ben Dooks

    Ben Dooks
     

13 Dec, 2008

1 commit


10 Oct, 2008

1 commit


09 Oct, 2008

1 commit


06 Sep, 2008

1 commit


07 Aug, 2008

2 commits


30 Nov, 2006

1 commit


07 Oct, 2006

1 commit


03 Jul, 2006

1 commit

  • The ISA IRQ code was not using named initialisers, so merging the
    64-bit resource code (which re-ordered the struct members) broke
    this. Fix it up to use named initialisers.

    Signed-off-by: Russell King

    Russell King
     

05 Sep, 2005

1 commit

  • This is part of Thomas Gleixner's generic IRQ patch, which converts
    ARM to use the generic IRQ subsystem. Here, we wrap calls to
    desc->handler() in an inline function, desc_handle_irq(). This
    reduces the size of Thomas' patch since the changes become more
    localised.

    Signed-off-by: Russell King

    Russell King
     

17 Apr, 2005

1 commit

  • 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!

    Linus Torvalds