Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233023
b: refs/heads/master
c: 1f6b5dd
h: refs/heads/master
i:
  233021: 88bbd97
  233019: ea0b487
  233015: 1680281
  233007: 8714b84
  232991: d7f98b9
  232959: 6465b49
v: v3
  • Loading branch information
Uwe Kleine-König authored and Sascha Hauer committed Jan 26, 2011
1 parent 7c76619 commit a4cab48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5f804df3cca990bc2f0bd1f126c134af1d2a3ca2
refs/heads/master: 1f6b5dd41f3b38739f0275b1539c57b34c5b22a3
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-mxs/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ static void mxs_gpio_irq_handler(u32 irq, struct irq_desc *desc)
struct mxs_gpio_port *port = (struct mxs_gpio_port *)get_irq_data(irq);
u32 gpio_irq_no_base = port->virtual_irq_start;

desc->irq_data.chip->irq_ack(&desc->irq_data);

irq_stat = __raw_readl(port->base + PINCTRL_IRQSTAT(port->id)) &
__raw_readl(port->base + PINCTRL_IRQEN(port->id));

Expand Down

0 comments on commit a4cab48

Please sign in to comment.