Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] MIPS: JZ4740: GPIO: Use new name for generic ack function.
@ 2011-09-13 22:28 Lars-Peter Clausen
  2011-09-24  0:32 ` Ralf Baechle
  0 siblings, 1 reply; 2+ messages in thread
From: Lars-Peter Clausen @ 2011-09-13 22:28 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips, Maarten ter Huurne, Lars-Peter Clausen

From: Maarten ter Huurne <maarten@treewalker.org>

In commit 659fb32d1b6("genirq: replace irq_gc_ack() with {set,clr}_bit variants
(fwd)"), irq_gc_ack was renamed to irq_gc_ack_set_bit.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
---
Ralf, it would be good if you could merge this into "MIPS: JZ4740: Use generic
irq chip" which should be in your 3.2 queue.

Thanks
- Lars
---
 arch/mips/jz4740/gpio.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/jz4740/gpio.c b/arch/mips/jz4740/gpio.c
index 7179c78..e1ddb95 100644
--- a/arch/mips/jz4740/gpio.c
+++ b/arch/mips/jz4740/gpio.c
@@ -441,7 +441,7 @@ static void jz4740_gpio_chip_init(struct jz_gpio_chip *chip, unsigned int id)
 	ct->chip.name = "GPIO";
 	ct->chip.irq_mask = irq_gc_mask_disable_reg;
 	ct->chip.irq_unmask = jz_gpio_irq_unmask;
-	ct->chip.irq_ack = irq_gc_ack;
+	ct->chip.irq_ack = irq_gc_ack_set_bit;
 	ct->chip.irq_suspend = jz4740_irq_suspend;
 	ct->chip.irq_resume = jz4740_irq_resume;
 	ct->chip.irq_startup = jz_gpio_irq_startup;
-- 
1.7.2.5

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

end of thread, other threads:[~2011-09-24  0:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-13 22:28 [PATCH] MIPS: JZ4740: GPIO: Use new name for generic ack function Lars-Peter Clausen
2011-09-24  0:32 ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox