projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e8fd69
)
arm: mxs: add irq_chip-name for GPIO IRQs
author
Wolfram Sang
<w.sang@pengutronix.de>
Tue, 1 Mar 2011 09:21:51 +0000
(10:21 +0100)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Mon, 7 Mar 2011 18:29:32 +0000
(19:29 +0100)
Reported-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mxs/gpio.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mxs/gpio.c
b/arch/arm/mach-mxs/gpio.c
index
64848fa
..
5120ab5
100644
(file)
--- a/
arch/arm/mach-mxs/gpio.c
+++ b/
arch/arm/mach-mxs/gpio.c
@@
-182,6
+182,7
@@
static int mxs_gpio_set_wake_irq(u32 irq, u32 enable)
}
static struct irq_chip gpio_irq_chip = {
+ .name = "mxs gpio",
.ack = mxs_gpio_ack_irq,
.mask = mxs_gpio_mask_irq,
.unmask = mxs_gpio_unmask_irq,