30 Nov, 2006

1 commit


07 Oct, 2006

1 commit


02 Aug, 2006

1 commit

  • Patch from David Brownell

    ARM genirq cleanups/updates:

    - Start switching platforms to newer APIs
    * use "irq_chip" name, not "irqchip"
    * providing irq_chip.name

    - Show irq_chip.name in /proc/interrupts, like on x86.

    This update a bit more than half of the ARM code. The irq_chip.name
    values were chosen to match docs (if I have them) or be otherwise
    obvious ("FPGA", "CPLD", or matching the code).

    Signed-off-by: David Brownell
    Signed-off-by: Russell King

    David Brownell
     

10 Jun, 2006

1 commit

  • Both Integrator and Versatile were using set_irq_handler() and
    enable_irq(), and working around the initialisation of the
    chained interrupt, instead of the more correct
    set_irq_chained_handler() function. Fix Integrator and
    Versatile to use the right function, and remove these work-arounds.

    Signed-off-by: Russell King

    Russell King
     

29 Jan, 2006

1 commit


14 Jan, 2006

1 commit


07 Jan, 2006

1 commit


30 Oct, 2005

1 commit


28 Oct, 2005

1 commit


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
     

04 Jul, 2005

1 commit


17 Jun, 2005

1 commit


01 May, 2005

1 commit


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