diff options
author | Paul Mundt <lethal@linux-sh.org> | 2012-05-18 02:18:10 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2012-05-18 02:18:10 -0400 |
commit | a7734e51077e3eb3943887d15bb5c49063738263 (patch) | |
tree | e8f85dacc5e8bb97beda333482cd48869400052f /arch/sh | |
parent | 7b56934ce26841587f3cd2843a6f0b918070e5b7 (diff) |
sh: sh7757lcr evt2irq migration.
Migrate sh7757lcr to evt2irq() backed hwirq lookups.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/boards/board-sh7757lcr.c | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/arch/sh/boards/board-sh7757lcr.c b/arch/sh/boards/board-sh7757lcr.c index 24b1ee410daa..5087f8bb4cff 100644 --- a/arch/sh/boards/board-sh7757lcr.c +++ b/arch/sh/boards/board-sh7757lcr.c | |||
@@ -19,6 +19,7 @@ | |||
19 | #include <linux/mmc/sh_mmcif.h> | 19 | #include <linux/mmc/sh_mmcif.h> |
20 | #include <linux/mmc/sh_mobile_sdhi.h> | 20 | #include <linux/mmc/sh_mobile_sdhi.h> |
21 | #include <linux/sh_eth.h> | 21 | #include <linux/sh_eth.h> |
22 | #include <linux/sh_intc.h> | ||
22 | #include <linux/usb/renesas_usbhs.h> | 23 | #include <linux/usb/renesas_usbhs.h> |
23 | #include <cpu/sh7757.h> | 24 | #include <cpu/sh7757.h> |
24 | #include <asm/heartbeat.h> | 25 | #include <asm/heartbeat.h> |
@@ -65,8 +66,8 @@ static struct resource sh_eth0_resources[] = { | |||
65 | .end = 0xfef001ff, | 66 | .end = 0xfef001ff, |
66 | .flags = IORESOURCE_MEM, | 67 | .flags = IORESOURCE_MEM, |
67 | }, { | 68 | }, { |
68 | .start = 84, | 69 | .start = evt2irq(0xc80), |
69 | .end = 84, | 70 | .end = evt2irq(0xc80), |
70 | .flags = IORESOURCE_IRQ, | 71 | .flags = IORESOURCE_IRQ, |
71 | }, | 72 | }, |
72 | }; | 73 | }; |
@@ -94,8 +95,8 @@ static struct resource sh_eth1_resources[] = { | |||
94 | .end = 0xfef009ff, | 95 | .end = 0xfef009ff, |
95 | .flags = IORESOURCE_MEM, | 96 | .flags = IORESOURCE_MEM, |
96 | }, { | 97 | }, { |
97 | .start = 84, | 98 | .start = evt2irq(0xc80), |
98 | .end = 84, | 99 | .end = evt2irq(0xc80), |
99 | .flags = IORESOURCE_IRQ, | 100 | .flags = IORESOURCE_IRQ, |
100 | }, | 101 | }, |
101 | }; | 102 | }; |
@@ -139,8 +140,8 @@ static struct resource sh_eth_giga0_resources[] = { | |||
139 | .end = 0xfee01fff, | 140 | .end = 0xfee01fff, |
140 | .flags = IORESOURCE_MEM, | 141 | .flags = IORESOURCE_MEM, |
141 | }, { | 142 | }, { |
142 | .start = 315, | 143 | .start = evt2irq(0x2960), |
143 | .end = 315, | 144 | .end = evt2irq(0x2960), |
144 | .flags = IORESOURCE_IRQ, | 145 | .flags = IORESOURCE_IRQ, |
145 | }, | 146 | }, |
146 | }; | 147 | }; |
@@ -174,8 +175,8 @@ static struct resource sh_eth_giga1_resources[] = { | |||
174 | .end = 0xfee01fff, | 175 | .end = 0xfee01fff, |
175 | .flags = IORESOURCE_MEM, | 176 | .flags = IORESOURCE_MEM, |
176 | }, { | 177 | }, { |
177 | .start = 316, | 178 | .start = evt2irq(0x2980), |
178 | .end = 316, | 179 | .end = evt2irq(0x2980), |
179 | .flags = IORESOURCE_IRQ, | 180 | .flags = IORESOURCE_IRQ, |
180 | }, | 181 | }, |
181 | }; | 182 | }; |
@@ -206,11 +207,11 @@ static struct resource sh_mmcif_resources[] = { | |||
206 | .flags = IORESOURCE_MEM, | 207 | .flags = IORESOURCE_MEM, |
207 | }, | 208 | }, |
208 | [1] = { | 209 | [1] = { |
209 | .start = 211, | 210 | .start = evt2irq(0x1c60), |
210 | .flags = IORESOURCE_IRQ, | 211 | .flags = IORESOURCE_IRQ, |
211 | }, | 212 | }, |
212 | [2] = { | 213 | [2] = { |
213 | .start = 212, | 214 | .start = evt2irq(0x1c80), |
214 | .flags = IORESOURCE_IRQ, | 215 | .flags = IORESOURCE_IRQ, |
215 | }, | 216 | }, |
216 | }; | 217 | }; |
@@ -248,7 +249,7 @@ static struct resource sdhi_resources[] = { | |||
248 | .flags = IORESOURCE_MEM, | 249 | .flags = IORESOURCE_MEM, |
249 | }, | 250 | }, |
250 | [1] = { | 251 | [1] = { |
251 | .start = 20, | 252 | .start = evt2irq(0x480), |
252 | .flags = IORESOURCE_IRQ, | 253 | .flags = IORESOURCE_IRQ, |
253 | }, | 254 | }, |
254 | }; | 255 | }; |
@@ -284,8 +285,8 @@ static struct resource usb0_resources[] = { | |||
284 | .flags = IORESOURCE_MEM, | 285 | .flags = IORESOURCE_MEM, |
285 | }, | 286 | }, |
286 | [1] = { | 287 | [1] = { |
287 | .start = 50, | 288 | .start = evt2irq(0x840), |
288 | .end = 50, | 289 | .end = evt2irq(0x840), |
289 | .flags = IORESOURCE_IRQ, | 290 | .flags = IORESOURCE_IRQ, |
290 | }, | 291 | }, |
291 | }; | 292 | }; |