diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-10-31 18:58:06 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-31 19:11:41 -0400 |
commit | a7fadac10ffbfd16cc7ccf951eab1ecf85e1abdf (patch) | |
tree | 64a1035b02cb8aae34b96fc7c1c7caaad337ac07 /arch/arm/mach-ep93xx | |
parent | 335332770c68649ffeaf5dc2b58d9cd40041e295 (diff) | |
parent | 531a6a941745e1e045dd2a6bd09e1dc01247a5f3 (diff) |
Merge branch 'depends/rmk/devel-stable' into next/board
The exynos4 updates conflict with code from the arm devel-stable branch
and new boards need to set atag_offset in place of boot_param.
Conflicts:
arch/arm/Kconfig
arch/arm/mach-exynos4/include/mach/entry-macro.S
arch/arm/mach-exynos4/mach-smdkc210.c
arch/arm/mach-exynos4/mach-smdkv310.c
arch/arm/mach-exynos4/mct.c
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-ep93xx')
-rw-r--r-- | arch/arm/mach-ep93xx/adssphere.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-ep93xx/edb93xx.c | 16 | ||||
-rw-r--r-- | arch/arm/mach-ep93xx/gesbc9312.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-ep93xx/include/mach/debug-macro.S | 2 | ||||
-rw-r--r-- | arch/arm/mach-ep93xx/micro9.c | 8 | ||||
-rw-r--r-- | arch/arm/mach-ep93xx/simone.c | 4 | ||||
-rw-r--r-- | arch/arm/mach-ep93xx/snappercl15.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-ep93xx/ts72xx.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-ep93xx/vision_ep9307.c | 2 |
9 files changed, 20 insertions, 20 deletions
diff --git a/arch/arm/mach-ep93xx/adssphere.c b/arch/arm/mach-ep93xx/adssphere.c index 61b98ce4b673..0713448206a5 100644 --- a/arch/arm/mach-ep93xx/adssphere.c +++ b/arch/arm/mach-ep93xx/adssphere.c | |||
@@ -33,7 +33,7 @@ static void __init adssphere_init_machine(void) | |||
33 | 33 | ||
34 | MACHINE_START(ADSSPHERE, "ADS Sphere board") | 34 | MACHINE_START(ADSSPHERE, "ADS Sphere board") |
35 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ | 35 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ |
36 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 36 | .atag_offset = 0x100, |
37 | .map_io = ep93xx_map_io, | 37 | .map_io = ep93xx_map_io, |
38 | .init_irq = ep93xx_init_irq, | 38 | .init_irq = ep93xx_init_irq, |
39 | .timer = &ep93xx_timer, | 39 | .timer = &ep93xx_timer, |
diff --git a/arch/arm/mach-ep93xx/edb93xx.c b/arch/arm/mach-ep93xx/edb93xx.c index 3f320c6477bf..c63a5ec1a8e3 100644 --- a/arch/arm/mach-ep93xx/edb93xx.c +++ b/arch/arm/mach-ep93xx/edb93xx.c | |||
@@ -241,7 +241,7 @@ static void __init edb93xx_init_machine(void) | |||
241 | #ifdef CONFIG_MACH_EDB9301 | 241 | #ifdef CONFIG_MACH_EDB9301 |
242 | MACHINE_START(EDB9301, "Cirrus Logic EDB9301 Evaluation Board") | 242 | MACHINE_START(EDB9301, "Cirrus Logic EDB9301 Evaluation Board") |
243 | /* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */ | 243 | /* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */ |
244 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 244 | .atag_offset = 0x100, |
245 | .map_io = ep93xx_map_io, | 245 | .map_io = ep93xx_map_io, |
246 | .init_irq = ep93xx_init_irq, | 246 | .init_irq = ep93xx_init_irq, |
247 | .timer = &ep93xx_timer, | 247 | .timer = &ep93xx_timer, |
@@ -252,7 +252,7 @@ MACHINE_END | |||
252 | #ifdef CONFIG_MACH_EDB9302 | 252 | #ifdef CONFIG_MACH_EDB9302 |
253 | MACHINE_START(EDB9302, "Cirrus Logic EDB9302 Evaluation Board") | 253 | MACHINE_START(EDB9302, "Cirrus Logic EDB9302 Evaluation Board") |
254 | /* Maintainer: George Kashperko <george@chas.com.ua> */ | 254 | /* Maintainer: George Kashperko <george@chas.com.ua> */ |
255 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 255 | .atag_offset = 0x100, |
256 | .map_io = ep93xx_map_io, | 256 | .map_io = ep93xx_map_io, |
257 | .init_irq = ep93xx_init_irq, | 257 | .init_irq = ep93xx_init_irq, |
258 | .timer = &ep93xx_timer, | 258 | .timer = &ep93xx_timer, |
@@ -263,7 +263,7 @@ MACHINE_END | |||
263 | #ifdef CONFIG_MACH_EDB9302A | 263 | #ifdef CONFIG_MACH_EDB9302A |
264 | MACHINE_START(EDB9302A, "Cirrus Logic EDB9302A Evaluation Board") | 264 | MACHINE_START(EDB9302A, "Cirrus Logic EDB9302A Evaluation Board") |
265 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ | 265 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ |
266 | .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, | 266 | .atag_offset = 0x100, |
267 | .map_io = ep93xx_map_io, | 267 | .map_io = ep93xx_map_io, |
268 | .init_irq = ep93xx_init_irq, | 268 | .init_irq = ep93xx_init_irq, |
269 | .timer = &ep93xx_timer, | 269 | .timer = &ep93xx_timer, |
@@ -274,7 +274,7 @@ MACHINE_END | |||
274 | #ifdef CONFIG_MACH_EDB9307 | 274 | #ifdef CONFIG_MACH_EDB9307 |
275 | MACHINE_START(EDB9307, "Cirrus Logic EDB9307 Evaluation Board") | 275 | MACHINE_START(EDB9307, "Cirrus Logic EDB9307 Evaluation Board") |
276 | /* Maintainer: Herbert Valerio Riedel <hvr@gnu.org> */ | 276 | /* Maintainer: Herbert Valerio Riedel <hvr@gnu.org> */ |
277 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 277 | .atag_offset = 0x100, |
278 | .map_io = ep93xx_map_io, | 278 | .map_io = ep93xx_map_io, |
279 | .init_irq = ep93xx_init_irq, | 279 | .init_irq = ep93xx_init_irq, |
280 | .timer = &ep93xx_timer, | 280 | .timer = &ep93xx_timer, |
@@ -285,7 +285,7 @@ MACHINE_END | |||
285 | #ifdef CONFIG_MACH_EDB9307A | 285 | #ifdef CONFIG_MACH_EDB9307A |
286 | MACHINE_START(EDB9307A, "Cirrus Logic EDB9307A Evaluation Board") | 286 | MACHINE_START(EDB9307A, "Cirrus Logic EDB9307A Evaluation Board") |
287 | /* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */ | 287 | /* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */ |
288 | .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, | 288 | .atag_offset = 0x100, |
289 | .map_io = ep93xx_map_io, | 289 | .map_io = ep93xx_map_io, |
290 | .init_irq = ep93xx_init_irq, | 290 | .init_irq = ep93xx_init_irq, |
291 | .timer = &ep93xx_timer, | 291 | .timer = &ep93xx_timer, |
@@ -296,7 +296,7 @@ MACHINE_END | |||
296 | #ifdef CONFIG_MACH_EDB9312 | 296 | #ifdef CONFIG_MACH_EDB9312 |
297 | MACHINE_START(EDB9312, "Cirrus Logic EDB9312 Evaluation Board") | 297 | MACHINE_START(EDB9312, "Cirrus Logic EDB9312 Evaluation Board") |
298 | /* Maintainer: Toufeeq Hussain <toufeeq_hussain@infosys.com> */ | 298 | /* Maintainer: Toufeeq Hussain <toufeeq_hussain@infosys.com> */ |
299 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 299 | .atag_offset = 0x100, |
300 | .map_io = ep93xx_map_io, | 300 | .map_io = ep93xx_map_io, |
301 | .init_irq = ep93xx_init_irq, | 301 | .init_irq = ep93xx_init_irq, |
302 | .timer = &ep93xx_timer, | 302 | .timer = &ep93xx_timer, |
@@ -307,7 +307,7 @@ MACHINE_END | |||
307 | #ifdef CONFIG_MACH_EDB9315 | 307 | #ifdef CONFIG_MACH_EDB9315 |
308 | MACHINE_START(EDB9315, "Cirrus Logic EDB9315 Evaluation Board") | 308 | MACHINE_START(EDB9315, "Cirrus Logic EDB9315 Evaluation Board") |
309 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ | 309 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ |
310 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 310 | .atag_offset = 0x100, |
311 | .map_io = ep93xx_map_io, | 311 | .map_io = ep93xx_map_io, |
312 | .init_irq = ep93xx_init_irq, | 312 | .init_irq = ep93xx_init_irq, |
313 | .timer = &ep93xx_timer, | 313 | .timer = &ep93xx_timer, |
@@ -318,7 +318,7 @@ MACHINE_END | |||
318 | #ifdef CONFIG_MACH_EDB9315A | 318 | #ifdef CONFIG_MACH_EDB9315A |
319 | MACHINE_START(EDB9315A, "Cirrus Logic EDB9315A Evaluation Board") | 319 | MACHINE_START(EDB9315A, "Cirrus Logic EDB9315A Evaluation Board") |
320 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ | 320 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ |
321 | .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, | 321 | .atag_offset = 0x100, |
322 | .map_io = ep93xx_map_io, | 322 | .map_io = ep93xx_map_io, |
323 | .init_irq = ep93xx_init_irq, | 323 | .init_irq = ep93xx_init_irq, |
324 | .timer = &ep93xx_timer, | 324 | .timer = &ep93xx_timer, |
diff --git a/arch/arm/mach-ep93xx/gesbc9312.c b/arch/arm/mach-ep93xx/gesbc9312.c index 9bd3152bff9a..45ee205856f8 100644 --- a/arch/arm/mach-ep93xx/gesbc9312.c +++ b/arch/arm/mach-ep93xx/gesbc9312.c | |||
@@ -33,7 +33,7 @@ static void __init gesbc9312_init_machine(void) | |||
33 | 33 | ||
34 | MACHINE_START(GESBC9312, "Glomation GESBC-9312-sx") | 34 | MACHINE_START(GESBC9312, "Glomation GESBC-9312-sx") |
35 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ | 35 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ |
36 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 36 | .atag_offset = 0x100, |
37 | .map_io = ep93xx_map_io, | 37 | .map_io = ep93xx_map_io, |
38 | .init_irq = ep93xx_init_irq, | 38 | .init_irq = ep93xx_init_irq, |
39 | .timer = &ep93xx_timer, | 39 | .timer = &ep93xx_timer, |
diff --git a/arch/arm/mach-ep93xx/include/mach/debug-macro.S b/arch/arm/mach-ep93xx/include/mach/debug-macro.S index b25bc9076367..af54e43132cf 100644 --- a/arch/arm/mach-ep93xx/include/mach/debug-macro.S +++ b/arch/arm/mach-ep93xx/include/mach/debug-macro.S | |||
@@ -11,7 +11,7 @@ | |||
11 | */ | 11 | */ |
12 | #include <mach/ep93xx-regs.h> | 12 | #include <mach/ep93xx-regs.h> |
13 | 13 | ||
14 | .macro addruart, rp, rv | 14 | .macro addruart, rp, rv, tmp |
15 | ldr \rp, =EP93XX_APB_PHYS_BASE @ Physical base | 15 | ldr \rp, =EP93XX_APB_PHYS_BASE @ Physical base |
16 | ldr \rv, =EP93XX_APB_VIRT_BASE @ virtual base | 16 | ldr \rv, =EP93XX_APB_VIRT_BASE @ virtual base |
17 | orr \rp, \rp, #0x000c0000 | 17 | orr \rp, \rp, #0x000c0000 |
diff --git a/arch/arm/mach-ep93xx/micro9.c b/arch/arm/mach-ep93xx/micro9.c index 7adea6258efe..e72f7368876e 100644 --- a/arch/arm/mach-ep93xx/micro9.c +++ b/arch/arm/mach-ep93xx/micro9.c | |||
@@ -77,7 +77,7 @@ static void __init micro9_init_machine(void) | |||
77 | #ifdef CONFIG_MACH_MICRO9H | 77 | #ifdef CONFIG_MACH_MICRO9H |
78 | MACHINE_START(MICRO9, "Contec Micro9-High") | 78 | MACHINE_START(MICRO9, "Contec Micro9-High") |
79 | /* Maintainer: Hubert Feurstein <hubert.feurstein@contec.at> */ | 79 | /* Maintainer: Hubert Feurstein <hubert.feurstein@contec.at> */ |
80 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 80 | .atag_offset = 0x100, |
81 | .map_io = ep93xx_map_io, | 81 | .map_io = ep93xx_map_io, |
82 | .init_irq = ep93xx_init_irq, | 82 | .init_irq = ep93xx_init_irq, |
83 | .timer = &ep93xx_timer, | 83 | .timer = &ep93xx_timer, |
@@ -88,7 +88,7 @@ MACHINE_END | |||
88 | #ifdef CONFIG_MACH_MICRO9M | 88 | #ifdef CONFIG_MACH_MICRO9M |
89 | MACHINE_START(MICRO9M, "Contec Micro9-Mid") | 89 | MACHINE_START(MICRO9M, "Contec Micro9-Mid") |
90 | /* Maintainer: Hubert Feurstein <hubert.feurstein@contec.at> */ | 90 | /* Maintainer: Hubert Feurstein <hubert.feurstein@contec.at> */ |
91 | .boot_params = EP93XX_SDCE3_PHYS_BASE_ASYNC + 0x100, | 91 | .atag_offset = 0x100, |
92 | .map_io = ep93xx_map_io, | 92 | .map_io = ep93xx_map_io, |
93 | .init_irq = ep93xx_init_irq, | 93 | .init_irq = ep93xx_init_irq, |
94 | .timer = &ep93xx_timer, | 94 | .timer = &ep93xx_timer, |
@@ -99,7 +99,7 @@ MACHINE_END | |||
99 | #ifdef CONFIG_MACH_MICRO9L | 99 | #ifdef CONFIG_MACH_MICRO9L |
100 | MACHINE_START(MICRO9L, "Contec Micro9-Lite") | 100 | MACHINE_START(MICRO9L, "Contec Micro9-Lite") |
101 | /* Maintainer: Hubert Feurstein <hubert.feurstein@contec.at> */ | 101 | /* Maintainer: Hubert Feurstein <hubert.feurstein@contec.at> */ |
102 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 102 | .atag_offset = 0x100, |
103 | .map_io = ep93xx_map_io, | 103 | .map_io = ep93xx_map_io, |
104 | .init_irq = ep93xx_init_irq, | 104 | .init_irq = ep93xx_init_irq, |
105 | .timer = &ep93xx_timer, | 105 | .timer = &ep93xx_timer, |
@@ -110,7 +110,7 @@ MACHINE_END | |||
110 | #ifdef CONFIG_MACH_MICRO9S | 110 | #ifdef CONFIG_MACH_MICRO9S |
111 | MACHINE_START(MICRO9S, "Contec Micro9-Slim") | 111 | MACHINE_START(MICRO9S, "Contec Micro9-Slim") |
112 | /* Maintainer: Hubert Feurstein <hubert.feurstein@contec.at> */ | 112 | /* Maintainer: Hubert Feurstein <hubert.feurstein@contec.at> */ |
113 | .boot_params = EP93XX_SDCE3_PHYS_BASE_ASYNC + 0x100, | 113 | .atag_offset = 0x100, |
114 | .map_io = ep93xx_map_io, | 114 | .map_io = ep93xx_map_io, |
115 | .init_irq = ep93xx_init_irq, | 115 | .init_irq = ep93xx_init_irq, |
116 | .timer = &ep93xx_timer, | 116 | .timer = &ep93xx_timer, |
diff --git a/arch/arm/mach-ep93xx/simone.c b/arch/arm/mach-ep93xx/simone.c index 1a472ff12cce..d6f286b4db9c 100644 --- a/arch/arm/mach-ep93xx/simone.c +++ b/arch/arm/mach-ep93xx/simone.c | |||
@@ -65,8 +65,8 @@ static void __init simone_init_machine(void) | |||
65 | } | 65 | } |
66 | 66 | ||
67 | MACHINE_START(SIM_ONE, "Simplemachines Sim.One Board") | 67 | MACHINE_START(SIM_ONE, "Simplemachines Sim.One Board") |
68 | /* Maintainer: Ryan Mallon */ | 68 | /* Maintainer: Ryan Mallon */ |
69 | .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, | 69 | .atag_offset = 0x100, |
70 | .map_io = ep93xx_map_io, | 70 | .map_io = ep93xx_map_io, |
71 | .init_irq = ep93xx_init_irq, | 71 | .init_irq = ep93xx_init_irq, |
72 | .timer = &ep93xx_timer, | 72 | .timer = &ep93xx_timer, |
diff --git a/arch/arm/mach-ep93xx/snappercl15.c b/arch/arm/mach-ep93xx/snappercl15.c index 4f4b0b2c4c31..2b4d4b0201df 100644 --- a/arch/arm/mach-ep93xx/snappercl15.c +++ b/arch/arm/mach-ep93xx/snappercl15.c | |||
@@ -163,7 +163,7 @@ static void __init snappercl15_init_machine(void) | |||
163 | 163 | ||
164 | MACHINE_START(SNAPPER_CL15, "Bluewater Systems Snapper CL15") | 164 | MACHINE_START(SNAPPER_CL15, "Bluewater Systems Snapper CL15") |
165 | /* Maintainer: Ryan Mallon */ | 165 | /* Maintainer: Ryan Mallon */ |
166 | .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, | 166 | .atag_offset = 0x100, |
167 | .map_io = ep93xx_map_io, | 167 | .map_io = ep93xx_map_io, |
168 | .init_irq = ep93xx_init_irq, | 168 | .init_irq = ep93xx_init_irq, |
169 | .timer = &ep93xx_timer, | 169 | .timer = &ep93xx_timer, |
diff --git a/arch/arm/mach-ep93xx/ts72xx.c b/arch/arm/mach-ep93xx/ts72xx.c index c2d2cf40ead9..1ade3c340507 100644 --- a/arch/arm/mach-ep93xx/ts72xx.c +++ b/arch/arm/mach-ep93xx/ts72xx.c | |||
@@ -257,7 +257,7 @@ static void __init ts72xx_init_machine(void) | |||
257 | 257 | ||
258 | MACHINE_START(TS72XX, "Technologic Systems TS-72xx SBC") | 258 | MACHINE_START(TS72XX, "Technologic Systems TS-72xx SBC") |
259 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ | 259 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ |
260 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 260 | .atag_offset = 0x100, |
261 | .map_io = ts72xx_map_io, | 261 | .map_io = ts72xx_map_io, |
262 | .init_irq = ep93xx_init_irq, | 262 | .init_irq = ep93xx_init_irq, |
263 | .timer = &ep93xx_timer, | 263 | .timer = &ep93xx_timer, |
diff --git a/arch/arm/mach-ep93xx/vision_ep9307.c b/arch/arm/mach-ep93xx/vision_ep9307.c index 10f6488f6e44..d96e4dbec6a8 100644 --- a/arch/arm/mach-ep93xx/vision_ep9307.c +++ b/arch/arm/mach-ep93xx/vision_ep9307.c | |||
@@ -356,7 +356,7 @@ static void __init vision_init_machine(void) | |||
356 | 356 | ||
357 | MACHINE_START(VISION_EP9307, "Vision Engraving Systems EP9307") | 357 | MACHINE_START(VISION_EP9307, "Vision Engraving Systems EP9307") |
358 | /* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */ | 358 | /* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */ |
359 | .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, | 359 | .atag_offset = 0x100, |
360 | .map_io = vision_map_io, | 360 | .map_io = vision_map_io, |
361 | .init_irq = ep93xx_init_irq, | 361 | .init_irq = ep93xx_init_irq, |
362 | .timer = &ep93xx_timer, | 362 | .timer = &ep93xx_timer, |