aboutsummaryrefslogtreecommitdiff
path: root/arch/m32r/platforms/m32104ut/setup.c
AgeCommit message (Collapse)AuthorFilesLines
2012-03-28Disintegrate asm/system.h for M32RDavid Howells1-1/+0
Disintegrate asm/system.h for M32R. Signed-off-by: David Howells <[email protected]> cc: [email protected]
2011-03-24m32r: Convert genirq namespaceThomas Gleixner1-4/+4
Scripted with coccinelle. Signed-off-by: Thomas Gleixner <[email protected]>
2011-01-21m32r: Convert m32104ut irq handlingThomas Gleixner1-25/+21
Convert the irq chips to the new functions and use proper flow handlers. handle_level_irq is appropriate. Signed-off-by: Thomas Gleixner <[email protected]> Cc: Hirokazu Takata <[email protected]> Cc: Paul Mundt <[email protected]>
2011-01-21m32r: Cleanup direct irq_desc accessThomas Gleixner1-16/+4
The irq descriptors are already initialized by the generic code. Remove the redundant init code and set the irq chip with the proper accessor function. Signed-off-by: Thomas Gleixner <[email protected]> Cc: Hirokazu Takata <[email protected]> Cc: Paul Mundt <[email protected]>
2010-09-23genirq: Cleanup irq_chip->typename leftoversThomas Gleixner1-1/+1
3 years transition phase is enough. Cleanup the last users and remove the cruft. Signed-off-by: Thomas Gleixner <[email protected]> Cc: Leo Chen <[email protected]> Cc: Hirokazu Takata <[email protected]> Cc: Chris Metcalf <[email protected]> Cc: Jeff Dike <[email protected]> Cc: Chris Zankel <[email protected]>
2009-06-16m32r: remove obsolete hw_interrupt_typeThomas Gleixner1-1/+1
The defines and typedefs (hw_interrupt_type, no_irq_type, irq_desc_t) have been kept around for migration reasons. After more than two years it's time to remove them finally. This patch cleans up one of the remaining users. When all such patches hit mainline we can remove the defines and typedefs finally. Impact: cleanup Convert the last remaining users to struct irq_chip and remove the define. Signed-off-by: Thomas Gleixner <[email protected]> Cc: Hirokazu Takata <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2007-09-03m32r: Rearrange platform-dependent codesHirokazu Takata1-0/+155
Rearrange platform-dependent codes from arch/m32r/kernel/*.c to arch/m32r/platforms/{platform}/. Signed-off-by: Hirokazu Takata <[email protected]>