diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-10-28 15:02:27 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-10-28 15:02:27 -0400 |
commit | 1fdb24e969110fafea36d3b393bea438f702c87f (patch) | |
tree | 47a1dfef8a259e7922285315f8a02d31b4efe2f1 /arch/arm/mach-ep93xx | |
parent | f362f98e7c445643d27c610bb7a86b79727b592e (diff) | |
parent | 531a6a941745e1e045dd2a6bd09e1dc01247a5f3 (diff) |
Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
* 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm: (178 commits)
ARM: 7139/1: fix compilation with CONFIG_ARM_ATAG_DTB_COMPAT and large TEXT_OFFSET
ARM: gic, local timers: use the request_percpu_irq() interface
ARM: gic: consolidate PPI handling
ARM: switch from NO_MACH_MEMORY_H to NEED_MACH_MEMORY_H
ARM: mach-s5p64x0: remove mach/memory.h
ARM: mach-s3c64xx: remove mach/memory.h
ARM: plat-mxc: remove mach/memory.h
ARM: mach-prima2: remove mach/memory.h
ARM: mach-zynq: remove mach/memory.h
ARM: mach-bcmring: remove mach/memory.h
ARM: mach-davinci: remove mach/memory.h
ARM: mach-pxa: remove mach/memory.h
ARM: mach-ixp4xx: remove mach/memory.h
ARM: mach-h720x: remove mach/memory.h
ARM: mach-vt8500: remove mach/memory.h
ARM: mach-s5pc100: remove mach/memory.h
ARM: mach-tegra: remove mach/memory.h
ARM: plat-tcc: remove mach/memory.h
ARM: mach-mmp: remove mach/memory.h
ARM: mach-cns3xxx: remove mach/memory.h
...
Fix up mostly pretty trivial conflicts in:
- arch/arm/Kconfig
- arch/arm/include/asm/localtimer.h
- arch/arm/kernel/Makefile
- arch/arm/mach-shmobile/board-ap4evb.c
- arch/arm/mach-u300/core.c
- arch/arm/mm/dma-mapping.c
- arch/arm/mm/proc-v7.S
- arch/arm/plat-omap/Kconfig
largely due to some CONFIG option renaming (ie CONFIG_PM_SLEEP ->
CONFIG_ARM_CPU_SUSPEND for the arm-specific suspend code etc) and
addition of NEED_MACH_MEMORY_H next to HAVE_IDE.
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 |
8 files changed, 19 insertions, 19 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, |