linux/arch/arm/common
Thomas Gleixner 9323f26186 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>
2011-03-29 14:47:58 +02:00
..
Kconfig ARM: 6762/1: Update number of VIC for S5P6442 and S5PC100 2011-02-26 13:36:56 +00:00
Makefile ARM: 6483/1: arm & sh: factorised duplicated clkdev.c 2010-11-26 10:51:04 +00:00
dmabounce.c ARM: DMA: add support for DMA debugging 2011-01-06 22:31:11 +00:00
gic.c arm: Reorder irq_set_ function calls 2011-03-29 14:47:58 +02:00
icst.c Update broken web addresses in arch directory. 2010-10-18 11:03:21 +02:00
it8152.c arm: Cleanup the irq namespace 2011-03-29 14:47:57 +02:00
locomo.c arm: Reorder irq_set_ function calls 2011-03-29 14:47:58 +02:00
pl330.c ARM: 6367/1: PL330: Accept different revision 2010-10-11 22:58:48 +01:00
sa1111.c arm: Reorder irq_set_ function calls 2011-03-29 14:47:58 +02:00
scoop.c arm: scoop.c: remove C99 comments 2010-09-23 13:19:08 +02:00
sharpsl_param.c
time-acorn.c
timer-sp.c Merge branch 'clksrc' into devel 2011-01-05 18:09:03 +00:00
uengine.c arm: uengine.c: remove C99 comments 2010-09-23 13:20:06 +02:00
via82c505.c
vic.c arm: Reorder irq_set_ function calls 2011-03-29 14:47:58 +02:00