summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx3/mx31ads.c
diff options
context:
space:
mode:
authorMark Brown2010-01-05 17:05:15 +0100
committerSascha Hauer2010-01-05 17:08:54 +0100
commitbd02acdbb28be99ed87ec11c3ef61a5eec4e2dd7 (patch)
tree69414e977f538100206ed2990f29e27a818957a7 /arch/arm/mach-mx3/mx31ads.c
parentmx31ads: Allow enable/disable of switchable supplies (diff)
downloadkernel-qcow2-linux-bd02acdbb28be99ed87ec11c3ef61a5eec4e2dd7.tar.gz
kernel-qcow2-linux-bd02acdbb28be99ed87ec11c3ef61a5eec4e2dd7.tar.xz
kernel-qcow2-linux-bd02acdbb28be99ed87ec11c3ef61a5eec4e2dd7.zip
mx31ads: Provide a name for EXPIO interrupt chip
This makes it a bit more obvious in genirq diagnostics that they aren't handled by the i.MX interrupt controller. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/mx31ads.c')
-rw-r--r--arch/arm/mach-mx3/mx31ads.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/mx31ads.c b/arch/arm/mach-mx3/mx31ads.c
index 609d402cadba..e2054563027f 100644
--- a/arch/arm/mach-mx3/mx31ads.c
+++ b/arch/arm/mach-mx3/mx31ads.c
@@ -173,6 +173,7 @@ static void expio_unmask_irq(u32 irq)
}
static struct irq_chip expio_irq_chip = {
+ .name = "EXPIO(CPLD)",
.ack = expio_ack_irq,
.mask = expio_mask_irq,
.unmask = expio_unmask_irq,