diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-10-31 18:11:46 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-31 18:11:53 -0400 |
commit | 5839fec9d8db35b2b07359b18a77295418e239ad (patch) | |
tree | f060f613c7d76b2784a93c96b7b8cd3f0d201254 /arch/arm/mach-s3c2410 | |
parent | 43872fa788060eef91ae437957e0a5e39f1c56fd (diff) | |
parent | 0cdc8b921d68817b687755b4f6ae20cd8ff1d026 (diff) |
Merge branch 'depends/rmk/memory_h' into next/fixes
Fix up all conflicts between the memory.h cleanup and bug fixes.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-s3c2410')
-rw-r--r-- | arch/arm/mach-s3c2410/include/mach/debug-macro.S | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c2410/include/mach/memory.h | 16 | ||||
-rw-r--r-- | arch/arm/mach-s3c2410/mach-amlm5900.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c2410/mach-bast.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c2410/mach-h1940.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c2410/mach-n30.c | 4 | ||||
-rw-r--r-- | arch/arm/mach-s3c2410/mach-otom.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c2410/mach-qt2410.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c2410/mach-smdk2410.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c2410/mach-tct_hammer.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c2410/mach-vr1000.c | 2 |
11 files changed, 11 insertions, 27 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/debug-macro.S b/arch/arm/mach-s3c2410/include/mach/debug-macro.S index 5882deaa56be..4135de87d1f7 100644 --- a/arch/arm/mach-s3c2410/include/mach/debug-macro.S +++ b/arch/arm/mach-s3c2410/include/mach/debug-macro.S | |||
@@ -19,7 +19,7 @@ | |||
19 | #define S3C2410_UART1_OFF (0x4000) | 19 | #define S3C2410_UART1_OFF (0x4000) |
20 | #define SHIFT_2440TXF (14-9) | 20 | #define SHIFT_2440TXF (14-9) |
21 | 21 | ||
22 | .macro addruart, rp, rv | 22 | .macro addruart, rp, rv, tmp |
23 | ldr \rp, = S3C24XX_PA_UART | 23 | ldr \rp, = S3C24XX_PA_UART |
24 | ldr \rv, = S3C24XX_VA_UART | 24 | ldr \rv, = S3C24XX_VA_UART |
25 | #if CONFIG_DEBUG_S3C_UART != 0 | 25 | #if CONFIG_DEBUG_S3C_UART != 0 |
diff --git a/arch/arm/mach-s3c2410/include/mach/memory.h b/arch/arm/mach-s3c2410/include/mach/memory.h deleted file mode 100644 index f92b97b89c0c..000000000000 --- a/arch/arm/mach-s3c2410/include/mach/memory.h +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | /* arch/arm/mach-s3c2410/include/mach/memory.h | ||
2 | * from arch/arm/mach-rpc/include/mach/memory.h | ||
3 | * | ||
4 | * Copyright (C) 1996,1997,1998 Russell King. | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | ||
10 | |||
11 | #ifndef __ASM_ARCH_MEMORY_H | ||
12 | #define __ASM_ARCH_MEMORY_H | ||
13 | |||
14 | #define PLAT_PHYS_OFFSET UL(0x30000000) | ||
15 | |||
16 | #endif | ||
diff --git a/arch/arm/mach-s3c2410/mach-amlm5900.c b/arch/arm/mach-s3c2410/mach-amlm5900.c index dabc141243f3..79838942b0ac 100644 --- a/arch/arm/mach-s3c2410/mach-amlm5900.c +++ b/arch/arm/mach-s3c2410/mach-amlm5900.c | |||
@@ -236,7 +236,7 @@ static void __init amlm5900_init(void) | |||
236 | } | 236 | } |
237 | 237 | ||
238 | MACHINE_START(AML_M5900, "AML_M5900") | 238 | MACHINE_START(AML_M5900, "AML_M5900") |
239 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 239 | .atag_offset = 0x100, |
240 | .map_io = amlm5900_map_io, | 240 | .map_io = amlm5900_map_io, |
241 | .init_irq = s3c24xx_init_irq, | 241 | .init_irq = s3c24xx_init_irq, |
242 | .init_machine = amlm5900_init, | 242 | .init_machine = amlm5900_init, |
diff --git a/arch/arm/mach-s3c2410/mach-bast.c b/arch/arm/mach-s3c2410/mach-bast.c index 1e2d536adda9..a20ae1ad4062 100644 --- a/arch/arm/mach-s3c2410/mach-bast.c +++ b/arch/arm/mach-s3c2410/mach-bast.c | |||
@@ -657,7 +657,7 @@ static void __init bast_init(void) | |||
657 | 657 | ||
658 | MACHINE_START(BAST, "Simtec-BAST") | 658 | MACHINE_START(BAST, "Simtec-BAST") |
659 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ | 659 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ |
660 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 660 | .atag_offset = 0x100, |
661 | .map_io = bast_map_io, | 661 | .map_io = bast_map_io, |
662 | .init_irq = s3c24xx_init_irq, | 662 | .init_irq = s3c24xx_init_irq, |
663 | .init_machine = bast_init, | 663 | .init_machine = bast_init, |
diff --git a/arch/arm/mach-s3c2410/mach-h1940.c b/arch/arm/mach-s3c2410/mach-h1940.c index 2a2fa0620133..556c535829f0 100644 --- a/arch/arm/mach-s3c2410/mach-h1940.c +++ b/arch/arm/mach-s3c2410/mach-h1940.c | |||
@@ -744,7 +744,7 @@ static void __init h1940_init(void) | |||
744 | 744 | ||
745 | MACHINE_START(H1940, "IPAQ-H1940") | 745 | MACHINE_START(H1940, "IPAQ-H1940") |
746 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ | 746 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ |
747 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 747 | .atag_offset = 0x100, |
748 | .map_io = h1940_map_io, | 748 | .map_io = h1940_map_io, |
749 | .reserve = h1940_reserve, | 749 | .reserve = h1940_reserve, |
750 | .init_irq = h1940_init_irq, | 750 | .init_irq = h1940_init_irq, |
diff --git a/arch/arm/mach-s3c2410/mach-n30.c b/arch/arm/mach-s3c2410/mach-n30.c index 079dcaa602d3..1dc3e3234417 100644 --- a/arch/arm/mach-s3c2410/mach-n30.c +++ b/arch/arm/mach-s3c2410/mach-n30.c | |||
@@ -586,7 +586,7 @@ MACHINE_START(N30, "Acer-N30") | |||
586 | /* Maintainer: Christer Weinigel <christer@weinigel.se>, | 586 | /* Maintainer: Christer Weinigel <christer@weinigel.se>, |
587 | Ben Dooks <ben-linux@fluff.org> | 587 | Ben Dooks <ben-linux@fluff.org> |
588 | */ | 588 | */ |
589 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 589 | .atag_offset = 0x100, |
590 | .timer = &s3c24xx_timer, | 590 | .timer = &s3c24xx_timer, |
591 | .init_machine = n30_init, | 591 | .init_machine = n30_init, |
592 | .init_irq = s3c24xx_init_irq, | 592 | .init_irq = s3c24xx_init_irq, |
@@ -596,7 +596,7 @@ MACHINE_END | |||
596 | MACHINE_START(N35, "Acer-N35") | 596 | MACHINE_START(N35, "Acer-N35") |
597 | /* Maintainer: Christer Weinigel <christer@weinigel.se> | 597 | /* Maintainer: Christer Weinigel <christer@weinigel.se> |
598 | */ | 598 | */ |
599 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 599 | .atag_offset = 0x100, |
600 | .timer = &s3c24xx_timer, | 600 | .timer = &s3c24xx_timer, |
601 | .init_machine = n30_init, | 601 | .init_machine = n30_init, |
602 | .init_irq = s3c24xx_init_irq, | 602 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2410/mach-otom.c b/arch/arm/mach-s3c2410/mach-otom.c index 0aa16cd5acbc..f03f3fd9cec9 100644 --- a/arch/arm/mach-s3c2410/mach-otom.c +++ b/arch/arm/mach-s3c2410/mach-otom.c | |||
@@ -116,7 +116,7 @@ static void __init otom11_init(void) | |||
116 | 116 | ||
117 | MACHINE_START(OTOM, "Nex Vision - Otom 1.1") | 117 | MACHINE_START(OTOM, "Nex Vision - Otom 1.1") |
118 | /* Maintainer: Guillaume GOURAT <guillaume.gourat@nexvision.tv> */ | 118 | /* Maintainer: Guillaume GOURAT <guillaume.gourat@nexvision.tv> */ |
119 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 119 | .atag_offset = 0x100, |
120 | .map_io = otom11_map_io, | 120 | .map_io = otom11_map_io, |
121 | .init_machine = otom11_init, | 121 | .init_machine = otom11_init, |
122 | .init_irq = s3c24xx_init_irq, | 122 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2410/mach-qt2410.c b/arch/arm/mach-s3c2410/mach-qt2410.c index f44f77531b1e..367d376deb96 100644 --- a/arch/arm/mach-s3c2410/mach-qt2410.c +++ b/arch/arm/mach-s3c2410/mach-qt2410.c | |||
@@ -344,7 +344,7 @@ static void __init qt2410_machine_init(void) | |||
344 | } | 344 | } |
345 | 345 | ||
346 | MACHINE_START(QT2410, "QT2410") | 346 | MACHINE_START(QT2410, "QT2410") |
347 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 347 | .atag_offset = 0x100, |
348 | .map_io = qt2410_map_io, | 348 | .map_io = qt2410_map_io, |
349 | .init_irq = s3c24xx_init_irq, | 349 | .init_irq = s3c24xx_init_irq, |
350 | .init_machine = qt2410_machine_init, | 350 | .init_machine = qt2410_machine_init, |
diff --git a/arch/arm/mach-s3c2410/mach-smdk2410.c b/arch/arm/mach-s3c2410/mach-smdk2410.c index e17f03387aba..99c9dfdb71c7 100644 --- a/arch/arm/mach-s3c2410/mach-smdk2410.c +++ b/arch/arm/mach-s3c2410/mach-smdk2410.c | |||
@@ -111,7 +111,7 @@ static void __init smdk2410_init(void) | |||
111 | MACHINE_START(SMDK2410, "SMDK2410") /* @TODO: request a new identifier and switch | 111 | MACHINE_START(SMDK2410, "SMDK2410") /* @TODO: request a new identifier and switch |
112 | * to SMDK2410 */ | 112 | * to SMDK2410 */ |
113 | /* Maintainer: Jonas Dietsche */ | 113 | /* Maintainer: Jonas Dietsche */ |
114 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 114 | .atag_offset = 0x100, |
115 | .map_io = smdk2410_map_io, | 115 | .map_io = smdk2410_map_io, |
116 | .init_irq = s3c24xx_init_irq, | 116 | .init_irq = s3c24xx_init_irq, |
117 | .init_machine = smdk2410_init, | 117 | .init_machine = smdk2410_init, |
diff --git a/arch/arm/mach-s3c2410/mach-tct_hammer.c b/arch/arm/mach-s3c2410/mach-tct_hammer.c index 43c2b831b9e8..e0d0b6fb2800 100644 --- a/arch/arm/mach-s3c2410/mach-tct_hammer.c +++ b/arch/arm/mach-s3c2410/mach-tct_hammer.c | |||
@@ -146,7 +146,7 @@ static void __init tct_hammer_init(void) | |||
146 | } | 146 | } |
147 | 147 | ||
148 | MACHINE_START(TCT_HAMMER, "TCT_HAMMER") | 148 | MACHINE_START(TCT_HAMMER, "TCT_HAMMER") |
149 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 149 | .atag_offset = 0x100, |
150 | .map_io = tct_hammer_map_io, | 150 | .map_io = tct_hammer_map_io, |
151 | .init_irq = s3c24xx_init_irq, | 151 | .init_irq = s3c24xx_init_irq, |
152 | .init_machine = tct_hammer_init, | 152 | .init_machine = tct_hammer_init, |
diff --git a/arch/arm/mach-s3c2410/mach-vr1000.c b/arch/arm/mach-s3c2410/mach-vr1000.c index 6ccce5a761b4..df47e8e90065 100644 --- a/arch/arm/mach-s3c2410/mach-vr1000.c +++ b/arch/arm/mach-s3c2410/mach-vr1000.c | |||
@@ -400,7 +400,7 @@ static void __init vr1000_init(void) | |||
400 | 400 | ||
401 | MACHINE_START(VR1000, "Thorcom-VR1000") | 401 | MACHINE_START(VR1000, "Thorcom-VR1000") |
402 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ | 402 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ |
403 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 403 | .atag_offset = 0x100, |
404 | .map_io = vr1000_map_io, | 404 | .map_io = vr1000_map_io, |
405 | .init_machine = vr1000_init, | 405 | .init_machine = vr1000_init, |
406 | .init_irq = s3c24xx_init_irq, | 406 | .init_irq = s3c24xx_init_irq, |