History log of /arch/m32r/platforms/mappi2/setup.c
Revision Date Author Comments
c9034c3a1d67486284b3b569595a4bd377aaf8cc 28-Mar-2012 David Howells <dhowells@redhat.com> Disintegrate asm/system.h for M32R

Disintegrate asm/system.h for M32R.

Signed-off-by: David Howells <dhowells@redhat.com>
cc: linux-m32r@ml.linux-m32r.org
27e5c5a9a240d2a7790bfe31045020a043c5d74a 24-Mar-2011 Thomas Gleixner <tglx@linutronix.de> m32r: Convert genirq namespace

Scripted with coccinelle.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
efa63c6495fb6f83a1cc183f0df2617e383392e9 19-Jan-2011 Thomas Gleixner <tglx@linutronix.de> m32r: Convert mappi2 irq chip

Convert the irq chips to the new functions and use proper flow
handlers. handle_level_irq is appropriate.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Hirokazu Takata <takata@linux-m32r.org>
Cc: Paul Mundt <lethal@linux-sh.org>
863018a7a24a29c0862c62e70c89244fdd5a08bf 22-Sep-2010 Thomas Gleixner <tglx@linutronix.de> m32r: Cleanup direct irq_desc access

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 <tglx@linutronix.de>
Cc: Hirokazu Takata <takata@linux-m32r.org>
Cc: Paul Mundt <lethal@linux-sh.org>
d1ea13c6e2cce0106531852daaa93dd97aec9580 23-Sep-2010 Thomas Gleixner <tglx@linutronix.de> genirq: Cleanup irq_chip->typename leftovers

3 years transition phase is enough. Cleanup the last users and remove
the cruft.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Leo Chen <leochen@broadcom.com>
Cc: Hirokazu Takata <takata@linux-m32r.org>
Cc: Chris Metcalf <cmetcalf@tilera.com>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Chris Zankel <chris@zankel.net>
189e91f5f5c09043ef78cad956a71ac339203a5d 17-Jun-2009 Thomas Gleixner <tglx@linutronix.de> m32r: remove obsolete hw_interrupt_type

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 <tglx@linutronix.de>
Cc: Hirokazu Takata <takata@linux-m32r.org>

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
3264f976d3188bea80819793c13a3220b8a4867c 01-Aug-2007 Hirokazu Takata <takata@linux-m32r.org> m32r: Rearrange platform-dependent codes

Rearrange platform-dependent codes from arch/m32r/kernel/*.c
to arch/m32r/platforms/{platform}/.

Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>