linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] plat-mxc: Provide irq_chip name for GPIO IRQs
@ 2011-01-31 16:00 Alexander Stein
  2011-03-01  7:38 ` Alexander Stein
  0 siblings, 1 reply; 6+ messages in thread
From: Alexander Stein @ 2011-01-31 16:00 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
---
 arch/arm/plat-mxc/gpio.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/plat-mxc/gpio.c b/arch/arm/plat-mxc/gpio.c
index d17b3c9..e396df8 100644
--- a/arch/arm/plat-mxc/gpio.c
+++ b/arch/arm/plat-mxc/gpio.c
@@ -233,6 +233,7 @@ static int gpio_set_wake_irq(struct irq_data *d, u32 enable)
 }
 
 static struct irq_chip gpio_irq_chip = {
+	.name = "GPIO",
 	.irq_ack = gpio_ack_irq,
 	.irq_mask = gpio_mask_irq,
 	.irq_unmask = gpio_unmask_irq,
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-04-04 15:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-31 16:00 [PATCH] plat-mxc: Provide irq_chip name for GPIO IRQs Alexander Stein
2011-03-01  7:38 ` Alexander Stein
2011-03-01  8:34   ` Wolfram Sang
2011-04-04 14:29     ` Uwe Kleine-König
2011-04-04 14:34       ` Russell King - ARM Linux
2011-04-04 15:21         ` Alexander Stein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).