Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227825
b: refs/heads/master
c: 5ec6552
h: refs/heads/master
i:
  227823: 930d4cb
v: v3
  • Loading branch information
Rabin Vincent authored and Linus Walleij committed Jan 10, 2011
1 parent 79d2605 commit 76d4d82
Show file tree
Hide file tree
Showing 2 changed files with 6 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: abf12d719a2c9e45f7f90c02a3a25107206ed57a
refs/heads/master: 5ec65521c99178a87f4c859101a92c36f4701fd7
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-ux500/modem-irq-db5500.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include <linux/io.h>
#include <linux/slab.h>

#include <mach/id.h>

#define MODEM_INTCON_BASE_ADDR 0xBFFD3000
#define MODEM_INTCON_SIZE 0xFFF

Expand Down Expand Up @@ -101,6 +103,9 @@ static int modem_irq_init(void)
static struct irq_chip modem_irq_chip;
struct modem_irq *mi;

if (!cpu_is_u5500())
return -ENODEV;

pr_info("modem_irq: Set up IRQ handler for incoming modem IRQ %d\n",
IRQ_DB5500_MODEM);

Expand Down

0 comments on commit 76d4d82

Please sign in to comment.