Searched hist:"9323 f26186403433293e87e717a7785f74f75d80" (Results 1 – 4 of 4) sorted by relevance
/linux/arch/arm/plat-orion/ |
H A D | irq.c | diff 9323f26186403433293e87e717a7785f74f75d80 Thu Mar 24 13:29:39 CET 2011 Thomas Gleixner <tglx@linutronix.de> arm: Reorder irq_set_ function calls
Reorder irq_set_chip() irq_set_chip_data() irq_set_handler()
to
irq_set_chip() irq_set_handler() irq_set_chip_data()
so the next patch can combine irq_set_chip() and irq_set_handler() to irq_set_chip_and_handler().
Automated conversion with coccinelle.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|
/linux/arch/arm/common/ |
H A D | locomo.c | diff 9323f26186403433293e87e717a7785f74f75d80 Thu Mar 24 13:29:39 CET 2011 Thomas Gleixner <tglx@linutronix.de> arm: Reorder irq_set_ function calls
Reorder irq_set_chip() irq_set_chip_data() irq_set_handler()
to
irq_set_chip() irq_set_handler() irq_set_chip_data()
so the next patch can combine irq_set_chip() and irq_set_handler() to irq_set_chip_and_handler().
Automated conversion with coccinelle.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|
H A D | sa1111.c | diff 9323f26186403433293e87e717a7785f74f75d80 Thu Mar 24 13:29:39 CET 2011 Thomas Gleixner <tglx@linutronix.de> arm: Reorder irq_set_ function calls
Reorder irq_set_chip() irq_set_chip_data() irq_set_handler()
to
irq_set_chip() irq_set_handler() irq_set_chip_data()
so the next patch can combine irq_set_chip() and irq_set_handler() to irq_set_chip_and_handler().
Automated conversion with coccinelle.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|
/linux/arch/arm/mach-pxa/ |
H A D | irq.c | diff 9323f26186403433293e87e717a7785f74f75d80 Thu Mar 24 13:29:39 CET 2011 Thomas Gleixner <tglx@linutronix.de> arm: Reorder irq_set_ function calls
Reorder irq_set_chip() irq_set_chip_data() irq_set_handler()
to
irq_set_chip() irq_set_handler() irq_set_chip_data()
so the next patch can combine irq_set_chip() and irq_set_handler() to irq_set_chip_and_handler().
Automated conversion with coccinelle.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|