Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-28 | Disintegrate asm/system.h for M32R | David Howells | 1 | -1/+0 | |
Disintegrate asm/system.h for M32R. Signed-off-by: David Howells <[email protected]> cc: [email protected] | |||||
2011-03-24 | m32r: Convert genirq namespace | Thomas Gleixner | 1 | -14/+14 | |
Scripted with coccinelle. Signed-off-by: Thomas Gleixner <[email protected]> | |||||
2011-01-21 | m32r: Convert opsput_lcdpld irq chip | Thomas Gleixner | 1 | -26/+16 | |
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-21 | m32r: Convert opsput lanpld irq chip | Thomas Gleixner | 1 | -20/+12 | |
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-21 | m32r: Convert opsput pld irq chip | Thomas Gleixner | 1 | -26/+20 | |
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-21 | m32r: Convert opsput irq chip | Thomas Gleixner | 1 | -31/+27 | |
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-21 | m32r: Cleanup direct irq_desc access | Thomas Gleixner | 1 | -56/+14 | |
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-23 | genirq: Cleanup irq_chip->typename leftovers | Thomas Gleixner | 1 | -3/+3 | |
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-16 | m32r: remove obsolete hw_interrupt_type | Thomas Gleixner | 1 | -4/+4 | |
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-03 | m32r: Rearrange platform-dependent codes | Hirokazu Takata | 1 | -0/+519 | |
Rearrange platform-dependent codes from arch/m32r/kernel/*.c to arch/m32r/platforms/{platform}/. Signed-off-by: Hirokazu Takata <[email protected]> |