8e86f4271a
[ARM] replace remaining __FUNCTION__ occurrences
...
__FUNCTION__ is gcc-specific, use __func__
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk >
2008-03-06 12:18:18 +00:00
10dd5ce28d
[ARM] Remove compatibility layer for ARM irqs
...
set_irq_chipdata -> set_irq_chip_data
get_irq_chipdata -> get_irq_chip_data
do_level_IRQ -> handle_level_irq
do_edge_IRQ -> handle_edge_irq
do_simple_IRQ -> handle_simple_irq
irqdesc -> irq_desc
irqchip -> irq_chip
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk >
2006-11-30 12:24:47 +00:00
0cd61b68c3
Initial blind fixup for arm for irq changes
...
Untested, but this should fix up the bulk of the totally mechanical
issues, and should make the actual detail fixing easier.
Signed-off-by: Linus Torvalds <torvalds@osdl.org >
2006-10-06 10:59:54 -07:00
bb6d8c8828
[ARM] 3567/2: arm: base support for Hilscher netX
...
Patch from Sascha Hauer
This patch adds the base support for Hilscher's netX network
processors.
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de >
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de >
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk >
2006-06-19 15:27:53 +01:00