projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c825abc
)
sh: urquell evt2irq migration.
author
Paul Mundt
<lethal@linux-sh.org>
Fri, 18 May 2012 06:43:48 +0000
(15:43 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Fri, 18 May 2012 06:43:48 +0000
(15:43 +0900)
Migrate urquell to evt2irq backed hwirq lookups.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/boards/board-urquell.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/boards/board-urquell.c
b/arch/sh/boards/board-urquell.c
index 24e3316c5c179067839ca956da29f685b87246c2..b52abcc5259a41ea5c3ab15a426dcf75be3b36ed 100644
(file)
--- a/
arch/sh/boards/board-urquell.c
+++ b/
arch/sh/boards/board-urquell.c
@@
-20,6
+20,7
@@
#include <linux/gpio.h>
#include <linux/irq.h>
#include <linux/clk.h>
+#include <linux/sh_intc.h>
#include <mach/urquell.h>
#include <cpu/sh7786.h>
#include <asm/heartbeat.h>
@@
-78,7
+79,7
@@
static struct resource smc91x_eth_resources[] = {
.flags = IORESOURCE_MEM,
},
[1] = {
- .start =
11
,
+ .start =
evt2irq(0x360)
,
.flags = IORESOURCE_IRQ,
},
};