|
@@ -156,11 +156,11 @@ static void __init mxs_gpio_init_gc(struct mxs_gpio_port *port)
|
|
|
gc->private = port;
|
|
|
|
|
|
ct = gc->chip_types;
|
|
|
- ct->chip.irq_ack = irq_gc_ack,
|
|
|
+ ct->chip.irq_ack = irq_gc_ack_set_bit;
|
|
|
ct->chip.irq_mask = irq_gc_mask_clr_bit;
|
|
|
ct->chip.irq_unmask = irq_gc_mask_set_bit;
|
|
|
ct->chip.irq_set_type = mxs_gpio_set_irq_type;
|
|
|
- ct->chip.irq_set_wake = mxs_gpio_set_wake_irq,
|
|
|
+ ct->chip.irq_set_wake = mxs_gpio_set_wake_irq;
|
|
|
ct->regs.ack = PINCTRL_IRQSTAT(port->id) + MXS_CLR;
|
|
|
ct->regs.mask = PINCTRL_IRQEN(port->id);
|
|
|
|