diff options
Diffstat (limited to 'arch')
361 files changed, 1 insertions, 852 deletions
diff --git a/arch/arm/include/asm/mach/arch.h b/arch/arm/include/asm/mach/arch.h index ac6851133fe3..d97a964207fa 100644 --- a/arch/arm/include/asm/mach/arch.h +++ b/arch/arm/include/asm/mach/arch.h | |||
@@ -16,14 +16,10 @@ struct sys_timer; | |||
16 | 16 | ||
17 | struct machine_desc { | 17 | struct machine_desc { |
18 | /* | 18 | /* |
19 | * Note! The first four elements are used | 19 | * Note! The first two elements are used |
20 | * by assembler code in head.S, head-common.S | 20 | * by assembler code in head.S, head-common.S |
21 | */ | 21 | */ |
22 | unsigned int nr; /* architecture number */ | 22 | unsigned int nr; /* architecture number */ |
23 | unsigned int phys_io; /* start of physical io */ | ||
24 | unsigned int io_pg_offst; /* byte offset for io | ||
25 | * page tabe entry */ | ||
26 | |||
27 | const char *name; /* architecture name */ | 23 | const char *name; /* architecture name */ |
28 | unsigned long boot_params; /* tagged list */ | 24 | unsigned long boot_params; /* tagged list */ |
29 | 25 | ||
diff --git a/arch/arm/kernel/asm-offsets.c b/arch/arm/kernel/asm-offsets.c index 85f2a019f77b..82da66172132 100644 --- a/arch/arm/kernel/asm-offsets.c +++ b/arch/arm/kernel/asm-offsets.c | |||
@@ -102,8 +102,6 @@ int main(void) | |||
102 | DEFINE(SIZEOF_MACHINE_DESC, sizeof(struct machine_desc)); | 102 | DEFINE(SIZEOF_MACHINE_DESC, sizeof(struct machine_desc)); |
103 | DEFINE(MACHINFO_TYPE, offsetof(struct machine_desc, nr)); | 103 | DEFINE(MACHINFO_TYPE, offsetof(struct machine_desc, nr)); |
104 | DEFINE(MACHINFO_NAME, offsetof(struct machine_desc, name)); | 104 | DEFINE(MACHINFO_NAME, offsetof(struct machine_desc, name)); |
105 | DEFINE(MACHINFO_PHYSIO, offsetof(struct machine_desc, phys_io)); | ||
106 | DEFINE(MACHINFO_PGOFFIO, offsetof(struct machine_desc, io_pg_offst)); | ||
107 | BLANK(); | 105 | BLANK(); |
108 | DEFINE(PROC_INFO_SZ, sizeof(struct proc_info_list)); | 106 | DEFINE(PROC_INFO_SZ, sizeof(struct proc_info_list)); |
109 | DEFINE(PROCINFO_INITFUNC, offsetof(struct proc_info_list, __cpu_flush)); | 107 | DEFINE(PROCINFO_INITFUNC, offsetof(struct proc_info_list, __cpu_flush)); |
diff --git a/arch/arm/mach-aaec2000/aaed2000.c b/arch/arm/mach-aaec2000/aaed2000.c index 81a3ecc0d104..0eb3e3e5b2d1 100644 --- a/arch/arm/mach-aaec2000/aaed2000.c +++ b/arch/arm/mach-aaec2000/aaed2000.c | |||
@@ -95,8 +95,6 @@ static void __init aaed2000_map_io(void) | |||
95 | 95 | ||
96 | MACHINE_START(AAED2000, "Agilent AAED-2000 Development Platform") | 96 | MACHINE_START(AAED2000, "Agilent AAED-2000 Development Platform") |
97 | /* Maintainer: Nicolas Bellido Y Ortega */ | 97 | /* Maintainer: Nicolas Bellido Y Ortega */ |
98 | .phys_io = PIO_BASE, | ||
99 | .io_pg_offst = ((VIO_BASE) >> 18) & 0xfffc, | ||
100 | .map_io = aaed2000_map_io, | 98 | .map_io = aaed2000_map_io, |
101 | .init_irq = aaed2000_init_irq, | 99 | .init_irq = aaed2000_init_irq, |
102 | .timer = &aaec2000_timer, | 100 | .timer = &aaec2000_timer, |
diff --git a/arch/arm/mach-at91/board-1arm.c b/arch/arm/mach-at91/board-1arm.c index 9b27d167bff0..46bdc82d3fbf 100644 --- a/arch/arm/mach-at91/board-1arm.c +++ b/arch/arm/mach-at91/board-1arm.c | |||
@@ -92,8 +92,6 @@ static void __init onearm_board_init(void) | |||
92 | 92 | ||
93 | MACHINE_START(ONEARM, "Ajeco 1ARM single board computer") | 93 | MACHINE_START(ONEARM, "Ajeco 1ARM single board computer") |
94 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ | 94 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ |
95 | .phys_io = AT91_BASE_SYS, | ||
96 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
97 | .boot_params = AT91_SDRAM_BASE + 0x100, | 95 | .boot_params = AT91_SDRAM_BASE + 0x100, |
98 | .timer = &at91rm9200_timer, | 96 | .timer = &at91rm9200_timer, |
99 | .map_io = onearm_map_io, | 97 | .map_io = onearm_map_io, |
diff --git a/arch/arm/mach-at91/board-afeb-9260v1.c b/arch/arm/mach-at91/board-afeb-9260v1.c index 50667bed7cc9..cba7f7771fee 100644 --- a/arch/arm/mach-at91/board-afeb-9260v1.c +++ b/arch/arm/mach-at91/board-afeb-9260v1.c | |||
@@ -218,8 +218,6 @@ static void __init afeb9260_board_init(void) | |||
218 | 218 | ||
219 | MACHINE_START(AFEB9260, "Custom afeb9260 board") | 219 | MACHINE_START(AFEB9260, "Custom afeb9260 board") |
220 | /* Maintainer: Sergey Lapin <slapin@ossfans.org> */ | 220 | /* Maintainer: Sergey Lapin <slapin@ossfans.org> */ |
221 | .phys_io = AT91_BASE_SYS, | ||
222 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
223 | .boot_params = AT91_SDRAM_BASE + 0x100, | 221 | .boot_params = AT91_SDRAM_BASE + 0x100, |
224 | .timer = &at91sam926x_timer, | 222 | .timer = &at91sam926x_timer, |
225 | .map_io = afeb9260_map_io, | 223 | .map_io = afeb9260_map_io, |
diff --git a/arch/arm/mach-at91/board-at572d940hf_ek.c b/arch/arm/mach-at91/board-at572d940hf_ek.c index 46651623f208..3929f1c9e4e5 100644 --- a/arch/arm/mach-at91/board-at572d940hf_ek.c +++ b/arch/arm/mach-at91/board-at572d940hf_ek.c | |||
@@ -318,8 +318,6 @@ static void __init eb_board_init(void) | |||
318 | 318 | ||
319 | MACHINE_START(AT572D940HFEB, "Atmel AT91D940HF-EB") | 319 | MACHINE_START(AT572D940HFEB, "Atmel AT91D940HF-EB") |
320 | /* Maintainer: Atmel <costa.antonior@gmail.com> */ | 320 | /* Maintainer: Atmel <costa.antonior@gmail.com> */ |
321 | .phys_io = AT91_BASE_SYS, | ||
322 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
323 | .boot_params = AT91_SDRAM_BASE + 0x100, | 321 | .boot_params = AT91_SDRAM_BASE + 0x100, |
324 | .timer = &at91sam926x_timer, | 322 | .timer = &at91sam926x_timer, |
325 | .map_io = eb_map_io, | 323 | .map_io = eb_map_io, |
diff --git a/arch/arm/mach-at91/board-cam60.c b/arch/arm/mach-at91/board-cam60.c index 44eb9f764938..b54e3e6fceb6 100644 --- a/arch/arm/mach-at91/board-cam60.c +++ b/arch/arm/mach-at91/board-cam60.c | |||
@@ -198,8 +198,6 @@ static void __init cam60_board_init(void) | |||
198 | 198 | ||
199 | MACHINE_START(CAM60, "KwikByte CAM60") | 199 | MACHINE_START(CAM60, "KwikByte CAM60") |
200 | /* Maintainer: KwikByte */ | 200 | /* Maintainer: KwikByte */ |
201 | .phys_io = AT91_BASE_SYS, | ||
202 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
203 | .boot_params = AT91_SDRAM_BASE + 0x100, | 201 | .boot_params = AT91_SDRAM_BASE + 0x100, |
204 | .timer = &at91sam926x_timer, | 202 | .timer = &at91sam926x_timer, |
205 | .map_io = cam60_map_io, | 203 | .map_io = cam60_map_io, |
diff --git a/arch/arm/mach-at91/board-cap9adk.c b/arch/arm/mach-at91/board-cap9adk.c index d6940870e403..e7274440ead9 100644 --- a/arch/arm/mach-at91/board-cap9adk.c +++ b/arch/arm/mach-at91/board-cap9adk.c | |||
@@ -399,8 +399,6 @@ static void __init cap9adk_board_init(void) | |||
399 | 399 | ||
400 | MACHINE_START(AT91CAP9ADK, "Atmel AT91CAP9A-DK") | 400 | MACHINE_START(AT91CAP9ADK, "Atmel AT91CAP9A-DK") |
401 | /* Maintainer: Stelian Pop <stelian.pop@leadtechdesign.com> */ | 401 | /* Maintainer: Stelian Pop <stelian.pop@leadtechdesign.com> */ |
402 | .phys_io = AT91_BASE_SYS, | ||
403 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
404 | .boot_params = AT91_SDRAM_BASE + 0x100, | 402 | .boot_params = AT91_SDRAM_BASE + 0x100, |
405 | .timer = &at91sam926x_timer, | 403 | .timer = &at91sam926x_timer, |
406 | .map_io = cap9adk_map_io, | 404 | .map_io = cap9adk_map_io, |
diff --git a/arch/arm/mach-at91/board-carmeva.c b/arch/arm/mach-at91/board-carmeva.c index db1f9544d2e0..2e74a19874d1 100644 --- a/arch/arm/mach-at91/board-carmeva.c +++ b/arch/arm/mach-at91/board-carmeva.c | |||
@@ -162,8 +162,6 @@ static void __init carmeva_board_init(void) | |||
162 | 162 | ||
163 | MACHINE_START(CARMEVA, "Carmeva") | 163 | MACHINE_START(CARMEVA, "Carmeva") |
164 | /* Maintainer: Conitec Datasystems */ | 164 | /* Maintainer: Conitec Datasystems */ |
165 | .phys_io = AT91_BASE_SYS, | ||
166 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
167 | .boot_params = AT91_SDRAM_BASE + 0x100, | 165 | .boot_params = AT91_SDRAM_BASE + 0x100, |
168 | .timer = &at91rm9200_timer, | 166 | .timer = &at91rm9200_timer, |
169 | .map_io = carmeva_map_io, | 167 | .map_io = carmeva_map_io, |
diff --git a/arch/arm/mach-at91/board-cpu9krea.c b/arch/arm/mach-at91/board-cpu9krea.c index 4bc2e9f6ebb5..3838594578f3 100644 --- a/arch/arm/mach-at91/board-cpu9krea.c +++ b/arch/arm/mach-at91/board-cpu9krea.c | |||
@@ -375,8 +375,6 @@ MACHINE_START(CPUAT9260, "Eukrea CPU9260") | |||
375 | MACHINE_START(CPUAT9G20, "Eukrea CPU9G20") | 375 | MACHINE_START(CPUAT9G20, "Eukrea CPU9G20") |
376 | #endif | 376 | #endif |
377 | /* Maintainer: Eric Benard - EUKREA Electromatique */ | 377 | /* Maintainer: Eric Benard - EUKREA Electromatique */ |
378 | .phys_io = AT91_BASE_SYS, | ||
379 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
380 | .boot_params = AT91_SDRAM_BASE + 0x100, | 378 | .boot_params = AT91_SDRAM_BASE + 0x100, |
381 | .timer = &at91sam926x_timer, | 379 | .timer = &at91sam926x_timer, |
382 | .map_io = cpu9krea_map_io, | 380 | .map_io = cpu9krea_map_io, |
diff --git a/arch/arm/mach-at91/board-cpuat91.c b/arch/arm/mach-at91/board-cpuat91.c index a28d99656190..2f4dd8cdd484 100644 --- a/arch/arm/mach-at91/board-cpuat91.c +++ b/arch/arm/mach-at91/board-cpuat91.c | |||
@@ -175,8 +175,6 @@ static void __init cpuat91_board_init(void) | |||
175 | 175 | ||
176 | MACHINE_START(CPUAT91, "Eukrea") | 176 | MACHINE_START(CPUAT91, "Eukrea") |
177 | /* Maintainer: Eric Benard - EUKREA Electromatique */ | 177 | /* Maintainer: Eric Benard - EUKREA Electromatique */ |
178 | .phys_io = AT91_BASE_SYS, | ||
179 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
180 | .boot_params = AT91_SDRAM_BASE + 0x100, | 178 | .boot_params = AT91_SDRAM_BASE + 0x100, |
181 | .timer = &at91rm9200_timer, | 179 | .timer = &at91rm9200_timer, |
182 | .map_io = cpuat91_map_io, | 180 | .map_io = cpuat91_map_io, |
diff --git a/arch/arm/mach-at91/board-csb337.c b/arch/arm/mach-at91/board-csb337.c index fea2529ebcf9..464839dc39bd 100644 --- a/arch/arm/mach-at91/board-csb337.c +++ b/arch/arm/mach-at91/board-csb337.c | |||
@@ -257,8 +257,6 @@ static void __init csb337_board_init(void) | |||
257 | 257 | ||
258 | MACHINE_START(CSB337, "Cogent CSB337") | 258 | MACHINE_START(CSB337, "Cogent CSB337") |
259 | /* Maintainer: Bill Gatliff */ | 259 | /* Maintainer: Bill Gatliff */ |
260 | .phys_io = AT91_BASE_SYS, | ||
261 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
262 | .boot_params = AT91_SDRAM_BASE + 0x100, | 260 | .boot_params = AT91_SDRAM_BASE + 0x100, |
263 | .timer = &at91rm9200_timer, | 261 | .timer = &at91rm9200_timer, |
264 | .map_io = csb337_map_io, | 262 | .map_io = csb337_map_io, |
diff --git a/arch/arm/mach-at91/board-csb637.c b/arch/arm/mach-at91/board-csb637.c index cfa3f04b2205..431688c61412 100644 --- a/arch/arm/mach-at91/board-csb637.c +++ b/arch/arm/mach-at91/board-csb637.c | |||
@@ -138,8 +138,6 @@ static void __init csb637_board_init(void) | |||
138 | 138 | ||
139 | MACHINE_START(CSB637, "Cogent CSB637") | 139 | MACHINE_START(CSB637, "Cogent CSB637") |
140 | /* Maintainer: Bill Gatliff */ | 140 | /* Maintainer: Bill Gatliff */ |
141 | .phys_io = AT91_BASE_SYS, | ||
142 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
143 | .boot_params = AT91_SDRAM_BASE + 0x100, | 141 | .boot_params = AT91_SDRAM_BASE + 0x100, |
144 | .timer = &at91rm9200_timer, | 142 | .timer = &at91rm9200_timer, |
145 | .map_io = csb637_map_io, | 143 | .map_io = csb637_map_io, |
diff --git a/arch/arm/mach-at91/board-dk.c b/arch/arm/mach-at91/board-dk.c index 0fd0f5bc77ea..e14f0e165680 100644 --- a/arch/arm/mach-at91/board-dk.c +++ b/arch/arm/mach-at91/board-dk.c | |||
@@ -225,8 +225,6 @@ static void __init dk_board_init(void) | |||
225 | 225 | ||
226 | MACHINE_START(AT91RM9200DK, "Atmel AT91RM9200-DK") | 226 | MACHINE_START(AT91RM9200DK, "Atmel AT91RM9200-DK") |
227 | /* Maintainer: SAN People/Atmel */ | 227 | /* Maintainer: SAN People/Atmel */ |
228 | .phys_io = AT91_BASE_SYS, | ||
229 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
230 | .boot_params = AT91_SDRAM_BASE + 0x100, | 228 | .boot_params = AT91_SDRAM_BASE + 0x100, |
231 | .timer = &at91rm9200_timer, | 229 | .timer = &at91rm9200_timer, |
232 | .map_io = dk_map_io, | 230 | .map_io = dk_map_io, |
diff --git a/arch/arm/mach-at91/board-eb9200.c b/arch/arm/mach-at91/board-eb9200.c index 528656761ff7..6cf6566ae346 100644 --- a/arch/arm/mach-at91/board-eb9200.c +++ b/arch/arm/mach-at91/board-eb9200.c | |||
@@ -120,8 +120,6 @@ static void __init eb9200_board_init(void) | |||
120 | } | 120 | } |
121 | 121 | ||
122 | MACHINE_START(ATEB9200, "Embest ATEB9200") | 122 | MACHINE_START(ATEB9200, "Embest ATEB9200") |
123 | .phys_io = AT91_BASE_SYS, | ||
124 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
125 | .boot_params = AT91_SDRAM_BASE + 0x100, | 123 | .boot_params = AT91_SDRAM_BASE + 0x100, |
126 | .timer = &at91rm9200_timer, | 124 | .timer = &at91rm9200_timer, |
127 | .map_io = eb9200_map_io, | 125 | .map_io = eb9200_map_io, |
diff --git a/arch/arm/mach-at91/board-ecbat91.c b/arch/arm/mach-at91/board-ecbat91.c index 1d69908617f0..7b58c948a957 100644 --- a/arch/arm/mach-at91/board-ecbat91.c +++ b/arch/arm/mach-at91/board-ecbat91.c | |||
@@ -168,8 +168,6 @@ static void __init ecb_at91board_init(void) | |||
168 | 168 | ||
169 | MACHINE_START(ECBAT91, "emQbit's ECB_AT91") | 169 | MACHINE_START(ECBAT91, "emQbit's ECB_AT91") |
170 | /* Maintainer: emQbit.com */ | 170 | /* Maintainer: emQbit.com */ |
171 | .phys_io = AT91_BASE_SYS, | ||
172 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
173 | .boot_params = AT91_SDRAM_BASE + 0x100, | 171 | .boot_params = AT91_SDRAM_BASE + 0x100, |
174 | .timer = &at91rm9200_timer, | 172 | .timer = &at91rm9200_timer, |
175 | .map_io = ecb_at91map_io, | 173 | .map_io = ecb_at91map_io, |
diff --git a/arch/arm/mach-at91/board-eco920.c b/arch/arm/mach-at91/board-eco920.c index 295a96609e71..a158a0ce458f 100644 --- a/arch/arm/mach-at91/board-eco920.c +++ b/arch/arm/mach-at91/board-eco920.c | |||
@@ -148,8 +148,6 @@ static void __init eco920_board_init(void) | |||
148 | 148 | ||
149 | MACHINE_START(ECO920, "eco920") | 149 | MACHINE_START(ECO920, "eco920") |
150 | /* Maintainer: Sascha Hauer */ | 150 | /* Maintainer: Sascha Hauer */ |
151 | .phys_io = AT91_BASE_SYS, | ||
152 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
153 | .boot_params = AT91_SDRAM_BASE + 0x100, | 151 | .boot_params = AT91_SDRAM_BASE + 0x100, |
154 | .timer = &at91rm9200_timer, | 152 | .timer = &at91rm9200_timer, |
155 | .map_io = eco920_map_io, | 153 | .map_io = eco920_map_io, |
diff --git a/arch/arm/mach-at91/board-ek.c b/arch/arm/mach-at91/board-ek.c index 4cdfaac8e590..56e92c4bbc2a 100644 --- a/arch/arm/mach-at91/board-ek.c +++ b/arch/arm/mach-at91/board-ek.c | |||
@@ -191,8 +191,6 @@ static void __init ek_board_init(void) | |||
191 | 191 | ||
192 | MACHINE_START(AT91RM9200EK, "Atmel AT91RM9200-EK") | 192 | MACHINE_START(AT91RM9200EK, "Atmel AT91RM9200-EK") |
193 | /* Maintainer: SAN People/Atmel */ | 193 | /* Maintainer: SAN People/Atmel */ |
194 | .phys_io = AT91_BASE_SYS, | ||
195 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
196 | .boot_params = AT91_SDRAM_BASE + 0x100, | 194 | .boot_params = AT91_SDRAM_BASE + 0x100, |
197 | .timer = &at91rm9200_timer, | 195 | .timer = &at91rm9200_timer, |
198 | .map_io = ek_map_io, | 196 | .map_io = ek_map_io, |
diff --git a/arch/arm/mach-at91/board-flexibity.c b/arch/arm/mach-at91/board-flexibity.c index 216c8ca985f4..c8a62dc8fa65 100644 --- a/arch/arm/mach-at91/board-flexibity.c +++ b/arch/arm/mach-at91/board-flexibity.c | |||
@@ -154,8 +154,6 @@ static void __init flexibity_board_init(void) | |||
154 | 154 | ||
155 | MACHINE_START(FLEXIBITY, "Flexibity Connect") | 155 | MACHINE_START(FLEXIBITY, "Flexibity Connect") |
156 | /* Maintainer: Maxim Osipov */ | 156 | /* Maintainer: Maxim Osipov */ |
157 | .phys_io = AT91_BASE_SYS, | ||
158 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
159 | .boot_params = AT91_SDRAM_BASE + 0x100, | 157 | .boot_params = AT91_SDRAM_BASE + 0x100, |
160 | .timer = &at91sam926x_timer, | 158 | .timer = &at91sam926x_timer, |
161 | .map_io = flexibity_map_io, | 159 | .map_io = flexibity_map_io, |
diff --git a/arch/arm/mach-at91/board-kafa.c b/arch/arm/mach-at91/board-kafa.c index a87956c0a74f..c0ce79d431a0 100644 --- a/arch/arm/mach-at91/board-kafa.c +++ b/arch/arm/mach-at91/board-kafa.c | |||
@@ -99,8 +99,6 @@ static void __init kafa_board_init(void) | |||
99 | 99 | ||
100 | MACHINE_START(KAFA, "Sperry-Sun KAFA") | 100 | MACHINE_START(KAFA, "Sperry-Sun KAFA") |
101 | /* Maintainer: Sergei Sharonov */ | 101 | /* Maintainer: Sergei Sharonov */ |
102 | .phys_io = AT91_BASE_SYS, | ||
103 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
104 | .boot_params = AT91_SDRAM_BASE + 0x100, | 102 | .boot_params = AT91_SDRAM_BASE + 0x100, |
105 | .timer = &at91rm9200_timer, | 103 | .timer = &at91rm9200_timer, |
106 | .map_io = kafa_map_io, | 104 | .map_io = kafa_map_io, |
diff --git a/arch/arm/mach-at91/board-kb9202.c b/arch/arm/mach-at91/board-kb9202.c index fe9b9913fa3c..a13d2063faff 100644 --- a/arch/arm/mach-at91/board-kb9202.c +++ b/arch/arm/mach-at91/board-kb9202.c | |||
@@ -136,8 +136,6 @@ static void __init kb9202_board_init(void) | |||
136 | 136 | ||
137 | MACHINE_START(KB9200, "KB920x") | 137 | MACHINE_START(KB9200, "KB920x") |
138 | /* Maintainer: KwikByte, Inc. */ | 138 | /* Maintainer: KwikByte, Inc. */ |
139 | .phys_io = AT91_BASE_SYS, | ||
140 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
141 | .boot_params = AT91_SDRAM_BASE + 0x100, | 139 | .boot_params = AT91_SDRAM_BASE + 0x100, |
142 | .timer = &at91rm9200_timer, | 140 | .timer = &at91rm9200_timer, |
143 | .map_io = kb9202_map_io, | 141 | .map_io = kb9202_map_io, |
diff --git a/arch/arm/mach-at91/board-neocore926.c b/arch/arm/mach-at91/board-neocore926.c index 7c1e382330fb..fe5f1d47e6e2 100644 --- a/arch/arm/mach-at91/board-neocore926.c +++ b/arch/arm/mach-at91/board-neocore926.c | |||
@@ -387,8 +387,6 @@ static void __init neocore926_board_init(void) | |||
387 | 387 | ||
388 | MACHINE_START(NEOCORE926, "ADENEO NEOCORE 926") | 388 | MACHINE_START(NEOCORE926, "ADENEO NEOCORE 926") |
389 | /* Maintainer: ADENEO */ | 389 | /* Maintainer: ADENEO */ |
390 | .phys_io = AT91_BASE_SYS, | ||
391 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
392 | .boot_params = AT91_SDRAM_BASE + 0x100, | 390 | .boot_params = AT91_SDRAM_BASE + 0x100, |
393 | .timer = &at91sam926x_timer, | 391 | .timer = &at91sam926x_timer, |
394 | .map_io = neocore926_map_io, | 392 | .map_io = neocore926_map_io, |
diff --git a/arch/arm/mach-at91/board-picotux200.c b/arch/arm/mach-at91/board-picotux200.c index 859727e7ea30..9d833bbc592d 100644 --- a/arch/arm/mach-at91/board-picotux200.c +++ b/arch/arm/mach-at91/board-picotux200.c | |||
@@ -156,8 +156,6 @@ static void __init picotux200_board_init(void) | |||
156 | 156 | ||
157 | MACHINE_START(PICOTUX2XX, "picotux 200") | 157 | MACHINE_START(PICOTUX2XX, "picotux 200") |
158 | /* Maintainer: Kleinhenz Elektronik GmbH */ | 158 | /* Maintainer: Kleinhenz Elektronik GmbH */ |
159 | .phys_io = AT91_BASE_SYS, | ||
160 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
161 | .boot_params = AT91_SDRAM_BASE + 0x100, | 159 | .boot_params = AT91_SDRAM_BASE + 0x100, |
162 | .timer = &at91rm9200_timer, | 160 | .timer = &at91rm9200_timer, |
163 | .map_io = picotux200_map_io, | 161 | .map_io = picotux200_map_io, |
diff --git a/arch/arm/mach-at91/board-qil-a9260.c b/arch/arm/mach-at91/board-qil-a9260.c index 664938e8f661..69d15a875b66 100644 --- a/arch/arm/mach-at91/board-qil-a9260.c +++ b/arch/arm/mach-at91/board-qil-a9260.c | |||
@@ -268,8 +268,6 @@ static void __init ek_board_init(void) | |||
268 | 268 | ||
269 | MACHINE_START(QIL_A9260, "CALAO QIL_A9260") | 269 | MACHINE_START(QIL_A9260, "CALAO QIL_A9260") |
270 | /* Maintainer: calao-systems */ | 270 | /* Maintainer: calao-systems */ |
271 | .phys_io = AT91_BASE_SYS, | ||
272 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
273 | .boot_params = AT91_SDRAM_BASE + 0x100, | 271 | .boot_params = AT91_SDRAM_BASE + 0x100, |
274 | .timer = &at91sam926x_timer, | 272 | .timer = &at91sam926x_timer, |
275 | .map_io = ek_map_io, | 273 | .map_io = ek_map_io, |
diff --git a/arch/arm/mach-at91/board-sam9-l9260.c b/arch/arm/mach-at91/board-sam9-l9260.c index b48346977534..25a26beaa728 100644 --- a/arch/arm/mach-at91/board-sam9-l9260.c +++ b/arch/arm/mach-at91/board-sam9-l9260.c | |||
@@ -212,8 +212,6 @@ static void __init ek_board_init(void) | |||
212 | 212 | ||
213 | MACHINE_START(SAM9_L9260, "Olimex SAM9-L9260") | 213 | MACHINE_START(SAM9_L9260, "Olimex SAM9-L9260") |
214 | /* Maintainer: Olimex */ | 214 | /* Maintainer: Olimex */ |
215 | .phys_io = AT91_BASE_SYS, | ||
216 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
217 | .boot_params = AT91_SDRAM_BASE + 0x100, | 215 | .boot_params = AT91_SDRAM_BASE + 0x100, |
218 | .timer = &at91sam926x_timer, | 216 | .timer = &at91sam926x_timer, |
219 | .map_io = ek_map_io, | 217 | .map_io = ek_map_io, |
diff --git a/arch/arm/mach-at91/board-sam9260ek.c b/arch/arm/mach-at91/board-sam9260ek.c index ba9d501b5c50..de1816e0e1d9 100644 --- a/arch/arm/mach-at91/board-sam9260ek.c +++ b/arch/arm/mach-at91/board-sam9260ek.c | |||
@@ -356,8 +356,6 @@ static void __init ek_board_init(void) | |||
356 | 356 | ||
357 | MACHINE_START(AT91SAM9260EK, "Atmel AT91SAM9260-EK") | 357 | MACHINE_START(AT91SAM9260EK, "Atmel AT91SAM9260-EK") |
358 | /* Maintainer: Atmel */ | 358 | /* Maintainer: Atmel */ |
359 | .phys_io = AT91_BASE_SYS, | ||
360 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
361 | .boot_params = AT91_SDRAM_BASE + 0x100, | 359 | .boot_params = AT91_SDRAM_BASE + 0x100, |
362 | .timer = &at91sam926x_timer, | 360 | .timer = &at91sam926x_timer, |
363 | .map_io = ek_map_io, | 361 | .map_io = ek_map_io, |
diff --git a/arch/arm/mach-at91/board-sam9261ek.c b/arch/arm/mach-at91/board-sam9261ek.c index 65eb0943194f..14acc901e24c 100644 --- a/arch/arm/mach-at91/board-sam9261ek.c +++ b/arch/arm/mach-at91/board-sam9261ek.c | |||
@@ -623,8 +623,6 @@ MACHINE_START(AT91SAM9261EK, "Atmel AT91SAM9261-EK") | |||
623 | MACHINE_START(AT91SAM9G10EK, "Atmel AT91SAM9G10-EK") | 623 | MACHINE_START(AT91SAM9G10EK, "Atmel AT91SAM9G10-EK") |
624 | #endif | 624 | #endif |
625 | /* Maintainer: Atmel */ | 625 | /* Maintainer: Atmel */ |
626 | .phys_io = AT91_BASE_SYS, | ||
627 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
628 | .boot_params = AT91_SDRAM_BASE + 0x100, | 626 | .boot_params = AT91_SDRAM_BASE + 0x100, |
629 | .timer = &at91sam926x_timer, | 627 | .timer = &at91sam926x_timer, |
630 | .map_io = ek_map_io, | 628 | .map_io = ek_map_io, |
diff --git a/arch/arm/mach-at91/board-sam9263ek.c b/arch/arm/mach-at91/board-sam9263ek.c index 2d867fb0630f..bfe490df58be 100644 --- a/arch/arm/mach-at91/board-sam9263ek.c +++ b/arch/arm/mach-at91/board-sam9263ek.c | |||
@@ -454,8 +454,6 @@ static void __init ek_board_init(void) | |||
454 | 454 | ||
455 | MACHINE_START(AT91SAM9263EK, "Atmel AT91SAM9263-EK") | 455 | MACHINE_START(AT91SAM9263EK, "Atmel AT91SAM9263-EK") |
456 | /* Maintainer: Atmel */ | 456 | /* Maintainer: Atmel */ |
457 | .phys_io = AT91_BASE_SYS, | ||
458 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
459 | .boot_params = AT91_SDRAM_BASE + 0x100, | 457 | .boot_params = AT91_SDRAM_BASE + 0x100, |
460 | .timer = &at91sam926x_timer, | 458 | .timer = &at91sam926x_timer, |
461 | .map_io = ek_map_io, | 459 | .map_io = ek_map_io, |
diff --git a/arch/arm/mach-at91/board-sam9g20ek.c b/arch/arm/mach-at91/board-sam9g20ek.c index b463e340c4a0..ca8198b3c168 100644 --- a/arch/arm/mach-at91/board-sam9g20ek.c +++ b/arch/arm/mach-at91/board-sam9g20ek.c | |||
@@ -406,8 +406,6 @@ static void __init ek_board_init(void) | |||
406 | 406 | ||
407 | MACHINE_START(AT91SAM9G20EK, "Atmel AT91SAM9G20-EK") | 407 | MACHINE_START(AT91SAM9G20EK, "Atmel AT91SAM9G20-EK") |
408 | /* Maintainer: Atmel */ | 408 | /* Maintainer: Atmel */ |
409 | .phys_io = AT91_BASE_SYS, | ||
410 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
411 | .boot_params = AT91_SDRAM_BASE + 0x100, | 409 | .boot_params = AT91_SDRAM_BASE + 0x100, |
412 | .timer = &at91sam926x_timer, | 410 | .timer = &at91sam926x_timer, |
413 | .map_io = ek_map_io, | 411 | .map_io = ek_map_io, |
@@ -417,8 +415,6 @@ MACHINE_END | |||
417 | 415 | ||
418 | MACHINE_START(AT91SAM9G20EK_2MMC, "Atmel AT91SAM9G20-EK 2 MMC Slot Mod") | 416 | MACHINE_START(AT91SAM9G20EK_2MMC, "Atmel AT91SAM9G20-EK 2 MMC Slot Mod") |
419 | /* Maintainer: Atmel */ | 417 | /* Maintainer: Atmel */ |
420 | .phys_io = AT91_BASE_SYS, | ||
421 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
422 | .boot_params = AT91_SDRAM_BASE + 0x100, | 418 | .boot_params = AT91_SDRAM_BASE + 0x100, |
423 | .timer = &at91sam926x_timer, | 419 | .timer = &at91sam926x_timer, |
424 | .map_io = ek_map_io, | 420 | .map_io = ek_map_io, |
diff --git a/arch/arm/mach-at91/board-sam9m10g45ek.c b/arch/arm/mach-at91/board-sam9m10g45ek.c index ae0e0843e5f5..7913984f6de9 100644 --- a/arch/arm/mach-at91/board-sam9m10g45ek.c +++ b/arch/arm/mach-at91/board-sam9m10g45ek.c | |||
@@ -401,8 +401,6 @@ static void __init ek_board_init(void) | |||
401 | 401 | ||
402 | MACHINE_START(AT91SAM9M10G45EK, "Atmel AT91SAM9M10G45-EK") | 402 | MACHINE_START(AT91SAM9M10G45EK, "Atmel AT91SAM9M10G45-EK") |
403 | /* Maintainer: Atmel */ | 403 | /* Maintainer: Atmel */ |
404 | .phys_io = AT91_BASE_SYS, | ||
405 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
406 | .boot_params = AT91_SDRAM_BASE + 0x100, | 404 | .boot_params = AT91_SDRAM_BASE + 0x100, |
407 | .timer = &at91sam926x_timer, | 405 | .timer = &at91sam926x_timer, |
408 | .map_io = ek_map_io, | 406 | .map_io = ek_map_io, |
diff --git a/arch/arm/mach-at91/board-sam9rlek.c b/arch/arm/mach-at91/board-sam9rlek.c index 7ac20f3a2067..3bf3408e94c1 100644 --- a/arch/arm/mach-at91/board-sam9rlek.c +++ b/arch/arm/mach-at91/board-sam9rlek.c | |||
@@ -329,8 +329,6 @@ static void __init ek_board_init(void) | |||
329 | 329 | ||
330 | MACHINE_START(AT91SAM9RLEK, "Atmel AT91SAM9RL-EK") | 330 | MACHINE_START(AT91SAM9RLEK, "Atmel AT91SAM9RL-EK") |
331 | /* Maintainer: Atmel */ | 331 | /* Maintainer: Atmel */ |
332 | .phys_io = AT91_BASE_SYS, | ||
333 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
334 | .boot_params = AT91_SDRAM_BASE + 0x100, | 332 | .boot_params = AT91_SDRAM_BASE + 0x100, |
335 | .timer = &at91sam926x_timer, | 333 | .timer = &at91sam926x_timer, |
336 | .map_io = ek_map_io, | 334 | .map_io = ek_map_io, |
diff --git a/arch/arm/mach-at91/board-snapper9260.c b/arch/arm/mach-at91/board-snapper9260.c index 2c08ae4ad3a1..0a99b3cedd7a 100644 --- a/arch/arm/mach-at91/board-snapper9260.c +++ b/arch/arm/mach-at91/board-snapper9260.c | |||
@@ -177,8 +177,6 @@ static void __init snapper9260_board_init(void) | |||
177 | } | 177 | } |
178 | 178 | ||
179 | MACHINE_START(SNAPPER_9260, "Bluewater Systems Snapper 9260/9G20 module") | 179 | MACHINE_START(SNAPPER_9260, "Bluewater Systems Snapper 9260/9G20 module") |
180 | .phys_io = AT91_BASE_SYS, | ||
181 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
182 | .boot_params = AT91_SDRAM_BASE + 0x100, | 180 | .boot_params = AT91_SDRAM_BASE + 0x100, |
183 | .timer = &at91sam926x_timer, | 181 | .timer = &at91sam926x_timer, |
184 | .map_io = snapper9260_map_io, | 182 | .map_io = snapper9260_map_io, |
diff --git a/arch/arm/mach-at91/board-stamp9g20.c b/arch/arm/mach-at91/board-stamp9g20.c index 87958274290f..5206eef4a67e 100644 --- a/arch/arm/mach-at91/board-stamp9g20.c +++ b/arch/arm/mach-at91/board-stamp9g20.c | |||
@@ -294,8 +294,6 @@ static void __init stamp9g20_board_init(void) | |||
294 | 294 | ||
295 | MACHINE_START(PORTUXG20, "taskit PortuxG20") | 295 | MACHINE_START(PORTUXG20, "taskit PortuxG20") |
296 | /* Maintainer: taskit GmbH */ | 296 | /* Maintainer: taskit GmbH */ |
297 | .phys_io = AT91_BASE_SYS, | ||
298 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
299 | .boot_params = AT91_SDRAM_BASE + 0x100, | 297 | .boot_params = AT91_SDRAM_BASE + 0x100, |
300 | .timer = &at91sam926x_timer, | 298 | .timer = &at91sam926x_timer, |
301 | .map_io = portuxg20_map_io, | 299 | .map_io = portuxg20_map_io, |
@@ -305,8 +303,6 @@ MACHINE_END | |||
305 | 303 | ||
306 | MACHINE_START(STAMP9G20, "taskit Stamp9G20") | 304 | MACHINE_START(STAMP9G20, "taskit Stamp9G20") |
307 | /* Maintainer: taskit GmbH */ | 305 | /* Maintainer: taskit GmbH */ |
308 | .phys_io = AT91_BASE_SYS, | ||
309 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
310 | .boot_params = AT91_SDRAM_BASE + 0x100, | 306 | .boot_params = AT91_SDRAM_BASE + 0x100, |
311 | .timer = &at91sam926x_timer, | 307 | .timer = &at91sam926x_timer, |
312 | .map_io = stamp9g20_map_io, | 308 | .map_io = stamp9g20_map_io, |
diff --git a/arch/arm/mach-at91/board-usb-a9260.c b/arch/arm/mach-at91/board-usb-a9260.c index 905d6ef76807..07784baeae84 100644 --- a/arch/arm/mach-at91/board-usb-a9260.c +++ b/arch/arm/mach-at91/board-usb-a9260.c | |||
@@ -228,8 +228,6 @@ static void __init ek_board_init(void) | |||
228 | 228 | ||
229 | MACHINE_START(USB_A9260, "CALAO USB_A9260") | 229 | MACHINE_START(USB_A9260, "CALAO USB_A9260") |
230 | /* Maintainer: calao-systems */ | 230 | /* Maintainer: calao-systems */ |
231 | .phys_io = AT91_BASE_SYS, | ||
232 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
233 | .boot_params = AT91_SDRAM_BASE + 0x100, | 231 | .boot_params = AT91_SDRAM_BASE + 0x100, |
234 | .timer = &at91sam926x_timer, | 232 | .timer = &at91sam926x_timer, |
235 | .map_io = ek_map_io, | 233 | .map_io = ek_map_io, |
diff --git a/arch/arm/mach-at91/board-usb-a9263.c b/arch/arm/mach-at91/board-usb-a9263.c index b6a3480383e5..b614508931fd 100644 --- a/arch/arm/mach-at91/board-usb-a9263.c +++ b/arch/arm/mach-at91/board-usb-a9263.c | |||
@@ -244,8 +244,6 @@ static void __init ek_board_init(void) | |||
244 | 244 | ||
245 | MACHINE_START(USB_A9263, "CALAO USB_A9263") | 245 | MACHINE_START(USB_A9263, "CALAO USB_A9263") |
246 | /* Maintainer: calao-systems */ | 246 | /* Maintainer: calao-systems */ |
247 | .phys_io = AT91_BASE_SYS, | ||
248 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
249 | .boot_params = AT91_SDRAM_BASE + 0x100, | 247 | .boot_params = AT91_SDRAM_BASE + 0x100, |
250 | .timer = &at91sam926x_timer, | 248 | .timer = &at91sam926x_timer, |
251 | .map_io = ek_map_io, | 249 | .map_io = ek_map_io, |
diff --git a/arch/arm/mach-at91/board-yl-9200.c b/arch/arm/mach-at91/board-yl-9200.c index e22bf051f835..89df00a9d2f7 100644 --- a/arch/arm/mach-at91/board-yl-9200.c +++ b/arch/arm/mach-at91/board-yl-9200.c | |||
@@ -594,8 +594,6 @@ static void __init yl9200_board_init(void) | |||
594 | 594 | ||
595 | MACHINE_START(YL9200, "uCdragon YL-9200") | 595 | MACHINE_START(YL9200, "uCdragon YL-9200") |
596 | /* Maintainer: S.Birtles */ | 596 | /* Maintainer: S.Birtles */ |
597 | .phys_io = AT91_BASE_SYS, | ||
598 | .io_pg_offst = (AT91_VA_BASE_SYS >> 18) & 0xfffc, | ||
599 | .boot_params = AT91_SDRAM_BASE + 0x100, | 597 | .boot_params = AT91_SDRAM_BASE + 0x100, |
600 | .timer = &at91rm9200_timer, | 598 | .timer = &at91rm9200_timer, |
601 | .map_io = yl9200_map_io, | 599 | .map_io = yl9200_map_io, |
diff --git a/arch/arm/mach-bcmring/arch.c b/arch/arm/mach-bcmring/arch.c index 2f139196d63d..73eb066d2329 100644 --- a/arch/arm/mach-bcmring/arch.c +++ b/arch/arm/mach-bcmring/arch.c | |||
@@ -167,8 +167,6 @@ static void __init bcmring_fixup(struct machine_desc *desc, | |||
167 | 167 | ||
168 | MACHINE_START(BCMRING, "BCMRING") | 168 | MACHINE_START(BCMRING, "BCMRING") |
169 | /* Maintainer: Broadcom Corporation */ | 169 | /* Maintainer: Broadcom Corporation */ |
170 | .phys_io = MM_IO_START, | ||
171 | .io_pg_offst = (MM_IO_BASE >> 18) & 0xfffc, | ||
172 | .fixup = bcmring_fixup, | 170 | .fixup = bcmring_fixup, |
173 | .map_io = bcmring_map_io, | 171 | .map_io = bcmring_map_io, |
174 | .init_irq = bcmring_init_irq, | 172 | .init_irq = bcmring_init_irq, |
diff --git a/arch/arm/mach-clps711x/autcpu12.c b/arch/arm/mach-clps711x/autcpu12.c index 5f18eccdc725..4a74b2c959bd 100644 --- a/arch/arm/mach-clps711x/autcpu12.c +++ b/arch/arm/mach-clps711x/autcpu12.c | |||
@@ -64,8 +64,6 @@ void __init autcpu12_map_io(void) | |||
64 | 64 | ||
65 | MACHINE_START(AUTCPU12, "autronix autcpu12") | 65 | MACHINE_START(AUTCPU12, "autronix autcpu12") |
66 | /* Maintainer: Thomas Gleixner */ | 66 | /* Maintainer: Thomas Gleixner */ |
67 | .phys_io = 0x80000000, | ||
68 | .io_pg_offst = ((0xff000000) >> 18) & 0xfffc, | ||
69 | .boot_params = 0xc0020000, | 67 | .boot_params = 0xc0020000, |
70 | .map_io = autcpu12_map_io, | 68 | .map_io = autcpu12_map_io, |
71 | .init_irq = clps711x_init_irq, | 69 | .init_irq = clps711x_init_irq, |
diff --git a/arch/arm/mach-clps711x/cdb89712.c b/arch/arm/mach-clps711x/cdb89712.c index 71a80b5b8ad6..5a1689d48793 100644 --- a/arch/arm/mach-clps711x/cdb89712.c +++ b/arch/arm/mach-clps711x/cdb89712.c | |||
@@ -55,8 +55,6 @@ static void __init cdb89712_map_io(void) | |||
55 | 55 | ||
56 | MACHINE_START(CDB89712, "Cirrus-CDB89712") | 56 | MACHINE_START(CDB89712, "Cirrus-CDB89712") |
57 | /* Maintainer: Ray Lehtiniemi */ | 57 | /* Maintainer: Ray Lehtiniemi */ |
58 | .phys_io = 0x80000000, | ||
59 | .io_pg_offst = ((0xff000000) >> 18) & 0xfffc, | ||
60 | .boot_params = 0xc0000100, | 58 | .boot_params = 0xc0000100, |
61 | .map_io = cdb89712_map_io, | 59 | .map_io = cdb89712_map_io, |
62 | .init_irq = clps711x_init_irq, | 60 | .init_irq = clps711x_init_irq, |
diff --git a/arch/arm/mach-clps711x/ceiva.c b/arch/arm/mach-clps711x/ceiva.c index 8ada20184978..16481cf3e931 100644 --- a/arch/arm/mach-clps711x/ceiva.c +++ b/arch/arm/mach-clps711x/ceiva.c | |||
@@ -56,8 +56,6 @@ static void __init ceiva_map_io(void) | |||
56 | 56 | ||
57 | MACHINE_START(CEIVA, "CEIVA/Polaroid Photo MAX Digital Picture Frame") | 57 | MACHINE_START(CEIVA, "CEIVA/Polaroid Photo MAX Digital Picture Frame") |
58 | /* Maintainer: Rob Scott */ | 58 | /* Maintainer: Rob Scott */ |
59 | .phys_io = 0x80000000, | ||
60 | .io_pg_offst = ((0xff000000) >> 18) & 0xfffc, | ||
61 | .boot_params = 0xc0000100, | 59 | .boot_params = 0xc0000100, |
62 | .map_io = ceiva_map_io, | 60 | .map_io = ceiva_map_io, |
63 | .init_irq = clps711x_init_irq, | 61 | .init_irq = clps711x_init_irq, |
diff --git a/arch/arm/mach-clps711x/clep7312.c b/arch/arm/mach-clps711x/clep7312.c index 3c3bf45039ff..67b5abb4a60a 100644 --- a/arch/arm/mach-clps711x/clep7312.c +++ b/arch/arm/mach-clps711x/clep7312.c | |||
@@ -37,8 +37,6 @@ fixup_clep7312(struct machine_desc *desc, struct tag *tags, | |||
37 | 37 | ||
38 | MACHINE_START(CLEP7212, "Cirrus Logic 7212/7312") | 38 | MACHINE_START(CLEP7212, "Cirrus Logic 7212/7312") |
39 | /* Maintainer: Nobody */ | 39 | /* Maintainer: Nobody */ |
40 | .phys_io = 0x80000000, | ||
41 | .io_pg_offst = ((0xff000000) >> 18) & 0xfffc, | ||
42 | .boot_params = 0xc0000100, | 40 | .boot_params = 0xc0000100, |
43 | .fixup = fixup_clep7312, | 41 | .fixup = fixup_clep7312, |
44 | .map_io = clps711x_map_io, | 42 | .map_io = clps711x_map_io, |
diff --git a/arch/arm/mach-clps711x/edb7211-arch.c b/arch/arm/mach-clps711x/edb7211-arch.c index 4a7a2322979a..98ca5b2e940d 100644 --- a/arch/arm/mach-clps711x/edb7211-arch.c +++ b/arch/arm/mach-clps711x/edb7211-arch.c | |||
@@ -57,8 +57,6 @@ fixup_edb7211(struct machine_desc *desc, struct tag *tags, | |||
57 | 57 | ||
58 | MACHINE_START(EDB7211, "CL-EDB7211 (EP7211 eval board)") | 58 | MACHINE_START(EDB7211, "CL-EDB7211 (EP7211 eval board)") |
59 | /* Maintainer: Jon McClintock */ | 59 | /* Maintainer: Jon McClintock */ |
60 | .phys_io = 0x80000000, | ||
61 | .io_pg_offst = ((0xff000000) >> 18) & 0xfffc, | ||
62 | .boot_params = 0xc0020100, /* 0xc0000000 - 0xc001ffff can be video RAM */ | 60 | .boot_params = 0xc0020100, /* 0xc0000000 - 0xc001ffff can be video RAM */ |
63 | .fixup = fixup_edb7211, | 61 | .fixup = fixup_edb7211, |
64 | .map_io = edb7211_map_io, | 62 | .map_io = edb7211_map_io, |
diff --git a/arch/arm/mach-clps711x/fortunet.c b/arch/arm/mach-clps711x/fortunet.c index a696099aa4f8..b1cb479e71e9 100644 --- a/arch/arm/mach-clps711x/fortunet.c +++ b/arch/arm/mach-clps711x/fortunet.c | |||
@@ -75,8 +75,6 @@ fortunet_fixup(struct machine_desc *desc, struct tag *tags, | |||
75 | 75 | ||
76 | MACHINE_START(FORTUNET, "ARM-FortuNet") | 76 | MACHINE_START(FORTUNET, "ARM-FortuNet") |
77 | /* Maintainer: FortuNet Inc. */ | 77 | /* Maintainer: FortuNet Inc. */ |
78 | .phys_io = 0x80000000, | ||
79 | .io_pg_offst = ((0xf0000000) >> 18) & 0xfffc, | ||
80 | .boot_params = 0x00000000, | 78 | .boot_params = 0x00000000, |
81 | .fixup = fortunet_fixup, | 79 | .fixup = fortunet_fixup, |
82 | .map_io = clps711x_map_io, | 80 | .map_io = clps711x_map_io, |
diff --git a/arch/arm/mach-clps711x/p720t.c b/arch/arm/mach-clps711x/p720t.c index 0d94a30fd6fc..cefbce0480b9 100644 --- a/arch/arm/mach-clps711x/p720t.c +++ b/arch/arm/mach-clps711x/p720t.c | |||
@@ -89,8 +89,6 @@ static void __init p720t_map_io(void) | |||
89 | 89 | ||
90 | MACHINE_START(P720T, "ARM-Prospector720T") | 90 | MACHINE_START(P720T, "ARM-Prospector720T") |
91 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ | 91 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
92 | .phys_io = 0x80000000, | ||
93 | .io_pg_offst = ((0xff000000) >> 18) & 0xfffc, | ||
94 | .boot_params = 0xc0000100, | 92 | .boot_params = 0xc0000100, |
95 | .fixup = fixup_p720t, | 93 | .fixup = fixup_p720t, |
96 | .map_io = p720t_map_io, | 94 | .map_io = p720t_map_io, |
diff --git a/arch/arm/mach-cns3xxx/cns3420vb.c b/arch/arm/mach-cns3xxx/cns3420vb.c index 9df8391fd78a..90fe9ab8591d 100644 --- a/arch/arm/mach-cns3xxx/cns3420vb.c +++ b/arch/arm/mach-cns3xxx/cns3420vb.c | |||
@@ -142,8 +142,6 @@ static void __init cns3420_map_io(void) | |||
142 | } | 142 | } |
143 | 143 | ||
144 | MACHINE_START(CNS3420VB, "Cavium Networks CNS3420 Validation Board") | 144 | MACHINE_START(CNS3420VB, "Cavium Networks CNS3420 Validation Board") |
145 | .phys_io = CNS3XXX_UART0_BASE, | ||
146 | .io_pg_offst = (CNS3XXX_UART0_BASE_VIRT >> 18) & 0xfffc, | ||
147 | .boot_params = 0x00000100, | 145 | .boot_params = 0x00000100, |
148 | .map_io = cns3420_map_io, | 146 | .map_io = cns3420_map_io, |
149 | .init_irq = cns3xxx_init_irq, | 147 | .init_irq = cns3xxx_init_irq, |
diff --git a/arch/arm/mach-davinci/board-da830-evm.c b/arch/arm/mach-davinci/board-da830-evm.c index c3994f341e49..7f3cdbfc0fbb 100644 --- a/arch/arm/mach-davinci/board-da830-evm.c +++ b/arch/arm/mach-davinci/board-da830-evm.c | |||
@@ -597,8 +597,6 @@ static void __init da830_evm_map_io(void) | |||
597 | } | 597 | } |
598 | 598 | ||
599 | MACHINE_START(DAVINCI_DA830_EVM, "DaVinci DA830/OMAP-L137 EVM") | 599 | MACHINE_START(DAVINCI_DA830_EVM, "DaVinci DA830/OMAP-L137 EVM") |
600 | .phys_io = IO_PHYS, | ||
601 | .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, | ||
602 | .boot_params = (DA8XX_DDR_BASE + 0x100), | 600 | .boot_params = (DA8XX_DDR_BASE + 0x100), |
603 | .map_io = da830_evm_map_io, | 601 | .map_io = da830_evm_map_io, |
604 | .init_irq = cp_intc_init, | 602 | .init_irq = cp_intc_init, |
diff --git a/arch/arm/mach-davinci/board-da850-evm.c b/arch/arm/mach-davinci/board-da850-evm.c index fdc2cc500fc6..b26f5cbfce3e 100644 --- a/arch/arm/mach-davinci/board-da850-evm.c +++ b/arch/arm/mach-davinci/board-da850-evm.c | |||
@@ -817,8 +817,6 @@ static void __init da850_evm_map_io(void) | |||
817 | } | 817 | } |
818 | 818 | ||
819 | MACHINE_START(DAVINCI_DA850_EVM, "DaVinci DA850/OMAP-L138 EVM") | 819 | MACHINE_START(DAVINCI_DA850_EVM, "DaVinci DA850/OMAP-L138 EVM") |
820 | .phys_io = IO_PHYS, | ||
821 | .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, | ||
822 | .boot_params = (DA8XX_DDR_BASE + 0x100), | 820 | .boot_params = (DA8XX_DDR_BASE + 0x100), |
823 | .map_io = da850_evm_map_io, | 821 | .map_io = da850_evm_map_io, |
824 | .init_irq = cp_intc_init, | 822 | .init_irq = cp_intc_init, |
diff --git a/arch/arm/mach-davinci/board-dm355-evm.c b/arch/arm/mach-davinci/board-dm355-evm.c index a3191015efee..6e7cad13352c 100644 --- a/arch/arm/mach-davinci/board-dm355-evm.c +++ b/arch/arm/mach-davinci/board-dm355-evm.c | |||
@@ -351,8 +351,6 @@ static __init void dm355_evm_init(void) | |||
351 | } | 351 | } |
352 | 352 | ||
353 | MACHINE_START(DAVINCI_DM355_EVM, "DaVinci DM355 EVM") | 353 | MACHINE_START(DAVINCI_DM355_EVM, "DaVinci DM355 EVM") |
354 | .phys_io = IO_PHYS, | ||
355 | .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, | ||
356 | .boot_params = (0x80000100), | 354 | .boot_params = (0x80000100), |
357 | .map_io = dm355_evm_map_io, | 355 | .map_io = dm355_evm_map_io, |
358 | .init_irq = davinci_irq_init, | 356 | .init_irq = davinci_irq_init, |
diff --git a/arch/arm/mach-davinci/board-dm355-leopard.c b/arch/arm/mach-davinci/board-dm355-leopard.c index f1d8132cf0c3..543f9911b281 100644 --- a/arch/arm/mach-davinci/board-dm355-leopard.c +++ b/arch/arm/mach-davinci/board-dm355-leopard.c | |||
@@ -270,8 +270,6 @@ static __init void dm355_leopard_init(void) | |||
270 | } | 270 | } |
271 | 271 | ||
272 | MACHINE_START(DM355_LEOPARD, "DaVinci DM355 leopard") | 272 | MACHINE_START(DM355_LEOPARD, "DaVinci DM355 leopard") |
273 | .phys_io = IO_PHYS, | ||
274 | .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, | ||
275 | .boot_params = (0x80000100), | 273 | .boot_params = (0x80000100), |
276 | .map_io = dm355_leopard_map_io, | 274 | .map_io = dm355_leopard_map_io, |
277 | .init_irq = davinci_irq_init, | 275 | .init_irq = davinci_irq_init, |
diff --git a/arch/arm/mach-davinci/board-dm365-evm.c b/arch/arm/mach-davinci/board-dm365-evm.c index 84acef1d0b3d..944a0cbaf5cb 100644 --- a/arch/arm/mach-davinci/board-dm365-evm.c +++ b/arch/arm/mach-davinci/board-dm365-evm.c | |||
@@ -613,8 +613,6 @@ static __init void dm365_evm_init(void) | |||
613 | } | 613 | } |
614 | 614 | ||
615 | MACHINE_START(DAVINCI_DM365_EVM, "DaVinci DM365 EVM") | 615 | MACHINE_START(DAVINCI_DM365_EVM, "DaVinci DM365 EVM") |
616 | .phys_io = IO_PHYS, | ||
617 | .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, | ||
618 | .boot_params = (0x80000100), | 616 | .boot_params = (0x80000100), |
619 | .map_io = dm365_evm_map_io, | 617 | .map_io = dm365_evm_map_io, |
620 | .init_irq = davinci_irq_init, | 618 | .init_irq = davinci_irq_init, |
diff --git a/arch/arm/mach-davinci/board-dm644x-evm.c b/arch/arm/mach-davinci/board-dm644x-evm.c index 34c8b418cd72..d59fba15ba8d 100644 --- a/arch/arm/mach-davinci/board-dm644x-evm.c +++ b/arch/arm/mach-davinci/board-dm644x-evm.c | |||
@@ -706,8 +706,6 @@ static __init void davinci_evm_init(void) | |||
706 | 706 | ||
707 | MACHINE_START(DAVINCI_EVM, "DaVinci DM644x EVM") | 707 | MACHINE_START(DAVINCI_EVM, "DaVinci DM644x EVM") |
708 | /* Maintainer: MontaVista Software <source@mvista.com> */ | 708 | /* Maintainer: MontaVista Software <source@mvista.com> */ |
709 | .phys_io = IO_PHYS, | ||
710 | .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, | ||
711 | .boot_params = (DAVINCI_DDR_BASE + 0x100), | 709 | .boot_params = (DAVINCI_DDR_BASE + 0x100), |
712 | .map_io = davinci_evm_map_io, | 710 | .map_io = davinci_evm_map_io, |
713 | .init_irq = davinci_irq_init, | 711 | .init_irq = davinci_irq_init, |
diff --git a/arch/arm/mach-davinci/board-dm646x-evm.c b/arch/arm/mach-davinci/board-dm646x-evm.c index 4502f346b2b0..6890488fb92b 100644 --- a/arch/arm/mach-davinci/board-dm646x-evm.c +++ b/arch/arm/mach-davinci/board-dm646x-evm.c | |||
@@ -786,8 +786,6 @@ void __init dm646x_board_setup_refclk(struct clk *clk) | |||
786 | } | 786 | } |
787 | 787 | ||
788 | MACHINE_START(DAVINCI_DM6467_EVM, "DaVinci DM646x EVM") | 788 | MACHINE_START(DAVINCI_DM6467_EVM, "DaVinci DM646x EVM") |
789 | .phys_io = IO_PHYS, | ||
790 | .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, | ||
791 | .boot_params = (0x80000100), | 789 | .boot_params = (0x80000100), |
792 | .map_io = davinci_map_io, | 790 | .map_io = davinci_map_io, |
793 | .init_irq = davinci_irq_init, | 791 | .init_irq = davinci_irq_init, |
@@ -796,8 +794,6 @@ MACHINE_START(DAVINCI_DM6467_EVM, "DaVinci DM646x EVM") | |||
796 | MACHINE_END | 794 | MACHINE_END |
797 | 795 | ||
798 | MACHINE_START(DAVINCI_DM6467TEVM, "DaVinci DM6467T EVM") | 796 | MACHINE_START(DAVINCI_DM6467TEVM, "DaVinci DM6467T EVM") |
799 | .phys_io = IO_PHYS, | ||
800 | .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, | ||
801 | .boot_params = (0x80000100), | 797 | .boot_params = (0x80000100), |
802 | .map_io = davinci_map_io, | 798 | .map_io = davinci_map_io, |
803 | .init_irq = davinci_irq_init, | 799 | .init_irq = davinci_irq_init, |
diff --git a/arch/arm/mach-davinci/board-neuros-osd2.c b/arch/arm/mach-davinci/board-neuros-osd2.c index 4c30e929bbf9..a4def889275c 100644 --- a/arch/arm/mach-davinci/board-neuros-osd2.c +++ b/arch/arm/mach-davinci/board-neuros-osd2.c | |||
@@ -275,8 +275,6 @@ static __init void davinci_ntosd2_init(void) | |||
275 | 275 | ||
276 | MACHINE_START(NEUROS_OSD2, "Neuros OSD2") | 276 | MACHINE_START(NEUROS_OSD2, "Neuros OSD2") |
277 | /* Maintainer: Neuros Technologies <neuros@groups.google.com> */ | 277 | /* Maintainer: Neuros Technologies <neuros@groups.google.com> */ |
278 | .phys_io = IO_PHYS, | ||
279 | .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, | ||
280 | .boot_params = (DAVINCI_DDR_BASE + 0x100), | 278 | .boot_params = (DAVINCI_DDR_BASE + 0x100), |
281 | .map_io = davinci_ntosd2_map_io, | 279 | .map_io = davinci_ntosd2_map_io, |
282 | .init_irq = davinci_irq_init, | 280 | .init_irq = davinci_irq_init, |
diff --git a/arch/arm/mach-davinci/board-sffsdr.c b/arch/arm/mach-davinci/board-sffsdr.c index 23e664a1a802..9bdf8aafcc84 100644 --- a/arch/arm/mach-davinci/board-sffsdr.c +++ b/arch/arm/mach-davinci/board-sffsdr.c | |||
@@ -154,8 +154,6 @@ static __init void davinci_sffsdr_init(void) | |||
154 | 154 | ||
155 | MACHINE_START(SFFSDR, "Lyrtech SFFSDR") | 155 | MACHINE_START(SFFSDR, "Lyrtech SFFSDR") |
156 | /* Maintainer: Hugo Villeneuve hugo.villeneuve@lyrtech.com */ | 156 | /* Maintainer: Hugo Villeneuve hugo.villeneuve@lyrtech.com */ |
157 | .phys_io = IO_PHYS, | ||
158 | .io_pg_offst = (__IO_ADDRESS(IO_PHYS) >> 18) & 0xfffc, | ||
159 | .boot_params = (DAVINCI_DDR_BASE + 0x100), | 157 | .boot_params = (DAVINCI_DDR_BASE + 0x100), |
160 | .map_io = davinci_sffsdr_map_io, | 158 | .map_io = davinci_sffsdr_map_io, |
161 | .init_irq = davinci_irq_init, | 159 | .init_irq = davinci_irq_init, |
diff --git a/arch/arm/mach-davinci/board-tnetv107x-evm.c b/arch/arm/mach-davinci/board-tnetv107x-evm.c index fe2a9d9c8bb7..b4de35b78904 100644 --- a/arch/arm/mach-davinci/board-tnetv107x-evm.c +++ b/arch/arm/mach-davinci/board-tnetv107x-evm.c | |||
@@ -164,8 +164,6 @@ console_initcall(tnetv107x_evm_console_init); | |||
164 | #endif | 164 | #endif |
165 | 165 | ||
166 | MACHINE_START(TNETV107X, "TNETV107X EVM") | 166 | MACHINE_START(TNETV107X, "TNETV107X EVM") |
167 | .phys_io = TNETV107X_IO_BASE, | ||
168 | .io_pg_offst = (TNETV107X_IO_VIRT >> 18) & 0xfffc, | ||
169 | .boot_params = (TNETV107X_DDR_BASE + 0x100), | 167 | .boot_params = (TNETV107X_DDR_BASE + 0x100), |
170 | .map_io = tnetv107x_init, | 168 | .map_io = tnetv107x_init, |
171 | .init_irq = cp_intc_init, | 169 | .init_irq = cp_intc_init, |
diff --git a/arch/arm/mach-dove/dove-db-setup.c b/arch/arm/mach-dove/dove-db-setup.c index bef70460fbc6..95925aa76dd9 100644 --- a/arch/arm/mach-dove/dove-db-setup.c +++ b/arch/arm/mach-dove/dove-db-setup.c | |||
@@ -94,8 +94,6 @@ static void __init dove_db_init(void) | |||
94 | } | 94 | } |
95 | 95 | ||
96 | MACHINE_START(DOVE_DB, "Marvell DB-MV88AP510-BP Development Board") | 96 | MACHINE_START(DOVE_DB, "Marvell DB-MV88AP510-BP Development Board") |
97 | .phys_io = DOVE_SB_REGS_PHYS_BASE, | ||
98 | .io_pg_offst = ((DOVE_SB_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
99 | .boot_params = 0x00000100, | 97 | .boot_params = 0x00000100, |
100 | .init_machine = dove_db_init, | 98 | .init_machine = dove_db_init, |
101 | .map_io = dove_map_io, | 99 | .map_io = dove_map_io, |
diff --git a/arch/arm/mach-ebsa110/core.c b/arch/arm/mach-ebsa110/core.c index c7bc7fbb11a6..5df4099fc14f 100644 --- a/arch/arm/mach-ebsa110/core.c +++ b/arch/arm/mach-ebsa110/core.c | |||
@@ -280,8 +280,6 @@ arch_initcall(ebsa110_init); | |||
280 | 280 | ||
281 | MACHINE_START(EBSA110, "EBSA110") | 281 | MACHINE_START(EBSA110, "EBSA110") |
282 | /* Maintainer: Russell King */ | 282 | /* Maintainer: Russell King */ |
283 | .phys_io = 0xe0000000, | ||
284 | .io_pg_offst = ((0xe0000000) >> 18) & 0xfffc, | ||
285 | .boot_params = 0x00000400, | 283 | .boot_params = 0x00000400, |
286 | .reserve_lp0 = 1, | 284 | .reserve_lp0 = 1, |
287 | .reserve_lp2 = 1, | 285 | .reserve_lp2 = 1, |
diff --git a/arch/arm/mach-ep93xx/adssphere.c b/arch/arm/mach-ep93xx/adssphere.c index f744f676783f..61b98ce4b673 100644 --- a/arch/arm/mach-ep93xx/adssphere.c +++ b/arch/arm/mach-ep93xx/adssphere.c | |||
@@ -33,8 +33,6 @@ 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 | .phys_io = EP93XX_APB_PHYS_BASE, | ||
37 | .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, | ||
38 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 36 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, |
39 | .map_io = ep93xx_map_io, | 37 | .map_io = ep93xx_map_io, |
40 | .init_irq = ep93xx_init_irq, | 38 | .init_irq = ep93xx_init_irq, |
diff --git a/arch/arm/mach-ep93xx/edb93xx.c b/arch/arm/mach-ep93xx/edb93xx.c index c2ce9034ba87..4b0431652131 100644 --- a/arch/arm/mach-ep93xx/edb93xx.c +++ b/arch/arm/mach-ep93xx/edb93xx.c | |||
@@ -124,8 +124,6 @@ static void __init edb93xx_init_machine(void) | |||
124 | #ifdef CONFIG_MACH_EDB9301 | 124 | #ifdef CONFIG_MACH_EDB9301 |
125 | MACHINE_START(EDB9301, "Cirrus Logic EDB9301 Evaluation Board") | 125 | MACHINE_START(EDB9301, "Cirrus Logic EDB9301 Evaluation Board") |
126 | /* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */ | 126 | /* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */ |
127 | .phys_io = EP93XX_APB_PHYS_BASE, | ||
128 | .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, | ||
129 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 127 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, |
130 | .map_io = ep93xx_map_io, | 128 | .map_io = ep93xx_map_io, |
131 | .init_irq = ep93xx_init_irq, | 129 | .init_irq = ep93xx_init_irq, |
@@ -137,8 +135,6 @@ MACHINE_END | |||
137 | #ifdef CONFIG_MACH_EDB9302 | 135 | #ifdef CONFIG_MACH_EDB9302 |
138 | MACHINE_START(EDB9302, "Cirrus Logic EDB9302 Evaluation Board") | 136 | MACHINE_START(EDB9302, "Cirrus Logic EDB9302 Evaluation Board") |
139 | /* Maintainer: George Kashperko <george@chas.com.ua> */ | 137 | /* Maintainer: George Kashperko <george@chas.com.ua> */ |
140 | .phys_io = EP93XX_APB_PHYS_BASE, | ||
141 | .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, | ||
142 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 138 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, |
143 | .map_io = ep93xx_map_io, | 139 | .map_io = ep93xx_map_io, |
144 | .init_irq = ep93xx_init_irq, | 140 | .init_irq = ep93xx_init_irq, |
@@ -150,8 +146,6 @@ MACHINE_END | |||
150 | #ifdef CONFIG_MACH_EDB9302A | 146 | #ifdef CONFIG_MACH_EDB9302A |
151 | MACHINE_START(EDB9302A, "Cirrus Logic EDB9302A Evaluation Board") | 147 | MACHINE_START(EDB9302A, "Cirrus Logic EDB9302A Evaluation Board") |
152 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ | 148 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ |
153 | .phys_io = EP93XX_APB_PHYS_BASE, | ||
154 | .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, | ||
155 | .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, | 149 | .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, |
156 | .map_io = ep93xx_map_io, | 150 | .map_io = ep93xx_map_io, |
157 | .init_irq = ep93xx_init_irq, | 151 | .init_irq = ep93xx_init_irq, |
@@ -163,8 +157,6 @@ MACHINE_END | |||
163 | #ifdef CONFIG_MACH_EDB9307 | 157 | #ifdef CONFIG_MACH_EDB9307 |
164 | MACHINE_START(EDB9307, "Cirrus Logic EDB9307 Evaluation Board") | 158 | MACHINE_START(EDB9307, "Cirrus Logic EDB9307 Evaluation Board") |
165 | /* Maintainer: Herbert Valerio Riedel <hvr@gnu.org> */ | 159 | /* Maintainer: Herbert Valerio Riedel <hvr@gnu.org> */ |
166 | .phys_io = EP93XX_APB_PHYS_BASE, | ||
167 | .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, | ||
168 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 160 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, |
169 | .map_io = ep93xx_map_io, | 161 | .map_io = ep93xx_map_io, |
170 | .init_irq = ep93xx_init_irq, | 162 | .init_irq = ep93xx_init_irq, |
@@ -176,8 +168,6 @@ MACHINE_END | |||
176 | #ifdef CONFIG_MACH_EDB9307A | 168 | #ifdef CONFIG_MACH_EDB9307A |
177 | MACHINE_START(EDB9307A, "Cirrus Logic EDB9307A Evaluation Board") | 169 | MACHINE_START(EDB9307A, "Cirrus Logic EDB9307A Evaluation Board") |
178 | /* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */ | 170 | /* Maintainer: H Hartley Sweeten <hsweeten@visionengravers.com> */ |
179 | .phys_io = EP93XX_APB_PHYS_BASE, | ||
180 | .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, | ||
181 | .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, | 171 | .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, |
182 | .map_io = ep93xx_map_io, | 172 | .map_io = ep93xx_map_io, |
183 | .init_irq = ep93xx_init_irq, | 173 | .init_irq = ep93xx_init_irq, |
@@ -189,8 +179,6 @@ MACHINE_END | |||
189 | #ifdef CONFIG_MACH_EDB9312 | 179 | #ifdef CONFIG_MACH_EDB9312 |
190 | MACHINE_START(EDB9312, "Cirrus Logic EDB9312 Evaluation Board") | 180 | MACHINE_START(EDB9312, "Cirrus Logic EDB9312 Evaluation Board") |
191 | /* Maintainer: Toufeeq Hussain <toufeeq_hussain@infosys.com> */ | 181 | /* Maintainer: Toufeeq Hussain <toufeeq_hussain@infosys.com> */ |
192 | .phys_io = EP93XX_APB_PHYS_BASE, | ||
193 | .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, | ||
194 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 182 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, |
195 | .map_io = ep93xx_map_io, | 183 | .map_io = ep93xx_map_io, |
196 | .init_irq = ep93xx_init_irq, | 184 | .init_irq = ep93xx_init_irq, |
@@ -202,8 +190,6 @@ MACHINE_END | |||
202 | #ifdef CONFIG_MACH_EDB9315 | 190 | #ifdef CONFIG_MACH_EDB9315 |
203 | MACHINE_START(EDB9315, "Cirrus Logic EDB9315 Evaluation Board") | 191 | MACHINE_START(EDB9315, "Cirrus Logic EDB9315 Evaluation Board") |
204 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ | 192 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ |
205 | .phys_io = EP93XX_APB_PHYS_BASE, | ||
206 | .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, | ||
207 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 193 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, |
208 | .map_io = ep93xx_map_io, | 194 | .map_io = ep93xx_map_io, |
209 | .init_irq = ep93xx_init_irq, | 195 | .init_irq = ep93xx_init_irq, |
@@ -215,8 +201,6 @@ MACHINE_END | |||
215 | #ifdef CONFIG_MACH_EDB9315A | 201 | #ifdef CONFIG_MACH_EDB9315A |
216 | MACHINE_START(EDB9315A, "Cirrus Logic EDB9315A Evaluation Board") | 202 | MACHINE_START(EDB9315A, "Cirrus Logic EDB9315A Evaluation Board") |
217 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ | 203 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ |
218 | .phys_io = EP93XX_APB_PHYS_BASE, | ||
219 | .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, | ||
220 | .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, | 204 | .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, |
221 | .map_io = ep93xx_map_io, | 205 | .map_io = ep93xx_map_io, |
222 | .init_irq = ep93xx_init_irq, | 206 | .init_irq = ep93xx_init_irq, |
diff --git a/arch/arm/mach-ep93xx/gesbc9312.c b/arch/arm/mach-ep93xx/gesbc9312.c index d97168c0ba33..9bd3152bff9a 100644 --- a/arch/arm/mach-ep93xx/gesbc9312.c +++ b/arch/arm/mach-ep93xx/gesbc9312.c | |||
@@ -33,8 +33,6 @@ 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 | .phys_io = EP93XX_APB_PHYS_BASE, | ||
37 | .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, | ||
38 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 36 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, |
39 | .map_io = ep93xx_map_io, | 37 | .map_io = ep93xx_map_io, |
40 | .init_irq = ep93xx_init_irq, | 38 | .init_irq = ep93xx_init_irq, |
diff --git a/arch/arm/mach-ep93xx/micro9.c b/arch/arm/mach-ep93xx/micro9.c index 2ba776320a82..7adea6258efe 100644 --- a/arch/arm/mach-ep93xx/micro9.c +++ b/arch/arm/mach-ep93xx/micro9.c | |||
@@ -77,8 +77,6 @@ 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 | .phys_io = EP93XX_APB_PHYS_BASE, | ||
81 | .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, | ||
82 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 80 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, |
83 | .map_io = ep93xx_map_io, | 81 | .map_io = ep93xx_map_io, |
84 | .init_irq = ep93xx_init_irq, | 82 | .init_irq = ep93xx_init_irq, |
@@ -90,8 +88,6 @@ MACHINE_END | |||
90 | #ifdef CONFIG_MACH_MICRO9M | 88 | #ifdef CONFIG_MACH_MICRO9M |
91 | MACHINE_START(MICRO9M, "Contec Micro9-Mid") | 89 | MACHINE_START(MICRO9M, "Contec Micro9-Mid") |
92 | /* Maintainer: Hubert Feurstein <hubert.feurstein@contec.at> */ | 90 | /* Maintainer: Hubert Feurstein <hubert.feurstein@contec.at> */ |
93 | .phys_io = EP93XX_APB_PHYS_BASE, | ||
94 | .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, | ||
95 | .boot_params = EP93XX_SDCE3_PHYS_BASE_ASYNC + 0x100, | 91 | .boot_params = EP93XX_SDCE3_PHYS_BASE_ASYNC + 0x100, |
96 | .map_io = ep93xx_map_io, | 92 | .map_io = ep93xx_map_io, |
97 | .init_irq = ep93xx_init_irq, | 93 | .init_irq = ep93xx_init_irq, |
@@ -103,8 +99,6 @@ MACHINE_END | |||
103 | #ifdef CONFIG_MACH_MICRO9L | 99 | #ifdef CONFIG_MACH_MICRO9L |
104 | MACHINE_START(MICRO9L, "Contec Micro9-Lite") | 100 | MACHINE_START(MICRO9L, "Contec Micro9-Lite") |
105 | /* Maintainer: Hubert Feurstein <hubert.feurstein@contec.at> */ | 101 | /* Maintainer: Hubert Feurstein <hubert.feurstein@contec.at> */ |
106 | .phys_io = EP93XX_APB_PHYS_BASE, | ||
107 | .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, | ||
108 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 102 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, |
109 | .map_io = ep93xx_map_io, | 103 | .map_io = ep93xx_map_io, |
110 | .init_irq = ep93xx_init_irq, | 104 | .init_irq = ep93xx_init_irq, |
@@ -116,8 +110,6 @@ MACHINE_END | |||
116 | #ifdef CONFIG_MACH_MICRO9S | 110 | #ifdef CONFIG_MACH_MICRO9S |
117 | MACHINE_START(MICRO9S, "Contec Micro9-Slim") | 111 | MACHINE_START(MICRO9S, "Contec Micro9-Slim") |
118 | /* Maintainer: Hubert Feurstein <hubert.feurstein@contec.at> */ | 112 | /* Maintainer: Hubert Feurstein <hubert.feurstein@contec.at> */ |
119 | .phys_io = EP93XX_APB_PHYS_BASE, | ||
120 | .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, | ||
121 | .boot_params = EP93XX_SDCE3_PHYS_BASE_ASYNC + 0x100, | 113 | .boot_params = EP93XX_SDCE3_PHYS_BASE_ASYNC + 0x100, |
122 | .map_io = ep93xx_map_io, | 114 | .map_io = ep93xx_map_io, |
123 | .init_irq = ep93xx_init_irq, | 115 | .init_irq = ep93xx_init_irq, |
diff --git a/arch/arm/mach-ep93xx/simone.c b/arch/arm/mach-ep93xx/simone.c index 5dded5884133..f22ce8db7947 100644 --- a/arch/arm/mach-ep93xx/simone.c +++ b/arch/arm/mach-ep93xx/simone.c | |||
@@ -65,8 +65,6 @@ static void __init simone_init_machine(void) | |||
65 | 65 | ||
66 | MACHINE_START(SIM_ONE, "Simplemachines Sim.One Board") | 66 | MACHINE_START(SIM_ONE, "Simplemachines Sim.One Board") |
67 | /* Maintainer: Ryan Mallon <ryan@bluewatersys.com> */ | 67 | /* Maintainer: Ryan Mallon <ryan@bluewatersys.com> */ |
68 | .phys_io = EP93XX_APB_PHYS_BASE, | ||
69 | .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, | ||
70 | .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, | 68 | .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, |
71 | .map_io = ep93xx_map_io, | 69 | .map_io = ep93xx_map_io, |
72 | .init_irq = ep93xx_init_irq, | 70 | .init_irq = ep93xx_init_irq, |
diff --git a/arch/arm/mach-ep93xx/snappercl15.c b/arch/arm/mach-ep93xx/snappercl15.c index a12c89301297..ac601fe2b448 100644 --- a/arch/arm/mach-ep93xx/snappercl15.c +++ b/arch/arm/mach-ep93xx/snappercl15.c | |||
@@ -163,8 +163,6 @@ 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 <ryan@bluewatersys.com> */ | 165 | /* Maintainer: Ryan Mallon <ryan@bluewatersys.com> */ |
166 | .phys_io = EP93XX_APB_PHYS_BASE, | ||
167 | .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, | ||
168 | .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, | 166 | .boot_params = EP93XX_SDCE0_PHYS_BASE + 0x100, |
169 | .map_io = ep93xx_map_io, | 167 | .map_io = ep93xx_map_io, |
170 | .init_irq = ep93xx_init_irq, | 168 | .init_irq = ep93xx_init_irq, |
diff --git a/arch/arm/mach-ep93xx/ts72xx.c b/arch/arm/mach-ep93xx/ts72xx.c index 93aeab8af705..c2d2cf40ead9 100644 --- a/arch/arm/mach-ep93xx/ts72xx.c +++ b/arch/arm/mach-ep93xx/ts72xx.c | |||
@@ -257,8 +257,6 @@ 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 | .phys_io = EP93XX_APB_PHYS_BASE, | ||
261 | .io_pg_offst = ((EP93XX_APB_VIRT_BASE) >> 18) & 0xfffc, | ||
262 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, | 260 | .boot_params = EP93XX_SDCE3_PHYS_BASE_SYNC + 0x100, |
263 | .map_io = ts72xx_map_io, | 261 | .map_io = ts72xx_map_io, |
264 | .init_irq = ep93xx_init_irq, | 262 | .init_irq = ep93xx_init_irq, |
diff --git a/arch/arm/mach-footbridge/cats-hw.c b/arch/arm/mach-footbridge/cats-hw.c index 1b996b26d2e0..5b1a8db779be 100644 --- a/arch/arm/mach-footbridge/cats-hw.c +++ b/arch/arm/mach-footbridge/cats-hw.c | |||
@@ -86,8 +86,6 @@ fixup_cats(struct machine_desc *desc, struct tag *tags, | |||
86 | 86 | ||
87 | MACHINE_START(CATS, "Chalice-CATS") | 87 | MACHINE_START(CATS, "Chalice-CATS") |
88 | /* Maintainer: Philip Blundell */ | 88 | /* Maintainer: Philip Blundell */ |
89 | .phys_io = DC21285_ARMCSR_BASE, | ||
90 | .io_pg_offst = ((0xfe000000) >> 18) & 0xfffc, | ||
91 | .boot_params = 0x00000100, | 89 | .boot_params = 0x00000100, |
92 | .soft_reboot = 1, | 90 | .soft_reboot = 1, |
93 | .fixup = fixup_cats, | 91 | .fixup = fixup_cats, |
diff --git a/arch/arm/mach-footbridge/ebsa285.c b/arch/arm/mach-footbridge/ebsa285.c index 30040fd588cc..2ef69ff44ba8 100644 --- a/arch/arm/mach-footbridge/ebsa285.c +++ b/arch/arm/mach-footbridge/ebsa285.c | |||
@@ -15,8 +15,6 @@ | |||
15 | 15 | ||
16 | MACHINE_START(EBSA285, "EBSA285") | 16 | MACHINE_START(EBSA285, "EBSA285") |
17 | /* Maintainer: Russell King */ | 17 | /* Maintainer: Russell King */ |
18 | .phys_io = DC21285_ARMCSR_BASE, | ||
19 | .io_pg_offst = ((0xfe000000) >> 18) & 0xfffc, | ||
20 | .boot_params = 0x00000100, | 18 | .boot_params = 0x00000100, |
21 | .video_start = 0x000a0000, | 19 | .video_start = 0x000a0000, |
22 | .video_end = 0x000bffff, | 20 | .video_end = 0x000bffff, |
diff --git a/arch/arm/mach-footbridge/netwinder-hw.c b/arch/arm/mach-footbridge/netwinder-hw.c index ac7ffa6fc413..06e514f372d0 100644 --- a/arch/arm/mach-footbridge/netwinder-hw.c +++ b/arch/arm/mach-footbridge/netwinder-hw.c | |||
@@ -648,8 +648,6 @@ fixup_netwinder(struct machine_desc *desc, struct tag *tags, | |||
648 | 648 | ||
649 | MACHINE_START(NETWINDER, "Rebel-NetWinder") | 649 | MACHINE_START(NETWINDER, "Rebel-NetWinder") |
650 | /* Maintainer: Russell King/Rebel.com */ | 650 | /* Maintainer: Russell King/Rebel.com */ |
651 | .phys_io = DC21285_ARMCSR_BASE, | ||
652 | .io_pg_offst = ((0xfe000000) >> 18) & 0xfffc, | ||
653 | .boot_params = 0x00000100, | 651 | .boot_params = 0x00000100, |
654 | .video_start = 0x000a0000, | 652 | .video_start = 0x000a0000, |
655 | .video_end = 0x000bffff, | 653 | .video_end = 0x000bffff, |
diff --git a/arch/arm/mach-footbridge/personal.c b/arch/arm/mach-footbridge/personal.c index e2c9f0690b16..3285e91ca8c1 100644 --- a/arch/arm/mach-footbridge/personal.c +++ b/arch/arm/mach-footbridge/personal.c | |||
@@ -15,8 +15,6 @@ | |||
15 | 15 | ||
16 | MACHINE_START(PERSONAL_SERVER, "Compaq-PersonalServer") | 16 | MACHINE_START(PERSONAL_SERVER, "Compaq-PersonalServer") |
17 | /* Maintainer: Jamey Hicks / George France */ | 17 | /* Maintainer: Jamey Hicks / George France */ |
18 | .phys_io = DC21285_ARMCSR_BASE, | ||
19 | .io_pg_offst = ((0xfe000000) >> 18) & 0xfffc, | ||
20 | .boot_params = 0x00000100, | 18 | .boot_params = 0x00000100, |
21 | .map_io = footbridge_map_io, | 19 | .map_io = footbridge_map_io, |
22 | .init_irq = footbridge_init_irq, | 20 | .init_irq = footbridge_init_irq, |
diff --git a/arch/arm/mach-gemini/board-nas4220b.c b/arch/arm/mach-gemini/board-nas4220b.c index 01f1d6daab44..2ba096de0034 100644 --- a/arch/arm/mach-gemini/board-nas4220b.c +++ b/arch/arm/mach-gemini/board-nas4220b.c | |||
@@ -101,8 +101,6 @@ static void __init ib4220b_init(void) | |||
101 | } | 101 | } |
102 | 102 | ||
103 | MACHINE_START(NAS4220B, "Raidsonic NAS IB-4220-B") | 103 | MACHINE_START(NAS4220B, "Raidsonic NAS IB-4220-B") |
104 | .phys_io = 0x7fffc000, | ||
105 | .io_pg_offst = ((0xffffc000) >> 18) & 0xfffc, | ||
106 | .boot_params = 0x100, | 104 | .boot_params = 0x100, |
107 | .map_io = gemini_map_io, | 105 | .map_io = gemini_map_io, |
108 | .init_irq = gemini_init_irq, | 106 | .init_irq = gemini_init_irq, |
diff --git a/arch/arm/mach-gemini/board-rut1xx.c b/arch/arm/mach-gemini/board-rut1xx.c index e0de968e32a6..a9a0d8b01942 100644 --- a/arch/arm/mach-gemini/board-rut1xx.c +++ b/arch/arm/mach-gemini/board-rut1xx.c | |||
@@ -85,8 +85,6 @@ static void __init rut1xx_init(void) | |||
85 | } | 85 | } |
86 | 86 | ||
87 | MACHINE_START(RUT100, "Teltonika RUT100") | 87 | MACHINE_START(RUT100, "Teltonika RUT100") |
88 | .phys_io = 0x7fffc000, | ||
89 | .io_pg_offst = ((0xffffc000) >> 18) & 0xfffc, | ||
90 | .boot_params = 0x100, | 88 | .boot_params = 0x100, |
91 | .map_io = gemini_map_io, | 89 | .map_io = gemini_map_io, |
92 | .init_irq = gemini_init_irq, | 90 | .init_irq = gemini_init_irq, |
diff --git a/arch/arm/mach-gemini/board-wbd111.c b/arch/arm/mach-gemini/board-wbd111.c index 36538c15b3c4..8b88d50d4337 100644 --- a/arch/arm/mach-gemini/board-wbd111.c +++ b/arch/arm/mach-gemini/board-wbd111.c | |||
@@ -133,8 +133,6 @@ static void __init wbd111_init(void) | |||
133 | } | 133 | } |
134 | 134 | ||
135 | MACHINE_START(WBD111, "Wiliboard WBD-111") | 135 | MACHINE_START(WBD111, "Wiliboard WBD-111") |
136 | .phys_io = 0x7fffc000, | ||
137 | .io_pg_offst = ((0xffffc000) >> 18) & 0xfffc, | ||
138 | .boot_params = 0x100, | 136 | .boot_params = 0x100, |
139 | .map_io = gemini_map_io, | 137 | .map_io = gemini_map_io, |
140 | .init_irq = gemini_init_irq, | 138 | .init_irq = gemini_init_irq, |
diff --git a/arch/arm/mach-gemini/board-wbd222.c b/arch/arm/mach-gemini/board-wbd222.c index ece8b4c65110..1eebcecd1c33 100644 --- a/arch/arm/mach-gemini/board-wbd222.c +++ b/arch/arm/mach-gemini/board-wbd222.c | |||
@@ -133,8 +133,6 @@ static void __init wbd222_init(void) | |||
133 | } | 133 | } |
134 | 134 | ||
135 | MACHINE_START(WBD222, "Wiliboard WBD-222") | 135 | MACHINE_START(WBD222, "Wiliboard WBD-222") |
136 | .phys_io = 0x7fffc000, | ||
137 | .io_pg_offst = ((0xffffc000) >> 18) & 0xfffc, | ||
138 | .boot_params = 0x100, | 136 | .boot_params = 0x100, |
139 | .map_io = gemini_map_io, | 137 | .map_io = gemini_map_io, |
140 | .init_irq = gemini_init_irq, | 138 | .init_irq = gemini_init_irq, |
diff --git a/arch/arm/mach-h720x/h7201-eval.c b/arch/arm/mach-h720x/h7201-eval.c index 78be457dc324..79f0b896e446 100644 --- a/arch/arm/mach-h720x/h7201-eval.c +++ b/arch/arm/mach-h720x/h7201-eval.c | |||
@@ -30,8 +30,6 @@ | |||
30 | 30 | ||
31 | MACHINE_START(H7201, "Hynix GMS30C7201") | 31 | MACHINE_START(H7201, "Hynix GMS30C7201") |
32 | /* Maintainer: Robert Schwebel, Pengutronix */ | 32 | /* Maintainer: Robert Schwebel, Pengutronix */ |
33 | .phys_io = 0x80000000, | ||
34 | .io_pg_offst = ((0xf0000000) >> 18) & 0xfffc, | ||
35 | .boot_params = 0xc0001000, | 33 | .boot_params = 0xc0001000, |
36 | .map_io = h720x_map_io, | 34 | .map_io = h720x_map_io, |
37 | .init_irq = h720x_init_irq, | 35 | .init_irq = h720x_init_irq, |
diff --git a/arch/arm/mach-h720x/h7202-eval.c b/arch/arm/mach-h720x/h7202-eval.c index 8c0ba99d683f..cc28b1efe047 100644 --- a/arch/arm/mach-h720x/h7202-eval.c +++ b/arch/arm/mach-h720x/h7202-eval.c | |||
@@ -72,8 +72,6 @@ static void __init init_eval_h7202(void) | |||
72 | 72 | ||
73 | MACHINE_START(H7202, "Hynix HMS30C7202") | 73 | MACHINE_START(H7202, "Hynix HMS30C7202") |
74 | /* Maintainer: Robert Schwebel, Pengutronix */ | 74 | /* Maintainer: Robert Schwebel, Pengutronix */ |
75 | .phys_io = 0x80000000, | ||
76 | .io_pg_offst = ((0xf0000000) >> 18) & 0xfffc, | ||
77 | .boot_params = 0x40000100, | 75 | .boot_params = 0x40000100, |
78 | .map_io = h720x_map_io, | 76 | .map_io = h720x_map_io, |
79 | .init_irq = h7202_init_irq, | 77 | .init_irq = h7202_init_irq, |
diff --git a/arch/arm/mach-imx/mach-cpuimx27.c b/arch/arm/mach-imx/mach-cpuimx27.c index a1681fc9d9b0..745ee60fb068 100644 --- a/arch/arm/mach-imx/mach-cpuimx27.c +++ b/arch/arm/mach-imx/mach-cpuimx27.c | |||
@@ -307,8 +307,6 @@ static struct sys_timer eukrea_cpuimx27_timer = { | |||
307 | }; | 307 | }; |
308 | 308 | ||
309 | MACHINE_START(CPUIMX27, "EUKREA CPUIMX27") | 309 | MACHINE_START(CPUIMX27, "EUKREA CPUIMX27") |
310 | .phys_io = MX27_AIPI_BASE_ADDR, | ||
311 | .io_pg_offst = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
312 | .boot_params = MX27_PHYS_OFFSET + 0x100, | 310 | .boot_params = MX27_PHYS_OFFSET + 0x100, |
313 | .map_io = mx27_map_io, | 311 | .map_io = mx27_map_io, |
314 | .init_irq = mx27_init_irq, | 312 | .init_irq = mx27_init_irq, |
diff --git a/arch/arm/mach-imx/mach-imx27_visstrim_m10.c b/arch/arm/mach-imx/mach-imx27_visstrim_m10.c index a0d78faa08e8..59716fab586d 100644 --- a/arch/arm/mach-imx/mach-imx27_visstrim_m10.c +++ b/arch/arm/mach-imx/mach-imx27_visstrim_m10.c | |||
@@ -253,8 +253,6 @@ static struct sys_timer visstrim_m10_timer = { | |||
253 | }; | 253 | }; |
254 | 254 | ||
255 | MACHINE_START(IMX27_VISSTRIM_M10, "Vista Silicon Visstrim_M10") | 255 | MACHINE_START(IMX27_VISSTRIM_M10, "Vista Silicon Visstrim_M10") |
256 | .phys_io = MX27_AIPI_BASE_ADDR, | ||
257 | .io_pg_offst = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
258 | .boot_params = MX27_PHYS_OFFSET + 0x100, | 256 | .boot_params = MX27_PHYS_OFFSET + 0x100, |
259 | .map_io = mx27_map_io, | 257 | .map_io = mx27_map_io, |
260 | .init_irq = mx27_init_irq, | 258 | .init_irq = mx27_init_irq, |
diff --git a/arch/arm/mach-imx/mach-imx27lite.c b/arch/arm/mach-imx/mach-imx27lite.c index 60d4d0ac4939..bbdbc75127d3 100644 --- a/arch/arm/mach-imx/mach-imx27lite.c +++ b/arch/arm/mach-imx/mach-imx27lite.c | |||
@@ -76,8 +76,6 @@ static struct sys_timer mx27lite_timer = { | |||
76 | }; | 76 | }; |
77 | 77 | ||
78 | MACHINE_START(IMX27LITE, "LogicPD i.MX27LITE") | 78 | MACHINE_START(IMX27LITE, "LogicPD i.MX27LITE") |
79 | .phys_io = MX27_AIPI_BASE_ADDR, | ||
80 | .io_pg_offst = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
81 | .boot_params = MX27_PHYS_OFFSET + 0x100, | 79 | .boot_params = MX27_PHYS_OFFSET + 0x100, |
82 | .map_io = mx27_map_io, | 80 | .map_io = mx27_map_io, |
83 | .init_irq = mx27_init_irq, | 81 | .init_irq = mx27_init_irq, |
diff --git a/arch/arm/mach-imx/mach-mx1ads.c b/arch/arm/mach-imx/mach-mx1ads.c index 85e2877572b5..6187ce9ba7d5 100644 --- a/arch/arm/mach-imx/mach-mx1ads.c +++ b/arch/arm/mach-imx/mach-mx1ads.c | |||
@@ -145,8 +145,6 @@ struct sys_timer mx1ads_timer = { | |||
145 | 145 | ||
146 | MACHINE_START(MX1ADS, "Freescale MX1ADS") | 146 | MACHINE_START(MX1ADS, "Freescale MX1ADS") |
147 | /* Maintainer: Sascha Hauer, Pengutronix */ | 147 | /* Maintainer: Sascha Hauer, Pengutronix */ |
148 | .phys_io = MX1_IO_BASE_ADDR, | ||
149 | .io_pg_offst = (MX1_IO_BASE_ADDR_VIRT >> 18) & 0xfffc, | ||
150 | .boot_params = MX1_PHYS_OFFSET + 0x100, | 148 | .boot_params = MX1_PHYS_OFFSET + 0x100, |
151 | .map_io = mx1_map_io, | 149 | .map_io = mx1_map_io, |
152 | .init_irq = mx1_init_irq, | 150 | .init_irq = mx1_init_irq, |
@@ -155,8 +153,6 @@ MACHINE_START(MX1ADS, "Freescale MX1ADS") | |||
155 | MACHINE_END | 153 | MACHINE_END |
156 | 154 | ||
157 | MACHINE_START(MXLADS, "Freescale MXLADS") | 155 | MACHINE_START(MXLADS, "Freescale MXLADS") |
158 | .phys_io = MX1_IO_BASE_ADDR, | ||
159 | .io_pg_offst = (MX1_IO_BASE_ADDR_VIRT >> 18) & 0xfffc, | ||
160 | .boot_params = MX1_PHYS_OFFSET + 0x100, | 156 | .boot_params = MX1_PHYS_OFFSET + 0x100, |
161 | .map_io = mx1_map_io, | 157 | .map_io = mx1_map_io, |
162 | .init_irq = mx1_init_irq, | 158 | .init_irq = mx1_init_irq, |
diff --git a/arch/arm/mach-imx/mach-mx21ads.c b/arch/arm/mach-imx/mach-mx21ads.c index 7f021e6f6acd..e1282e9f50ff 100644 --- a/arch/arm/mach-imx/mach-mx21ads.c +++ b/arch/arm/mach-imx/mach-mx21ads.c | |||
@@ -314,8 +314,6 @@ static struct sys_timer mx21ads_timer = { | |||
314 | 314 | ||
315 | MACHINE_START(MX21ADS, "Freescale i.MX21ADS") | 315 | MACHINE_START(MX21ADS, "Freescale i.MX21ADS") |
316 | /* maintainer: Freescale Semiconductor, Inc. */ | 316 | /* maintainer: Freescale Semiconductor, Inc. */ |
317 | .phys_io = MX21_AIPI_BASE_ADDR, | ||
318 | .io_pg_offst = ((MX21_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
319 | .boot_params = MX21_PHYS_OFFSET + 0x100, | 317 | .boot_params = MX21_PHYS_OFFSET + 0x100, |
320 | .map_io = mx21ads_map_io, | 318 | .map_io = mx21ads_map_io, |
321 | .init_irq = mx21_init_irq, | 319 | .init_irq = mx21_init_irq, |
diff --git a/arch/arm/mach-imx/mach-mx27_3ds.c b/arch/arm/mach-imx/mach-mx27_3ds.c index a69dba252658..b8bbd31aa850 100644 --- a/arch/arm/mach-imx/mach-mx27_3ds.c +++ b/arch/arm/mach-imx/mach-mx27_3ds.c | |||
@@ -105,8 +105,6 @@ static struct sys_timer mx27pdk_timer = { | |||
105 | 105 | ||
106 | MACHINE_START(MX27_3DS, "Freescale MX27PDK") | 106 | MACHINE_START(MX27_3DS, "Freescale MX27PDK") |
107 | /* maintainer: Freescale Semiconductor, Inc. */ | 107 | /* maintainer: Freescale Semiconductor, Inc. */ |
108 | .phys_io = MX27_AIPI_BASE_ADDR, | ||
109 | .io_pg_offst = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
110 | .boot_params = MX27_PHYS_OFFSET + 0x100, | 108 | .boot_params = MX27_PHYS_OFFSET + 0x100, |
111 | .map_io = mx27_map_io, | 109 | .map_io = mx27_map_io, |
112 | .init_irq = mx27_init_irq, | 110 | .init_irq = mx27_init_irq, |
diff --git a/arch/arm/mach-imx/mach-mx27ads.c b/arch/arm/mach-imx/mach-mx27ads.c index ffb39a42f240..a1e4bc573afc 100644 --- a/arch/arm/mach-imx/mach-mx27ads.c +++ b/arch/arm/mach-imx/mach-mx27ads.c | |||
@@ -347,8 +347,6 @@ static void __init mx27ads_map_io(void) | |||
347 | 347 | ||
348 | MACHINE_START(MX27ADS, "Freescale i.MX27ADS") | 348 | MACHINE_START(MX27ADS, "Freescale i.MX27ADS") |
349 | /* maintainer: Freescale Semiconductor, Inc. */ | 349 | /* maintainer: Freescale Semiconductor, Inc. */ |
350 | .phys_io = MX27_AIPI_BASE_ADDR, | ||
351 | .io_pg_offst = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
352 | .boot_params = MX27_PHYS_OFFSET + 0x100, | 350 | .boot_params = MX27_PHYS_OFFSET + 0x100, |
353 | .map_io = mx27ads_map_io, | 351 | .map_io = mx27ads_map_io, |
354 | .init_irq = mx27_init_irq, | 352 | .init_irq = mx27_init_irq, |
diff --git a/arch/arm/mach-imx/mach-mxt_td60.c b/arch/arm/mach-imx/mach-mxt_td60.c index f4c397dec794..38d3a4ae17c7 100644 --- a/arch/arm/mach-imx/mach-mxt_td60.c +++ b/arch/arm/mach-imx/mach-mxt_td60.c | |||
@@ -269,8 +269,6 @@ static struct sys_timer mxt_td60_timer = { | |||
269 | 269 | ||
270 | MACHINE_START(MXT_TD60, "Maxtrack i-MXT TD60") | 270 | MACHINE_START(MXT_TD60, "Maxtrack i-MXT TD60") |
271 | /* maintainer: Maxtrack Industrial */ | 271 | /* maintainer: Maxtrack Industrial */ |
272 | .phys_io = MX27_AIPI_BASE_ADDR, | ||
273 | .io_pg_offst = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
274 | .boot_params = MX27_PHYS_OFFSET + 0x100, | 272 | .boot_params = MX27_PHYS_OFFSET + 0x100, |
275 | .map_io = mx27_map_io, | 273 | .map_io = mx27_map_io, |
276 | .init_irq = mx27_init_irq, | 274 | .init_irq = mx27_init_irq, |
diff --git a/arch/arm/mach-imx/mach-pca100.c b/arch/arm/mach-imx/mach-pca100.c index 223c31c48db6..8c720d44602a 100644 --- a/arch/arm/mach-imx/mach-pca100.c +++ b/arch/arm/mach-imx/mach-pca100.c | |||
@@ -446,8 +446,6 @@ static struct sys_timer pca100_timer = { | |||
446 | }; | 446 | }; |
447 | 447 | ||
448 | MACHINE_START(PCA100, "phyCARD-i.MX27") | 448 | MACHINE_START(PCA100, "phyCARD-i.MX27") |
449 | .phys_io = MX27_AIPI_BASE_ADDR, | ||
450 | .io_pg_offst = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
451 | .boot_params = MX27_PHYS_OFFSET + 0x100, | 449 | .boot_params = MX27_PHYS_OFFSET + 0x100, |
452 | .map_io = mx27_map_io, | 450 | .map_io = mx27_map_io, |
453 | .init_irq = mx27_init_irq, | 451 | .init_irq = mx27_init_irq, |
diff --git a/arch/arm/mach-imx/mach-pcm038.c b/arch/arm/mach-imx/mach-pcm038.c index b9888a8defc1..49a97ce07426 100644 --- a/arch/arm/mach-imx/mach-pcm038.c +++ b/arch/arm/mach-imx/mach-pcm038.c | |||
@@ -342,8 +342,6 @@ static struct sys_timer pcm038_timer = { | |||
342 | }; | 342 | }; |
343 | 343 | ||
344 | MACHINE_START(PCM038, "phyCORE-i.MX27") | 344 | MACHINE_START(PCM038, "phyCORE-i.MX27") |
345 | .phys_io = MX27_AIPI_BASE_ADDR, | ||
346 | .io_pg_offst = ((MX27_AIPI_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
347 | .boot_params = MX27_PHYS_OFFSET + 0x100, | 345 | .boot_params = MX27_PHYS_OFFSET + 0x100, |
348 | .map_io = mx27_map_io, | 346 | .map_io = mx27_map_io, |
349 | .init_irq = mx27_init_irq, | 347 | .init_irq = mx27_init_irq, |
diff --git a/arch/arm/mach-imx/mach-scb9328.c b/arch/arm/mach-imx/mach-scb9328.c index fb2e5f3d37f6..1fbdd3faa7ab 100644 --- a/arch/arm/mach-imx/mach-scb9328.c +++ b/arch/arm/mach-imx/mach-scb9328.c | |||
@@ -147,8 +147,6 @@ static struct sys_timer scb9328_timer = { | |||
147 | 147 | ||
148 | MACHINE_START(SCB9328, "Synertronixx scb9328") | 148 | MACHINE_START(SCB9328, "Synertronixx scb9328") |
149 | /* Sascha Hauer */ | 149 | /* Sascha Hauer */ |
150 | .phys_io = 0x00200000, | ||
151 | .io_pg_offst = ((0xe0200000) >> 18) & 0xfffc, | ||
152 | .boot_params = 0x08000100, | 150 | .boot_params = 0x08000100, |
153 | .map_io = mx1_map_io, | 151 | .map_io = mx1_map_io, |
154 | .init_irq = mx1_init_irq, | 152 | .init_irq = mx1_init_irq, |
diff --git a/arch/arm/mach-integrator/integrator_ap.c b/arch/arm/mach-integrator/integrator_ap.c index 6ab5a03ab9d8..548208f11179 100644 --- a/arch/arm/mach-integrator/integrator_ap.c +++ b/arch/arm/mach-integrator/integrator_ap.c | |||
@@ -500,8 +500,6 @@ static struct sys_timer ap_timer = { | |||
500 | 500 | ||
501 | MACHINE_START(INTEGRATOR, "ARM-Integrator") | 501 | MACHINE_START(INTEGRATOR, "ARM-Integrator") |
502 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ | 502 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
503 | .phys_io = 0x16000000, | ||
504 | .io_pg_offst = ((0xf1600000) >> 18) & 0xfffc, | ||
505 | .boot_params = 0x00000100, | 503 | .boot_params = 0x00000100, |
506 | .map_io = ap_map_io, | 504 | .map_io = ap_map_io, |
507 | .reserve = integrator_reserve, | 505 | .reserve = integrator_reserve, |
diff --git a/arch/arm/mach-integrator/integrator_cp.c b/arch/arm/mach-integrator/integrator_cp.c index 05db40e3c4f7..6258c90d020c 100644 --- a/arch/arm/mach-integrator/integrator_cp.c +++ b/arch/arm/mach-integrator/integrator_cp.c | |||
@@ -599,8 +599,6 @@ static struct sys_timer cp_timer = { | |||
599 | 599 | ||
600 | MACHINE_START(CINTEGRATOR, "ARM-IntegratorCP") | 600 | MACHINE_START(CINTEGRATOR, "ARM-IntegratorCP") |
601 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ | 601 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
602 | .phys_io = 0x16000000, | ||
603 | .io_pg_offst = ((0xf1600000) >> 18) & 0xfffc, | ||
604 | .boot_params = 0x00000100, | 602 | .boot_params = 0x00000100, |
605 | .map_io = intcp_map_io, | 603 | .map_io = intcp_map_io, |
606 | .reserve = integrator_reserve, | 604 | .reserve = integrator_reserve, |
diff --git a/arch/arm/mach-iop13xx/iq81340mc.c b/arch/arm/mach-iop13xx/iq81340mc.c index f91f3154577d..9b5a63f5d07d 100644 --- a/arch/arm/mach-iop13xx/iq81340mc.c +++ b/arch/arm/mach-iop13xx/iq81340mc.c | |||
@@ -91,8 +91,6 @@ static struct sys_timer iq81340mc_timer = { | |||
91 | 91 | ||
92 | MACHINE_START(IQ81340MC, "Intel IQ81340MC") | 92 | MACHINE_START(IQ81340MC, "Intel IQ81340MC") |
93 | /* Maintainer: Dan Williams <dan.j.williams@intel.com> */ | 93 | /* Maintainer: Dan Williams <dan.j.williams@intel.com> */ |
94 | .phys_io = IOP13XX_PMMR_PHYS_MEM_BASE, | ||
95 | .io_pg_offst = (IOP13XX_PMMR_VIRT_MEM_BASE >> 18) & 0xfffc, | ||
96 | .boot_params = 0x00000100, | 94 | .boot_params = 0x00000100, |
97 | .map_io = iop13xx_map_io, | 95 | .map_io = iop13xx_map_io, |
98 | .init_irq = iop13xx_init_irq, | 96 | .init_irq = iop13xx_init_irq, |
diff --git a/arch/arm/mach-iop13xx/iq81340sc.c b/arch/arm/mach-iop13xx/iq81340sc.c index ddb7a3435de9..df3492a9c280 100644 --- a/arch/arm/mach-iop13xx/iq81340sc.c +++ b/arch/arm/mach-iop13xx/iq81340sc.c | |||
@@ -93,8 +93,6 @@ static struct sys_timer iq81340sc_timer = { | |||
93 | 93 | ||
94 | MACHINE_START(IQ81340SC, "Intel IQ81340SC") | 94 | MACHINE_START(IQ81340SC, "Intel IQ81340SC") |
95 | /* Maintainer: Dan Williams <dan.j.williams@intel.com> */ | 95 | /* Maintainer: Dan Williams <dan.j.williams@intel.com> */ |
96 | .phys_io = IOP13XX_PMMR_PHYS_MEM_BASE, | ||
97 | .io_pg_offst = (IOP13XX_PMMR_VIRT_MEM_BASE >> 18) & 0xfffc, | ||
98 | .boot_params = 0x00000100, | 96 | .boot_params = 0x00000100, |
99 | .map_io = iop13xx_map_io, | 97 | .map_io = iop13xx_map_io, |
100 | .init_irq = iop13xx_init_irq, | 98 | .init_irq = iop13xx_init_irq, |
diff --git a/arch/arm/mach-iop32x/em7210.c b/arch/arm/mach-iop32x/em7210.c index 2bef9b6e1cc9..779f924af302 100644 --- a/arch/arm/mach-iop32x/em7210.c +++ b/arch/arm/mach-iop32x/em7210.c | |||
@@ -203,8 +203,6 @@ static void __init em7210_init_machine(void) | |||
203 | } | 203 | } |
204 | 204 | ||
205 | MACHINE_START(EM7210, "Lanner EM7210") | 205 | MACHINE_START(EM7210, "Lanner EM7210") |
206 | .phys_io = IQ31244_UART, | ||
207 | .io_pg_offst = ((IQ31244_UART) >> 18) & 0xfffc, | ||
208 | .boot_params = 0xa0000100, | 206 | .boot_params = 0xa0000100, |
209 | .map_io = em7210_map_io, | 207 | .map_io = em7210_map_io, |
210 | .init_irq = iop32x_init_irq, | 208 | .init_irq = iop32x_init_irq, |
diff --git a/arch/arm/mach-iop32x/glantank.c b/arch/arm/mach-iop32x/glantank.c index 10384fc37cb2..c6b6f9c5650d 100644 --- a/arch/arm/mach-iop32x/glantank.c +++ b/arch/arm/mach-iop32x/glantank.c | |||
@@ -207,8 +207,6 @@ static void __init glantank_init_machine(void) | |||
207 | 207 | ||
208 | MACHINE_START(GLANTANK, "GLAN Tank") | 208 | MACHINE_START(GLANTANK, "GLAN Tank") |
209 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ | 209 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ |
210 | .phys_io = GLANTANK_UART, | ||
211 | .io_pg_offst = ((GLANTANK_UART) >> 18) & 0xfffc, | ||
212 | .boot_params = 0xa0000100, | 210 | .boot_params = 0xa0000100, |
213 | .map_io = glantank_map_io, | 211 | .map_io = glantank_map_io, |
214 | .init_irq = iop32x_init_irq, | 212 | .init_irq = iop32x_init_irq, |
diff --git a/arch/arm/mach-iop32x/iq31244.c b/arch/arm/mach-iop32x/iq31244.c index d6ac85ff109d..fde962c057f0 100644 --- a/arch/arm/mach-iop32x/iq31244.c +++ b/arch/arm/mach-iop32x/iq31244.c | |||
@@ -313,8 +313,6 @@ __setup("force_ep80219", force_ep80219_setup); | |||
313 | 313 | ||
314 | MACHINE_START(IQ31244, "Intel IQ31244") | 314 | MACHINE_START(IQ31244, "Intel IQ31244") |
315 | /* Maintainer: Intel Corp. */ | 315 | /* Maintainer: Intel Corp. */ |
316 | .phys_io = IQ31244_UART, | ||
317 | .io_pg_offst = ((IQ31244_UART) >> 18) & 0xfffc, | ||
318 | .boot_params = 0xa0000100, | 316 | .boot_params = 0xa0000100, |
319 | .map_io = iq31244_map_io, | 317 | .map_io = iq31244_map_io, |
320 | .init_irq = iop32x_init_irq, | 318 | .init_irq = iop32x_init_irq, |
@@ -329,8 +327,6 @@ MACHINE_END | |||
329 | */ | 327 | */ |
330 | MACHINE_START(EP80219, "Intel EP80219") | 328 | MACHINE_START(EP80219, "Intel EP80219") |
331 | /* Maintainer: Intel Corp. */ | 329 | /* Maintainer: Intel Corp. */ |
332 | .phys_io = IQ31244_UART, | ||
333 | .io_pg_offst = ((IQ31244_UART) >> 18) & 0xfffc, | ||
334 | .boot_params = 0xa0000100, | 330 | .boot_params = 0xa0000100, |
335 | .map_io = iq31244_map_io, | 331 | .map_io = iq31244_map_io, |
336 | .init_irq = iop32x_init_irq, | 332 | .init_irq = iop32x_init_irq, |
diff --git a/arch/arm/mach-iop32x/iq80321.c b/arch/arm/mach-iop32x/iq80321.c index c6a0e4ee9d91..3a95950e8737 100644 --- a/arch/arm/mach-iop32x/iq80321.c +++ b/arch/arm/mach-iop32x/iq80321.c | |||
@@ -186,8 +186,6 @@ static void __init iq80321_init_machine(void) | |||
186 | 186 | ||
187 | MACHINE_START(IQ80321, "Intel IQ80321") | 187 | MACHINE_START(IQ80321, "Intel IQ80321") |
188 | /* Maintainer: Intel Corp. */ | 188 | /* Maintainer: Intel Corp. */ |
189 | .phys_io = IQ80321_UART, | ||
190 | .io_pg_offst = ((IQ80321_UART) >> 18) & 0xfffc, | ||
191 | .boot_params = 0xa0000100, | 189 | .boot_params = 0xa0000100, |
192 | .map_io = iq80321_map_io, | 190 | .map_io = iq80321_map_io, |
193 | .init_irq = iop32x_init_irq, | 191 | .init_irq = iop32x_init_irq, |
diff --git a/arch/arm/mach-iop32x/n2100.c b/arch/arm/mach-iop32x/n2100.c index f108a31afc2b..626aa375915d 100644 --- a/arch/arm/mach-iop32x/n2100.c +++ b/arch/arm/mach-iop32x/n2100.c | |||
@@ -327,8 +327,6 @@ static void __init n2100_init_machine(void) | |||
327 | 327 | ||
328 | MACHINE_START(N2100, "Thecus N2100") | 328 | MACHINE_START(N2100, "Thecus N2100") |
329 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ | 329 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ |
330 | .phys_io = N2100_UART, | ||
331 | .io_pg_offst = ((N2100_UART) >> 18) & 0xfffc, | ||
332 | .boot_params = 0xa0000100, | 330 | .boot_params = 0xa0000100, |
333 | .map_io = n2100_map_io, | 331 | .map_io = n2100_map_io, |
334 | .init_irq = iop32x_init_irq, | 332 | .init_irq = iop32x_init_irq, |
diff --git a/arch/arm/mach-iop33x/iq80331.c b/arch/arm/mach-iop33x/iq80331.c index c6ff5523b380..c565f8d1e3a4 100644 --- a/arch/arm/mach-iop33x/iq80331.c +++ b/arch/arm/mach-iop33x/iq80331.c | |||
@@ -141,8 +141,6 @@ static void __init iq80331_init_machine(void) | |||
141 | 141 | ||
142 | MACHINE_START(IQ80331, "Intel IQ80331") | 142 | MACHINE_START(IQ80331, "Intel IQ80331") |
143 | /* Maintainer: Intel Corp. */ | 143 | /* Maintainer: Intel Corp. */ |
144 | .phys_io = 0xfefff000, | ||
145 | .io_pg_offst = ((0xfffff000) >> 18) & 0xfffc, | ||
146 | .boot_params = 0x00000100, | 144 | .boot_params = 0x00000100, |
147 | .map_io = iop3xx_map_io, | 145 | .map_io = iop3xx_map_io, |
148 | .init_irq = iop33x_init_irq, | 146 | .init_irq = iop33x_init_irq, |
diff --git a/arch/arm/mach-iop33x/iq80332.c b/arch/arm/mach-iop33x/iq80332.c index fbf551409394..36a9efb254c2 100644 --- a/arch/arm/mach-iop33x/iq80332.c +++ b/arch/arm/mach-iop33x/iq80332.c | |||
@@ -141,8 +141,6 @@ static void __init iq80332_init_machine(void) | |||
141 | 141 | ||
142 | MACHINE_START(IQ80332, "Intel IQ80332") | 142 | MACHINE_START(IQ80332, "Intel IQ80332") |
143 | /* Maintainer: Intel Corp. */ | 143 | /* Maintainer: Intel Corp. */ |
144 | .phys_io = 0xfefff000, | ||
145 | .io_pg_offst = ((0xfffff000) >> 18) & 0xfffc, | ||
146 | .boot_params = 0x00000100, | 144 | .boot_params = 0x00000100, |
147 | .map_io = iop3xx_map_io, | 145 | .map_io = iop3xx_map_io, |
148 | .init_irq = iop33x_init_irq, | 146 | .init_irq = iop33x_init_irq, |
diff --git a/arch/arm/mach-ixp2000/enp2611.c b/arch/arm/mach-ixp2000/enp2611.c index 1a557e0d055b..88663ab1d2ad 100644 --- a/arch/arm/mach-ixp2000/enp2611.c +++ b/arch/arm/mach-ixp2000/enp2611.c | |||
@@ -253,8 +253,6 @@ static void __init enp2611_init_machine(void) | |||
253 | 253 | ||
254 | MACHINE_START(ENP2611, "Radisys ENP-2611 PCI network processor board") | 254 | MACHINE_START(ENP2611, "Radisys ENP-2611 PCI network processor board") |
255 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ | 255 | /* Maintainer: Lennert Buytenhek <buytenh@wantstofly.org> */ |
256 | .phys_io = IXP2000_UART_PHYS_BASE, | ||
257 | .io_pg_offst = ((IXP2000_UART_VIRT_BASE) >> 18) & 0xfffc, | ||
258 | .boot_params = 0x00000100, | 256 | .boot_params = 0x00000100, |
259 | .map_io = enp2611_map_io, | 257 | .map_io = enp2611_map_io, |
260 | .init_irq = ixp2000_init_irq, | 258 | .init_irq = ixp2000_init_irq, |
diff --git a/arch/arm/mach-ixp2000/ixdp2400.c b/arch/arm/mach-ixp2000/ixdp2400.c index 55e5c69352ad..dfffc1e817fa 100644 --- a/arch/arm/mach-ixp2000/ixdp2400.c +++ b/arch/arm/mach-ixp2000/ixdp2400.c | |||
@@ -170,8 +170,6 @@ void __init ixdp2400_init_irq(void) | |||
170 | 170 | ||
171 | MACHINE_START(IXDP2400, "Intel IXDP2400 Development Platform") | 171 | MACHINE_START(IXDP2400, "Intel IXDP2400 Development Platform") |
172 | /* Maintainer: MontaVista Software, Inc. */ | 172 | /* Maintainer: MontaVista Software, Inc. */ |
173 | .phys_io = IXP2000_UART_PHYS_BASE, | ||
174 | .io_pg_offst = ((IXP2000_UART_VIRT_BASE) >> 18) & 0xfffc, | ||
175 | .boot_params = 0x00000100, | 173 | .boot_params = 0x00000100, |
176 | .map_io = ixdp2x00_map_io, | 174 | .map_io = ixdp2x00_map_io, |
177 | .init_irq = ixdp2400_init_irq, | 175 | .init_irq = ixdp2400_init_irq, |
diff --git a/arch/arm/mach-ixp2000/ixdp2800.c b/arch/arm/mach-ixp2000/ixdp2800.c index 237b61a85e9a..cd4c9bcff2b5 100644 --- a/arch/arm/mach-ixp2000/ixdp2800.c +++ b/arch/arm/mach-ixp2000/ixdp2800.c | |||
@@ -285,8 +285,6 @@ void __init ixdp2800_init_irq(void) | |||
285 | 285 | ||
286 | MACHINE_START(IXDP2800, "Intel IXDP2800 Development Platform") | 286 | MACHINE_START(IXDP2800, "Intel IXDP2800 Development Platform") |
287 | /* Maintainer: MontaVista Software, Inc. */ | 287 | /* Maintainer: MontaVista Software, Inc. */ |
288 | .phys_io = IXP2000_UART_PHYS_BASE, | ||
289 | .io_pg_offst = ((IXP2000_UART_VIRT_BASE) >> 18) & 0xfffc, | ||
290 | .boot_params = 0x00000100, | 288 | .boot_params = 0x00000100, |
291 | .map_io = ixdp2x00_map_io, | 289 | .map_io = ixdp2x00_map_io, |
292 | .init_irq = ixdp2800_init_irq, | 290 | .init_irq = ixdp2800_init_irq, |
diff --git a/arch/arm/mach-ixp2000/ixdp2x01.c b/arch/arm/mach-ixp2000/ixdp2x01.c index 0369ec4242a6..6c121bdbe311 100644 --- a/arch/arm/mach-ixp2000/ixdp2x01.c +++ b/arch/arm/mach-ixp2000/ixdp2x01.c | |||
@@ -416,8 +416,6 @@ static void __init ixdp2x01_init_machine(void) | |||
416 | #ifdef CONFIG_ARCH_IXDP2401 | 416 | #ifdef CONFIG_ARCH_IXDP2401 |
417 | MACHINE_START(IXDP2401, "Intel IXDP2401 Development Platform") | 417 | MACHINE_START(IXDP2401, "Intel IXDP2401 Development Platform") |
418 | /* Maintainer: MontaVista Software, Inc. */ | 418 | /* Maintainer: MontaVista Software, Inc. */ |
419 | .phys_io = IXP2000_UART_PHYS_BASE, | ||
420 | .io_pg_offst = ((IXP2000_UART_VIRT_BASE) >> 18) & 0xfffc, | ||
421 | .boot_params = 0x00000100, | 419 | .boot_params = 0x00000100, |
422 | .map_io = ixdp2x01_map_io, | 420 | .map_io = ixdp2x01_map_io, |
423 | .init_irq = ixdp2x01_init_irq, | 421 | .init_irq = ixdp2x01_init_irq, |
@@ -429,8 +427,6 @@ MACHINE_END | |||
429 | #ifdef CONFIG_ARCH_IXDP2801 | 427 | #ifdef CONFIG_ARCH_IXDP2801 |
430 | MACHINE_START(IXDP2801, "Intel IXDP2801 Development Platform") | 428 | MACHINE_START(IXDP2801, "Intel IXDP2801 Development Platform") |
431 | /* Maintainer: MontaVista Software, Inc. */ | 429 | /* Maintainer: MontaVista Software, Inc. */ |
432 | .phys_io = IXP2000_UART_PHYS_BASE, | ||
433 | .io_pg_offst = ((IXP2000_UART_VIRT_BASE) >> 18) & 0xfffc, | ||
434 | .boot_params = 0x00000100, | 430 | .boot_params = 0x00000100, |
435 | .map_io = ixdp2x01_map_io, | 431 | .map_io = ixdp2x01_map_io, |
436 | .init_irq = ixdp2x01_init_irq, | 432 | .init_irq = ixdp2x01_init_irq, |
@@ -444,8 +440,6 @@ MACHINE_END | |||
444 | */ | 440 | */ |
445 | MACHINE_START(IXDP28X5, "Intel IXDP2805/2855 Development Platform") | 441 | MACHINE_START(IXDP28X5, "Intel IXDP2805/2855 Development Platform") |
446 | /* Maintainer: MontaVista Software, Inc. */ | 442 | /* Maintainer: MontaVista Software, Inc. */ |
447 | .phys_io = IXP2000_UART_PHYS_BASE, | ||
448 | .io_pg_offst = ((IXP2000_UART_VIRT_BASE) >> 18) & 0xfffc, | ||
449 | .boot_params = 0x00000100, | 443 | .boot_params = 0x00000100, |
450 | .map_io = ixdp2x01_map_io, | 444 | .map_io = ixdp2x01_map_io, |
451 | .init_irq = ixdp2x01_init_irq, | 445 | .init_irq = ixdp2x01_init_irq, |
diff --git a/arch/arm/mach-ixp23xx/espresso.c b/arch/arm/mach-ixp23xx/espresso.c index 1c06bfc5a7ef..e25e5fe183ba 100644 --- a/arch/arm/mach-ixp23xx/espresso.c +++ b/arch/arm/mach-ixp23xx/espresso.c | |||
@@ -85,8 +85,6 @@ static void __init espresso_init(void) | |||
85 | 85 | ||
86 | MACHINE_START(ESPRESSO, "IP Fabrics Double Espresso") | 86 | MACHINE_START(ESPRESSO, "IP Fabrics Double Espresso") |
87 | /* Maintainer: Lennert Buytenhek */ | 87 | /* Maintainer: Lennert Buytenhek */ |
88 | .phys_io = IXP23XX_PERIPHERAL_PHYS, | ||
89 | .io_pg_offst = ((IXP23XX_PERIPHERAL_VIRT >> 18)) & 0xfffc, | ||
90 | .map_io = ixp23xx_map_io, | 88 | .map_io = ixp23xx_map_io, |
91 | .init_irq = ixp23xx_init_irq, | 89 | .init_irq = ixp23xx_init_irq, |
92 | .timer = &ixp23xx_timer, | 90 | .timer = &ixp23xx_timer, |
diff --git a/arch/arm/mach-ixp23xx/ixdp2351.c b/arch/arm/mach-ixp23xx/ixdp2351.c index f1b124a709ab..664e39c2a903 100644 --- a/arch/arm/mach-ixp23xx/ixdp2351.c +++ b/arch/arm/mach-ixp23xx/ixdp2351.c | |||
@@ -328,8 +328,6 @@ static void __init ixdp2351_init(void) | |||
328 | 328 | ||
329 | MACHINE_START(IXDP2351, "Intel IXDP2351 Development Platform") | 329 | MACHINE_START(IXDP2351, "Intel IXDP2351 Development Platform") |
330 | /* Maintainer: MontaVista Software, Inc. */ | 330 | /* Maintainer: MontaVista Software, Inc. */ |
331 | .phys_io = IXP23XX_PERIPHERAL_PHYS, | ||
332 | .io_pg_offst = ((IXP23XX_PERIPHERAL_VIRT >> 18)) & 0xfffc, | ||
333 | .map_io = ixdp2351_map_io, | 331 | .map_io = ixdp2351_map_io, |
334 | .init_irq = ixdp2351_init_irq, | 332 | .init_irq = ixdp2351_init_irq, |
335 | .timer = &ixp23xx_timer, | 333 | .timer = &ixp23xx_timer, |
diff --git a/arch/arm/mach-ixp23xx/roadrunner.c b/arch/arm/mach-ixp23xx/roadrunner.c index 6d38d769761c..76c61ba73218 100644 --- a/arch/arm/mach-ixp23xx/roadrunner.c +++ b/arch/arm/mach-ixp23xx/roadrunner.c | |||
@@ -171,8 +171,6 @@ static void __init roadrunner_init(void) | |||
171 | 171 | ||
172 | MACHINE_START(ROADRUNNER, "ADI Engineering RoadRunner Development Platform") | 172 | MACHINE_START(ROADRUNNER, "ADI Engineering RoadRunner Development Platform") |
173 | /* Maintainer: Deepak Saxena */ | 173 | /* Maintainer: Deepak Saxena */ |
174 | .phys_io = IXP23XX_PERIPHERAL_PHYS, | ||
175 | .io_pg_offst = ((IXP23XX_PERIPHERAL_VIRT >> 18)) & 0xfffc, | ||
176 | .map_io = ixp23xx_map_io, | 174 | .map_io = ixp23xx_map_io, |
177 | .init_irq = ixp23xx_init_irq, | 175 | .init_irq = ixp23xx_init_irq, |
178 | .timer = &ixp23xx_timer, | 176 | .timer = &ixp23xx_timer, |
diff --git a/arch/arm/mach-ixp4xx/avila-setup.c b/arch/arm/mach-ixp4xx/avila-setup.c index d8bc86d76f1d..73745ff102d5 100644 --- a/arch/arm/mach-ixp4xx/avila-setup.c +++ b/arch/arm/mach-ixp4xx/avila-setup.c | |||
@@ -164,8 +164,6 @@ static void __init avila_init(void) | |||
164 | 164 | ||
165 | MACHINE_START(AVILA, "Gateworks Avila Network Platform") | 165 | MACHINE_START(AVILA, "Gateworks Avila Network Platform") |
166 | /* Maintainer: Deepak Saxena <dsaxena@plexity.net> */ | 166 | /* Maintainer: Deepak Saxena <dsaxena@plexity.net> */ |
167 | .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, | ||
168 | .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, | ||
169 | .map_io = ixp4xx_map_io, | 167 | .map_io = ixp4xx_map_io, |
170 | .init_irq = ixp4xx_init_irq, | 168 | .init_irq = ixp4xx_init_irq, |
171 | .timer = &ixp4xx_timer, | 169 | .timer = &ixp4xx_timer, |
@@ -181,8 +179,6 @@ MACHINE_END | |||
181 | #ifdef CONFIG_MACH_LOFT | 179 | #ifdef CONFIG_MACH_LOFT |
182 | MACHINE_START(LOFT, "Giant Shoulder Inc Loft board") | 180 | MACHINE_START(LOFT, "Giant Shoulder Inc Loft board") |
183 | /* Maintainer: Tom Billman <kernel@giantshoulderinc.com> */ | 181 | /* Maintainer: Tom Billman <kernel@giantshoulderinc.com> */ |
184 | .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, | ||
185 | .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, | ||
186 | .map_io = ixp4xx_map_io, | 182 | .map_io = ixp4xx_map_io, |
187 | .init_irq = ixp4xx_init_irq, | 183 | .init_irq = ixp4xx_init_irq, |
188 | .timer = &ixp4xx_timer, | 184 | .timer = &ixp4xx_timer, |
diff --git a/arch/arm/mach-ixp4xx/coyote-setup.c b/arch/arm/mach-ixp4xx/coyote-setup.c index 31a47f6a8939..355e3de38733 100644 --- a/arch/arm/mach-ixp4xx/coyote-setup.c +++ b/arch/arm/mach-ixp4xx/coyote-setup.c | |||
@@ -109,8 +109,6 @@ static void __init coyote_init(void) | |||
109 | #ifdef CONFIG_ARCH_ADI_COYOTE | 109 | #ifdef CONFIG_ARCH_ADI_COYOTE |
110 | MACHINE_START(ADI_COYOTE, "ADI Engineering Coyote") | 110 | MACHINE_START(ADI_COYOTE, "ADI Engineering Coyote") |
111 | /* Maintainer: MontaVista Software, Inc. */ | 111 | /* Maintainer: MontaVista Software, Inc. */ |
112 | .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, | ||
113 | .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, | ||
114 | .map_io = ixp4xx_map_io, | 112 | .map_io = ixp4xx_map_io, |
115 | .init_irq = ixp4xx_init_irq, | 113 | .init_irq = ixp4xx_init_irq, |
116 | .timer = &ixp4xx_timer, | 114 | .timer = &ixp4xx_timer, |
@@ -126,8 +124,6 @@ MACHINE_END | |||
126 | #ifdef CONFIG_MACH_IXDPG425 | 124 | #ifdef CONFIG_MACH_IXDPG425 |
127 | MACHINE_START(IXDPG425, "Intel IXDPG425") | 125 | MACHINE_START(IXDPG425, "Intel IXDPG425") |
128 | /* Maintainer: MontaVista Software, Inc. */ | 126 | /* Maintainer: MontaVista Software, Inc. */ |
129 | .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, | ||
130 | .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, | ||
131 | .map_io = ixp4xx_map_io, | 127 | .map_io = ixp4xx_map_io, |
132 | .init_irq = ixp4xx_init_irq, | 128 | .init_irq = ixp4xx_init_irq, |
133 | .timer = &ixp4xx_timer, | 129 | .timer = &ixp4xx_timer, |
diff --git a/arch/arm/mach-ixp4xx/dsmg600-setup.c b/arch/arm/mach-ixp4xx/dsmg600-setup.c index 7c1fa54a6145..d398229cfaa5 100644 --- a/arch/arm/mach-ixp4xx/dsmg600-setup.c +++ b/arch/arm/mach-ixp4xx/dsmg600-setup.c | |||
@@ -279,8 +279,6 @@ static void __init dsmg600_init(void) | |||
279 | 279 | ||
280 | MACHINE_START(DSMG600, "D-Link DSM-G600 RevA") | 280 | MACHINE_START(DSMG600, "D-Link DSM-G600 RevA") |
281 | /* Maintainer: www.nslu2-linux.org */ | 281 | /* Maintainer: www.nslu2-linux.org */ |
282 | .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, | ||
283 | .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xFFFC, | ||
284 | .boot_params = 0x00000100, | 282 | .boot_params = 0x00000100, |
285 | .map_io = ixp4xx_map_io, | 283 | .map_io = ixp4xx_map_io, |
286 | .init_irq = ixp4xx_init_irq, | 284 | .init_irq = ixp4xx_init_irq, |
diff --git a/arch/arm/mach-ixp4xx/fsg-setup.c b/arch/arm/mach-ixp4xx/fsg-setup.c index e7f4befba422..727ee39ce11c 100644 --- a/arch/arm/mach-ixp4xx/fsg-setup.c +++ b/arch/arm/mach-ixp4xx/fsg-setup.c | |||
@@ -270,8 +270,6 @@ static void __init fsg_init(void) | |||
270 | 270 | ||
271 | MACHINE_START(FSG, "Freecom FSG-3") | 271 | MACHINE_START(FSG, "Freecom FSG-3") |
272 | /* Maintainer: www.nslu2-linux.org */ | 272 | /* Maintainer: www.nslu2-linux.org */ |
273 | .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, | ||
274 | .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, | ||
275 | .map_io = ixp4xx_map_io, | 273 | .map_io = ixp4xx_map_io, |
276 | .init_irq = ixp4xx_init_irq, | 274 | .init_irq = ixp4xx_init_irq, |
277 | .timer = &ixp4xx_timer, | 275 | .timer = &ixp4xx_timer, |
diff --git a/arch/arm/mach-ixp4xx/gateway7001-setup.c b/arch/arm/mach-ixp4xx/gateway7001-setup.c index 2583b2a13174..9dc0b4eaa65a 100644 --- a/arch/arm/mach-ixp4xx/gateway7001-setup.c +++ b/arch/arm/mach-ixp4xx/gateway7001-setup.c | |||
@@ -96,8 +96,6 @@ static void __init gateway7001_init(void) | |||
96 | #ifdef CONFIG_MACH_GATEWAY7001 | 96 | #ifdef CONFIG_MACH_GATEWAY7001 |
97 | MACHINE_START(GATEWAY7001, "Gateway 7001 AP") | 97 | MACHINE_START(GATEWAY7001, "Gateway 7001 AP") |
98 | /* Maintainer: Imre Kaloz <kaloz@openwrt.org> */ | 98 | /* Maintainer: Imre Kaloz <kaloz@openwrt.org> */ |
99 | .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, | ||
100 | .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, | ||
101 | .map_io = ixp4xx_map_io, | 99 | .map_io = ixp4xx_map_io, |
102 | .init_irq = ixp4xx_init_irq, | 100 | .init_irq = ixp4xx_init_irq, |
103 | .timer = &ixp4xx_timer, | 101 | .timer = &ixp4xx_timer, |
diff --git a/arch/arm/mach-ixp4xx/goramo_mlr.c b/arch/arm/mach-ixp4xx/goramo_mlr.c index 1c28048209c1..d0e4861ac03d 100644 --- a/arch/arm/mach-ixp4xx/goramo_mlr.c +++ b/arch/arm/mach-ixp4xx/goramo_mlr.c | |||
@@ -496,8 +496,6 @@ subsys_initcall(gmlr_pci_init); | |||
496 | 496 | ||
497 | MACHINE_START(GORAMO_MLR, "MultiLink") | 497 | MACHINE_START(GORAMO_MLR, "MultiLink") |
498 | /* Maintainer: Krzysztof Halasa */ | 498 | /* Maintainer: Krzysztof Halasa */ |
499 | .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, | ||
500 | .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xFFFC, | ||
501 | .map_io = ixp4xx_map_io, | 499 | .map_io = ixp4xx_map_io, |
502 | .init_irq = ixp4xx_init_irq, | 500 | .init_irq = ixp4xx_init_irq, |
503 | .timer = &ixp4xx_timer, | 501 | .timer = &ixp4xx_timer, |
diff --git a/arch/arm/mach-ixp4xx/gtwx5715-setup.c b/arch/arm/mach-ixp4xx/gtwx5715-setup.c index c67586b79400..77abead36227 100644 --- a/arch/arm/mach-ixp4xx/gtwx5715-setup.c +++ b/arch/arm/mach-ixp4xx/gtwx5715-setup.c | |||
@@ -164,8 +164,6 @@ static void __init gtwx5715_init(void) | |||
164 | 164 | ||
165 | MACHINE_START(GTWX5715, "Gemtek GTWX5715 (Linksys WRV54G)") | 165 | MACHINE_START(GTWX5715, "Gemtek GTWX5715 (Linksys WRV54G)") |
166 | /* Maintainer: George Joseph */ | 166 | /* Maintainer: George Joseph */ |
167 | .phys_io = IXP4XX_UART2_BASE_PHYS, | ||
168 | .io_pg_offst = ((IXP4XX_UART2_BASE_VIRT) >> 18) & 0xfffc, | ||
169 | .map_io = ixp4xx_map_io, | 167 | .map_io = ixp4xx_map_io, |
170 | .init_irq = ixp4xx_init_irq, | 168 | .init_irq = ixp4xx_init_irq, |
171 | .timer = &ixp4xx_timer, | 169 | .timer = &ixp4xx_timer, |
diff --git a/arch/arm/mach-ixp4xx/ixdp425-setup.c b/arch/arm/mach-ixp4xx/ixdp425-setup.c index ea9ee4ed0a3e..140783386785 100644 --- a/arch/arm/mach-ixp4xx/ixdp425-setup.c +++ b/arch/arm/mach-ixp4xx/ixdp425-setup.c | |||
@@ -257,8 +257,6 @@ static void __init ixdp425_init(void) | |||
257 | #ifdef CONFIG_ARCH_IXDP425 | 257 | #ifdef CONFIG_ARCH_IXDP425 |
258 | MACHINE_START(IXDP425, "Intel IXDP425 Development Platform") | 258 | MACHINE_START(IXDP425, "Intel IXDP425 Development Platform") |
259 | /* Maintainer: MontaVista Software, Inc. */ | 259 | /* Maintainer: MontaVista Software, Inc. */ |
260 | .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, | ||
261 | .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, | ||
262 | .map_io = ixp4xx_map_io, | 260 | .map_io = ixp4xx_map_io, |
263 | .init_irq = ixp4xx_init_irq, | 261 | .init_irq = ixp4xx_init_irq, |
264 | .timer = &ixp4xx_timer, | 262 | .timer = &ixp4xx_timer, |
@@ -270,8 +268,6 @@ MACHINE_END | |||
270 | #ifdef CONFIG_MACH_IXDP465 | 268 | #ifdef CONFIG_MACH_IXDP465 |
271 | MACHINE_START(IXDP465, "Intel IXDP465 Development Platform") | 269 | MACHINE_START(IXDP465, "Intel IXDP465 Development Platform") |
272 | /* Maintainer: MontaVista Software, Inc. */ | 270 | /* Maintainer: MontaVista Software, Inc. */ |
273 | .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, | ||
274 | .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, | ||
275 | .map_io = ixp4xx_map_io, | 271 | .map_io = ixp4xx_map_io, |
276 | .init_irq = ixp4xx_init_irq, | 272 | .init_irq = ixp4xx_init_irq, |
277 | .timer = &ixp4xx_timer, | 273 | .timer = &ixp4xx_timer, |
@@ -283,8 +279,6 @@ MACHINE_END | |||
283 | #ifdef CONFIG_ARCH_PRPMC1100 | 279 | #ifdef CONFIG_ARCH_PRPMC1100 |
284 | MACHINE_START(IXCDP1100, "Intel IXCDP1100 Development Platform") | 280 | MACHINE_START(IXCDP1100, "Intel IXCDP1100 Development Platform") |
285 | /* Maintainer: MontaVista Software, Inc. */ | 281 | /* Maintainer: MontaVista Software, Inc. */ |
286 | .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, | ||
287 | .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, | ||
288 | .map_io = ixp4xx_map_io, | 282 | .map_io = ixp4xx_map_io, |
289 | .init_irq = ixp4xx_init_irq, | 283 | .init_irq = ixp4xx_init_irq, |
290 | .timer = &ixp4xx_timer, | 284 | .timer = &ixp4xx_timer, |
@@ -296,8 +290,6 @@ MACHINE_END | |||
296 | #ifdef CONFIG_MACH_KIXRP435 | 290 | #ifdef CONFIG_MACH_KIXRP435 |
297 | MACHINE_START(KIXRP435, "Intel KIXRP435 Reference Platform") | 291 | MACHINE_START(KIXRP435, "Intel KIXRP435 Reference Platform") |
298 | /* Maintainer: MontaVista Software, Inc. */ | 292 | /* Maintainer: MontaVista Software, Inc. */ |
299 | .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, | ||
300 | .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, | ||
301 | .map_io = ixp4xx_map_io, | 293 | .map_io = ixp4xx_map_io, |
302 | .init_irq = ixp4xx_init_irq, | 294 | .init_irq = ixp4xx_init_irq, |
303 | .timer = &ixp4xx_timer, | 295 | .timer = &ixp4xx_timer, |
diff --git a/arch/arm/mach-ixp4xx/nas100d-setup.c b/arch/arm/mach-ixp4xx/nas100d-setup.c index e3ee880aa1e6..f18fee748878 100644 --- a/arch/arm/mach-ixp4xx/nas100d-setup.c +++ b/arch/arm/mach-ixp4xx/nas100d-setup.c | |||
@@ -314,8 +314,6 @@ static void __init nas100d_init(void) | |||
314 | 314 | ||
315 | MACHINE_START(NAS100D, "Iomega NAS 100d") | 315 | MACHINE_START(NAS100D, "Iomega NAS 100d") |
316 | /* Maintainer: www.nslu2-linux.org */ | 316 | /* Maintainer: www.nslu2-linux.org */ |
317 | .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, | ||
318 | .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xFFFC, | ||
319 | .boot_params = 0x00000100, | 317 | .boot_params = 0x00000100, |
320 | .map_io = ixp4xx_map_io, | 318 | .map_io = ixp4xx_map_io, |
321 | .init_irq = ixp4xx_init_irq, | 319 | .init_irq = ixp4xx_init_irq, |
diff --git a/arch/arm/mach-ixp4xx/nslu2-setup.c b/arch/arm/mach-ixp4xx/nslu2-setup.c index c14e0034be4b..f79b62eb7614 100644 --- a/arch/arm/mach-ixp4xx/nslu2-setup.c +++ b/arch/arm/mach-ixp4xx/nslu2-setup.c | |||
@@ -300,8 +300,6 @@ static void __init nslu2_init(void) | |||
300 | 300 | ||
301 | MACHINE_START(NSLU2, "Linksys NSLU2") | 301 | MACHINE_START(NSLU2, "Linksys NSLU2") |
302 | /* Maintainer: www.nslu2-linux.org */ | 302 | /* Maintainer: www.nslu2-linux.org */ |
303 | .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, | ||
304 | .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xFFFC, | ||
305 | .boot_params = 0x00000100, | 303 | .boot_params = 0x00000100, |
306 | .map_io = ixp4xx_map_io, | 304 | .map_io = ixp4xx_map_io, |
307 | .init_irq = ixp4xx_init_irq, | 305 | .init_irq = ixp4xx_init_irq, |
diff --git a/arch/arm/mach-ixp4xx/vulcan-setup.c b/arch/arm/mach-ixp4xx/vulcan-setup.c index 465cc5cce687..4e72cfdd3c46 100644 --- a/arch/arm/mach-ixp4xx/vulcan-setup.c +++ b/arch/arm/mach-ixp4xx/vulcan-setup.c | |||
@@ -236,8 +236,6 @@ static void __init vulcan_init(void) | |||
236 | 236 | ||
237 | MACHINE_START(ARCOM_VULCAN, "Arcom/Eurotech Vulcan") | 237 | MACHINE_START(ARCOM_VULCAN, "Arcom/Eurotech Vulcan") |
238 | /* Maintainer: Marc Zyngier <maz@misterjones.org> */ | 238 | /* Maintainer: Marc Zyngier <maz@misterjones.org> */ |
239 | .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, | ||
240 | .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, | ||
241 | .map_io = ixp4xx_map_io, | 239 | .map_io = ixp4xx_map_io, |
242 | .init_irq = ixp4xx_init_irq, | 240 | .init_irq = ixp4xx_init_irq, |
243 | .timer = &ixp4xx_timer, | 241 | .timer = &ixp4xx_timer, |
diff --git a/arch/arm/mach-ixp4xx/wg302v2-setup.c b/arch/arm/mach-ixp4xx/wg302v2-setup.c index 4dd74863daa9..5d148c7bc4fb 100644 --- a/arch/arm/mach-ixp4xx/wg302v2-setup.c +++ b/arch/arm/mach-ixp4xx/wg302v2-setup.c | |||
@@ -97,8 +97,6 @@ static void __init wg302v2_init(void) | |||
97 | #ifdef CONFIG_MACH_WG302V2 | 97 | #ifdef CONFIG_MACH_WG302V2 |
98 | MACHINE_START(WG302V2, "Netgear WG302 v2 / WAG302 v2") | 98 | MACHINE_START(WG302V2, "Netgear WG302 v2 / WAG302 v2") |
99 | /* Maintainer: Imre Kaloz <kaloz@openwrt.org> */ | 99 | /* Maintainer: Imre Kaloz <kaloz@openwrt.org> */ |
100 | .phys_io = IXP4XX_PERIPHERAL_BASE_PHYS, | ||
101 | .io_pg_offst = ((IXP4XX_PERIPHERAL_BASE_VIRT) >> 18) & 0xfffc, | ||
102 | .map_io = ixp4xx_map_io, | 100 | .map_io = ixp4xx_map_io, |
103 | .init_irq = ixp4xx_init_irq, | 101 | .init_irq = ixp4xx_init_irq, |
104 | .timer = &ixp4xx_timer, | 102 | .timer = &ixp4xx_timer, |
diff --git a/arch/arm/mach-kirkwood/d2net_v2-setup.c b/arch/arm/mach-kirkwood/d2net_v2-setup.c index cd62d0f82a73..4aa86e4a152c 100644 --- a/arch/arm/mach-kirkwood/d2net_v2-setup.c +++ b/arch/arm/mach-kirkwood/d2net_v2-setup.c | |||
@@ -221,8 +221,6 @@ static void __init d2net_v2_init(void) | |||
221 | } | 221 | } |
222 | 222 | ||
223 | MACHINE_START(D2NET_V2, "LaCie d2 Network v2") | 223 | MACHINE_START(D2NET_V2, "LaCie d2 Network v2") |
224 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
225 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
226 | .boot_params = 0x00000100, | 224 | .boot_params = 0x00000100, |
227 | .init_machine = d2net_v2_init, | 225 | .init_machine = d2net_v2_init, |
228 | .map_io = kirkwood_map_io, | 226 | .map_io = kirkwood_map_io, |
diff --git a/arch/arm/mach-kirkwood/db88f6281-bp-setup.c b/arch/arm/mach-kirkwood/db88f6281-bp-setup.c index 16f6691e7c68..9ea71182d31a 100644 --- a/arch/arm/mach-kirkwood/db88f6281-bp-setup.c +++ b/arch/arm/mach-kirkwood/db88f6281-bp-setup.c | |||
@@ -97,8 +97,6 @@ subsys_initcall(db88f6281_pci_init); | |||
97 | 97 | ||
98 | MACHINE_START(DB88F6281_BP, "Marvell DB-88F6281-BP Development Board") | 98 | MACHINE_START(DB88F6281_BP, "Marvell DB-88F6281-BP Development Board") |
99 | /* Maintainer: Saeed Bishara <saeed@marvell.com> */ | 99 | /* Maintainer: Saeed Bishara <saeed@marvell.com> */ |
100 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
101 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
102 | .boot_params = 0x00000100, | 100 | .boot_params = 0x00000100, |
103 | .init_machine = db88f6281_init, | 101 | .init_machine = db88f6281_init, |
104 | .map_io = kirkwood_map_io, | 102 | .map_io = kirkwood_map_io, |
diff --git a/arch/arm/mach-kirkwood/dockstar-setup.c b/arch/arm/mach-kirkwood/dockstar-setup.c index a90475d5059c..433ea368c060 100644 --- a/arch/arm/mach-kirkwood/dockstar-setup.c +++ b/arch/arm/mach-kirkwood/dockstar-setup.c | |||
@@ -102,8 +102,6 @@ static void __init dockstar_init(void) | |||
102 | } | 102 | } |
103 | 103 | ||
104 | MACHINE_START(DOCKSTAR, "Seagate FreeAgent DockStar") | 104 | MACHINE_START(DOCKSTAR, "Seagate FreeAgent DockStar") |
105 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
106 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
107 | .boot_params = 0x00000100, | 105 | .boot_params = 0x00000100, |
108 | .init_machine = dockstar_init, | 106 | .init_machine = dockstar_init, |
109 | .map_io = kirkwood_map_io, | 107 | .map_io = kirkwood_map_io, |
diff --git a/arch/arm/mach-kirkwood/guruplug-setup.c b/arch/arm/mach-kirkwood/guruplug-setup.c index 54d07c89d4ff..8f47dc0a2fef 100644 --- a/arch/arm/mach-kirkwood/guruplug-setup.c +++ b/arch/arm/mach-kirkwood/guruplug-setup.c | |||
@@ -121,8 +121,6 @@ static void __init guruplug_init(void) | |||
121 | 121 | ||
122 | MACHINE_START(GURUPLUG, "Marvell GuruPlug Reference Board") | 122 | MACHINE_START(GURUPLUG, "Marvell GuruPlug Reference Board") |
123 | /* Maintainer: Siddarth Gore <gores@marvell.com> */ | 123 | /* Maintainer: Siddarth Gore <gores@marvell.com> */ |
124 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
125 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
126 | .boot_params = 0x00000100, | 124 | .boot_params = 0x00000100, |
127 | .init_machine = guruplug_init, | 125 | .init_machine = guruplug_init, |
128 | .map_io = kirkwood_map_io, | 126 | .map_io = kirkwood_map_io, |
diff --git a/arch/arm/mach-kirkwood/mv88f6281gtw_ge-setup.c b/arch/arm/mach-kirkwood/mv88f6281gtw_ge-setup.c index c6b92b42eb4e..1e5266f57e2a 100644 --- a/arch/arm/mach-kirkwood/mv88f6281gtw_ge-setup.c +++ b/arch/arm/mach-kirkwood/mv88f6281gtw_ge-setup.c | |||
@@ -163,8 +163,6 @@ subsys_initcall(mv88f6281gtw_ge_pci_init); | |||
163 | 163 | ||
164 | MACHINE_START(MV88F6281GTW_GE, "Marvell 88F6281 GTW GE Board") | 164 | MACHINE_START(MV88F6281GTW_GE, "Marvell 88F6281 GTW GE Board") |
165 | /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ | 165 | /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ |
166 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
167 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
168 | .boot_params = 0x00000100, | 166 | .boot_params = 0x00000100, |
169 | .init_machine = mv88f6281gtw_ge_init, | 167 | .init_machine = mv88f6281gtw_ge_init, |
170 | .map_io = kirkwood_map_io, | 168 | .map_io = kirkwood_map_io, |
diff --git a/arch/arm/mach-kirkwood/netspace_v2-setup.c b/arch/arm/mach-kirkwood/netspace_v2-setup.c index fed264d28f4a..5e286441b8f4 100644 --- a/arch/arm/mach-kirkwood/netspace_v2-setup.c +++ b/arch/arm/mach-kirkwood/netspace_v2-setup.c | |||
@@ -215,8 +215,6 @@ static void __init netspace_v2_init(void) | |||
215 | 215 | ||
216 | #ifdef CONFIG_MACH_NETSPACE_V2 | 216 | #ifdef CONFIG_MACH_NETSPACE_V2 |
217 | MACHINE_START(NETSPACE_V2, "LaCie Network Space v2") | 217 | MACHINE_START(NETSPACE_V2, "LaCie Network Space v2") |
218 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
219 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
220 | .boot_params = 0x00000100, | 218 | .boot_params = 0x00000100, |
221 | .init_machine = netspace_v2_init, | 219 | .init_machine = netspace_v2_init, |
222 | .map_io = kirkwood_map_io, | 220 | .map_io = kirkwood_map_io, |
@@ -227,8 +225,6 @@ MACHINE_END | |||
227 | 225 | ||
228 | #ifdef CONFIG_MACH_INETSPACE_V2 | 226 | #ifdef CONFIG_MACH_INETSPACE_V2 |
229 | MACHINE_START(INETSPACE_V2, "LaCie Internet Space v2") | 227 | MACHINE_START(INETSPACE_V2, "LaCie Internet Space v2") |
230 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
231 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
232 | .boot_params = 0x00000100, | 228 | .boot_params = 0x00000100, |
233 | .init_machine = netspace_v2_init, | 229 | .init_machine = netspace_v2_init, |
234 | .map_io = kirkwood_map_io, | 230 | .map_io = kirkwood_map_io, |
@@ -239,8 +235,6 @@ MACHINE_END | |||
239 | 235 | ||
240 | #ifdef CONFIG_MACH_NETSPACE_MAX_V2 | 236 | #ifdef CONFIG_MACH_NETSPACE_MAX_V2 |
241 | MACHINE_START(NETSPACE_MAX_V2, "LaCie Network Space Max v2") | 237 | MACHINE_START(NETSPACE_MAX_V2, "LaCie Network Space Max v2") |
242 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
243 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
244 | .boot_params = 0x00000100, | 238 | .boot_params = 0x00000100, |
245 | .init_machine = netspace_v2_init, | 239 | .init_machine = netspace_v2_init, |
246 | .map_io = kirkwood_map_io, | 240 | .map_io = kirkwood_map_io, |
diff --git a/arch/arm/mach-kirkwood/netxbig_v2-setup.c b/arch/arm/mach-kirkwood/netxbig_v2-setup.c index d970e1eee37d..a1b45d501aef 100644 --- a/arch/arm/mach-kirkwood/netxbig_v2-setup.c +++ b/arch/arm/mach-kirkwood/netxbig_v2-setup.c | |||
@@ -399,8 +399,6 @@ static void __init netxbig_v2_init(void) | |||
399 | 399 | ||
400 | #ifdef CONFIG_MACH_NET2BIG_V2 | 400 | #ifdef CONFIG_MACH_NET2BIG_V2 |
401 | MACHINE_START(NET2BIG_V2, "LaCie 2Big Network v2") | 401 | MACHINE_START(NET2BIG_V2, "LaCie 2Big Network v2") |
402 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
403 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
404 | .boot_params = 0x00000100, | 402 | .boot_params = 0x00000100, |
405 | .init_machine = netxbig_v2_init, | 403 | .init_machine = netxbig_v2_init, |
406 | .map_io = kirkwood_map_io, | 404 | .map_io = kirkwood_map_io, |
@@ -411,8 +409,6 @@ MACHINE_END | |||
411 | 409 | ||
412 | #ifdef CONFIG_MACH_NET5BIG_V2 | 410 | #ifdef CONFIG_MACH_NET5BIG_V2 |
413 | MACHINE_START(NET5BIG_V2, "LaCie 5Big Network v2") | 411 | MACHINE_START(NET5BIG_V2, "LaCie 5Big Network v2") |
414 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
415 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
416 | .boot_params = 0x00000100, | 412 | .boot_params = 0x00000100, |
417 | .init_machine = netxbig_v2_init, | 413 | .init_machine = netxbig_v2_init, |
418 | .map_io = kirkwood_map_io, | 414 | .map_io = kirkwood_map_io, |
diff --git a/arch/arm/mach-kirkwood/openrd-setup.c b/arch/arm/mach-kirkwood/openrd-setup.c index 38017c8ac43f..c9d77fad10ab 100644 --- a/arch/arm/mach-kirkwood/openrd-setup.c +++ b/arch/arm/mach-kirkwood/openrd-setup.c | |||
@@ -214,8 +214,6 @@ subsys_initcall(openrd_pci_init); | |||
214 | #ifdef CONFIG_MACH_OPENRD_BASE | 214 | #ifdef CONFIG_MACH_OPENRD_BASE |
215 | MACHINE_START(OPENRD_BASE, "Marvell OpenRD Base Board") | 215 | MACHINE_START(OPENRD_BASE, "Marvell OpenRD Base Board") |
216 | /* Maintainer: Dhaval Vasa <dhaval.vasa@einfochips.com> */ | 216 | /* Maintainer: Dhaval Vasa <dhaval.vasa@einfochips.com> */ |
217 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
218 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
219 | .boot_params = 0x00000100, | 217 | .boot_params = 0x00000100, |
220 | .init_machine = openrd_init, | 218 | .init_machine = openrd_init, |
221 | .map_io = kirkwood_map_io, | 219 | .map_io = kirkwood_map_io, |
@@ -227,8 +225,6 @@ MACHINE_END | |||
227 | #ifdef CONFIG_MACH_OPENRD_CLIENT | 225 | #ifdef CONFIG_MACH_OPENRD_CLIENT |
228 | MACHINE_START(OPENRD_CLIENT, "Marvell OpenRD Client Board") | 226 | MACHINE_START(OPENRD_CLIENT, "Marvell OpenRD Client Board") |
229 | /* Maintainer: Dhaval Vasa <dhaval.vasa@einfochips.com> */ | 227 | /* Maintainer: Dhaval Vasa <dhaval.vasa@einfochips.com> */ |
230 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
231 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
232 | .boot_params = 0x00000100, | 228 | .boot_params = 0x00000100, |
233 | .init_machine = openrd_init, | 229 | .init_machine = openrd_init, |
234 | .map_io = kirkwood_map_io, | 230 | .map_io = kirkwood_map_io, |
@@ -240,8 +236,6 @@ MACHINE_END | |||
240 | #ifdef CONFIG_MACH_OPENRD_ULTIMATE | 236 | #ifdef CONFIG_MACH_OPENRD_ULTIMATE |
241 | MACHINE_START(OPENRD_ULTIMATE, "Marvell OpenRD Ultimate Board") | 237 | MACHINE_START(OPENRD_ULTIMATE, "Marvell OpenRD Ultimate Board") |
242 | /* Maintainer: Dhaval Vasa <dhaval.vasa@einfochips.com> */ | 238 | /* Maintainer: Dhaval Vasa <dhaval.vasa@einfochips.com> */ |
243 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
244 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
245 | .boot_params = 0x00000100, | 239 | .boot_params = 0x00000100, |
246 | .init_machine = openrd_init, | 240 | .init_machine = openrd_init, |
247 | .map_io = kirkwood_map_io, | 241 | .map_io = kirkwood_map_io, |
diff --git a/arch/arm/mach-kirkwood/rd88f6192-nas-setup.c b/arch/arm/mach-kirkwood/rd88f6192-nas-setup.c index c34718c2cfe5..0049614cd324 100644 --- a/arch/arm/mach-kirkwood/rd88f6192-nas-setup.c +++ b/arch/arm/mach-kirkwood/rd88f6192-nas-setup.c | |||
@@ -79,8 +79,6 @@ subsys_initcall(rd88f6192_pci_init); | |||
79 | 79 | ||
80 | MACHINE_START(RD88F6192_NAS, "Marvell RD-88F6192-NAS Development Board") | 80 | MACHINE_START(RD88F6192_NAS, "Marvell RD-88F6192-NAS Development Board") |
81 | /* Maintainer: Saeed Bishara <saeed@marvell.com> */ | 81 | /* Maintainer: Saeed Bishara <saeed@marvell.com> */ |
82 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
83 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
84 | .boot_params = 0x00000100, | 82 | .boot_params = 0x00000100, |
85 | .init_machine = rd88f6192_init, | 83 | .init_machine = rd88f6192_init, |
86 | .map_io = kirkwood_map_io, | 84 | .map_io = kirkwood_map_io, |
diff --git a/arch/arm/mach-kirkwood/rd88f6281-setup.c b/arch/arm/mach-kirkwood/rd88f6281-setup.c index 3d1477135e12..0998a08cf42d 100644 --- a/arch/arm/mach-kirkwood/rd88f6281-setup.c +++ b/arch/arm/mach-kirkwood/rd88f6281-setup.c | |||
@@ -115,8 +115,6 @@ subsys_initcall(rd88f6281_pci_init); | |||
115 | 115 | ||
116 | MACHINE_START(RD88F6281, "Marvell RD-88F6281 Reference Board") | 116 | MACHINE_START(RD88F6281, "Marvell RD-88F6281 Reference Board") |
117 | /* Maintainer: Saeed Bishara <saeed@marvell.com> */ | 117 | /* Maintainer: Saeed Bishara <saeed@marvell.com> */ |
118 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
119 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
120 | .boot_params = 0x00000100, | 118 | .boot_params = 0x00000100, |
121 | .init_machine = rd88f6281_init, | 119 | .init_machine = rd88f6281_init, |
122 | .map_io = kirkwood_map_io, | 120 | .map_io = kirkwood_map_io, |
diff --git a/arch/arm/mach-kirkwood/sheevaplug-setup.c b/arch/arm/mach-kirkwood/sheevaplug-setup.c index a00879d34d54..d2eec35dfe0f 100644 --- a/arch/arm/mach-kirkwood/sheevaplug-setup.c +++ b/arch/arm/mach-kirkwood/sheevaplug-setup.c | |||
@@ -131,8 +131,6 @@ static void __init sheevaplug_init(void) | |||
131 | #ifdef CONFIG_MACH_SHEEVAPLUG | 131 | #ifdef CONFIG_MACH_SHEEVAPLUG |
132 | MACHINE_START(SHEEVAPLUG, "Marvell SheevaPlug Reference Board") | 132 | MACHINE_START(SHEEVAPLUG, "Marvell SheevaPlug Reference Board") |
133 | /* Maintainer: shadi Ammouri <shadi@marvell.com> */ | 133 | /* Maintainer: shadi Ammouri <shadi@marvell.com> */ |
134 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
135 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
136 | .boot_params = 0x00000100, | 134 | .boot_params = 0x00000100, |
137 | .init_machine = sheevaplug_init, | 135 | .init_machine = sheevaplug_init, |
138 | .map_io = kirkwood_map_io, | 136 | .map_io = kirkwood_map_io, |
@@ -143,8 +141,6 @@ MACHINE_END | |||
143 | 141 | ||
144 | #ifdef CONFIG_MACH_ESATA_SHEEVAPLUG | 142 | #ifdef CONFIG_MACH_ESATA_SHEEVAPLUG |
145 | MACHINE_START(ESATA_SHEEVAPLUG, "Marvell eSATA SheevaPlug Reference Board") | 143 | MACHINE_START(ESATA_SHEEVAPLUG, "Marvell eSATA SheevaPlug Reference Board") |
146 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
147 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
148 | .boot_params = 0x00000100, | 144 | .boot_params = 0x00000100, |
149 | .init_machine = sheevaplug_init, | 145 | .init_machine = sheevaplug_init, |
150 | .map_io = kirkwood_map_io, | 146 | .map_io = kirkwood_map_io, |
diff --git a/arch/arm/mach-kirkwood/t5325-setup.c b/arch/arm/mach-kirkwood/t5325-setup.c index d01bf89cedbe..ce50e61aac9f 100644 --- a/arch/arm/mach-kirkwood/t5325-setup.c +++ b/arch/arm/mach-kirkwood/t5325-setup.c | |||
@@ -184,8 +184,6 @@ subsys_initcall(hp_t5325_pci_init); | |||
184 | 184 | ||
185 | MACHINE_START(T5325, "HP t5325 Thin Client") | 185 | MACHINE_START(T5325, "HP t5325 Thin Client") |
186 | /* Maintainer: Martin Michlmayr <tbm@cyrius.com> */ | 186 | /* Maintainer: Martin Michlmayr <tbm@cyrius.com> */ |
187 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
188 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
189 | .boot_params = 0x00000100, | 187 | .boot_params = 0x00000100, |
190 | .init_machine = hp_t5325_init, | 188 | .init_machine = hp_t5325_init, |
191 | .map_io = kirkwood_map_io, | 189 | .map_io = kirkwood_map_io, |
diff --git a/arch/arm/mach-kirkwood/ts219-setup.c b/arch/arm/mach-kirkwood/ts219-setup.c index a5bd7fde04a9..6710bd7773b8 100644 --- a/arch/arm/mach-kirkwood/ts219-setup.c +++ b/arch/arm/mach-kirkwood/ts219-setup.c | |||
@@ -120,8 +120,6 @@ subsys_initcall(ts219_pci_init); | |||
120 | 120 | ||
121 | MACHINE_START(TS219, "QNAP TS-119/TS-219") | 121 | MACHINE_START(TS219, "QNAP TS-119/TS-219") |
122 | /* Maintainer: Martin Michlmayr <tbm@cyrius.com> */ | 122 | /* Maintainer: Martin Michlmayr <tbm@cyrius.com> */ |
123 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
124 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
125 | .boot_params = 0x00000100, | 123 | .boot_params = 0x00000100, |
126 | .init_machine = qnap_ts219_init, | 124 | .init_machine = qnap_ts219_init, |
127 | .map_io = kirkwood_map_io, | 125 | .map_io = kirkwood_map_io, |
diff --git a/arch/arm/mach-kirkwood/ts41x-setup.c b/arch/arm/mach-kirkwood/ts41x-setup.c index 2e14afef07a2..8be09a0ce4ac 100644 --- a/arch/arm/mach-kirkwood/ts41x-setup.c +++ b/arch/arm/mach-kirkwood/ts41x-setup.c | |||
@@ -149,8 +149,6 @@ subsys_initcall(ts41x_pci_init); | |||
149 | 149 | ||
150 | MACHINE_START(TS41X, "QNAP TS-41x") | 150 | MACHINE_START(TS41X, "QNAP TS-41x") |
151 | /* Maintainer: Martin Michlmayr <tbm@cyrius.com> */ | 151 | /* Maintainer: Martin Michlmayr <tbm@cyrius.com> */ |
152 | .phys_io = KIRKWOOD_REGS_PHYS_BASE, | ||
153 | .io_pg_offst = ((KIRKWOOD_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
154 | .boot_params = 0x00000100, | 152 | .boot_params = 0x00000100, |
155 | .init_machine = qnap_ts41x_init, | 153 | .init_machine = qnap_ts41x_init, |
156 | .map_io = kirkwood_map_io, | 154 | .map_io = kirkwood_map_io, |
diff --git a/arch/arm/mach-ks8695/board-acs5k.c b/arch/arm/mach-ks8695/board-acs5k.c index 9e3e5a640ad2..3ca4f8e6f54f 100644 --- a/arch/arm/mach-ks8695/board-acs5k.c +++ b/arch/arm/mach-ks8695/board-acs5k.c | |||
@@ -223,8 +223,6 @@ static void __init acs5k_init(void) | |||
223 | 223 | ||
224 | MACHINE_START(ACS5K, "Brivo Systems LLC ACS-5000 Master board") | 224 | MACHINE_START(ACS5K, "Brivo Systems LLC ACS-5000 Master board") |
225 | /* Maintainer: Simtec Electronics. */ | 225 | /* Maintainer: Simtec Electronics. */ |
226 | .phys_io = KS8695_IO_PA, | ||
227 | .io_pg_offst = (KS8695_IO_VA >> 18) & 0xfffc, | ||
228 | .boot_params = KS8695_SDRAM_PA + 0x100, | 226 | .boot_params = KS8695_SDRAM_PA + 0x100, |
229 | .map_io = ks8695_map_io, | 227 | .map_io = ks8695_map_io, |
230 | .init_irq = ks8695_init_irq, | 228 | .init_irq = ks8695_init_irq, |
diff --git a/arch/arm/mach-ks8695/board-dsm320.c b/arch/arm/mach-ks8695/board-dsm320.c index 521ff0789f39..ada92b6bed24 100644 --- a/arch/arm/mach-ks8695/board-dsm320.c +++ b/arch/arm/mach-ks8695/board-dsm320.c | |||
@@ -121,8 +121,6 @@ static void __init dsm320_init(void) | |||
121 | 121 | ||
122 | MACHINE_START(DSM320, "D-Link DSM-320 Wireless Media Player") | 122 | MACHINE_START(DSM320, "D-Link DSM-320 Wireless Media Player") |
123 | /* Maintainer: Simtec Electronics. */ | 123 | /* Maintainer: Simtec Electronics. */ |
124 | .phys_io = KS8695_IO_PA, | ||
125 | .io_pg_offst = (KS8695_IO_VA >> 18) & 0xfffc, | ||
126 | .boot_params = KS8695_SDRAM_PA + 0x100, | 124 | .boot_params = KS8695_SDRAM_PA + 0x100, |
127 | .map_io = ks8695_map_io, | 125 | .map_io = ks8695_map_io, |
128 | .init_irq = ks8695_init_irq, | 126 | .init_irq = ks8695_init_irq, |
diff --git a/arch/arm/mach-ks8695/board-micrel.c b/arch/arm/mach-ks8695/board-micrel.c index 8ceaf5ac6e2c..c7ad09bd6ea2 100644 --- a/arch/arm/mach-ks8695/board-micrel.c +++ b/arch/arm/mach-ks8695/board-micrel.c | |||
@@ -53,8 +53,6 @@ static void __init micrel_init(void) | |||
53 | 53 | ||
54 | MACHINE_START(KS8695, "KS8695 Centaur Development Board") | 54 | MACHINE_START(KS8695, "KS8695 Centaur Development Board") |
55 | /* Maintainer: Micrel Semiconductor Inc. */ | 55 | /* Maintainer: Micrel Semiconductor Inc. */ |
56 | .phys_io = KS8695_IO_PA, | ||
57 | .io_pg_offst = (KS8695_IO_VA >> 18) & 0xfffc, | ||
58 | .boot_params = KS8695_SDRAM_PA + 0x100, | 56 | .boot_params = KS8695_SDRAM_PA + 0x100, |
59 | .map_io = ks8695_map_io, | 57 | .map_io = ks8695_map_io, |
60 | .init_irq = ks8695_init_irq, | 58 | .init_irq = ks8695_init_irq, |
diff --git a/arch/arm/mach-lh7a40x/arch-kev7a400.c b/arch/arm/mach-lh7a40x/arch-kev7a400.c index 3d7bd50b9095..9088c16662e8 100644 --- a/arch/arm/mach-lh7a40x/arch-kev7a400.c +++ b/arch/arm/mach-lh7a40x/arch-kev7a400.c | |||
@@ -111,8 +111,6 @@ void __init lh7a40x_init_board_irq (void) | |||
111 | 111 | ||
112 | MACHINE_START (KEV7A400, "Sharp KEV7a400") | 112 | MACHINE_START (KEV7A400, "Sharp KEV7a400") |
113 | /* Maintainer: Marc Singer */ | 113 | /* Maintainer: Marc Singer */ |
114 | .phys_io = 0x80000000, | ||
115 | .io_pg_offst = ((io_p2v (0x80000000))>>18) & 0xfffc, | ||
116 | .boot_params = 0xc0000100, | 114 | .boot_params = 0xc0000100, |
117 | .map_io = kev7a400_map_io, | 115 | .map_io = kev7a400_map_io, |
118 | .init_irq = lh7a400_init_irq, | 116 | .init_irq = lh7a400_init_irq, |
diff --git a/arch/arm/mach-lh7a40x/arch-lpd7a40x.c b/arch/arm/mach-lh7a40x/arch-lpd7a40x.c index cb15e5d32120..7315a569aea1 100644 --- a/arch/arm/mach-lh7a40x/arch-lpd7a40x.c +++ b/arch/arm/mach-lh7a40x/arch-lpd7a40x.c | |||
@@ -398,8 +398,6 @@ lpd7a40x_map_io(void) | |||
398 | 398 | ||
399 | MACHINE_START (LPD7A400, "Logic Product Development LPD7A400-10") | 399 | MACHINE_START (LPD7A400, "Logic Product Development LPD7A400-10") |
400 | /* Maintainer: Marc Singer */ | 400 | /* Maintainer: Marc Singer */ |
401 | .phys_io = 0x80000000, | ||
402 | .io_pg_offst = ((io_p2v (0x80000000))>>18) & 0xfffc, | ||
403 | .boot_params = 0xc0000100, | 401 | .boot_params = 0xc0000100, |
404 | .map_io = lpd7a40x_map_io, | 402 | .map_io = lpd7a40x_map_io, |
405 | .init_irq = lh7a400_init_irq, | 403 | .init_irq = lh7a400_init_irq, |
@@ -413,8 +411,6 @@ MACHINE_END | |||
413 | 411 | ||
414 | MACHINE_START (LPD7A404, "Logic Product Development LPD7A404-10") | 412 | MACHINE_START (LPD7A404, "Logic Product Development LPD7A404-10") |
415 | /* Maintainer: Marc Singer */ | 413 | /* Maintainer: Marc Singer */ |
416 | .phys_io = 0x80000000, | ||
417 | .io_pg_offst = ((io_p2v (0x80000000))>>18) & 0xfffc, | ||
418 | .boot_params = 0xc0000100, | 414 | .boot_params = 0xc0000100, |
419 | .map_io = lpd7a40x_map_io, | 415 | .map_io = lpd7a40x_map_io, |
420 | .init_irq = lh7a404_init_irq, | 416 | .init_irq = lh7a404_init_irq, |
diff --git a/arch/arm/mach-loki/lb88rc8480-setup.c b/arch/arm/mach-loki/lb88rc8480-setup.c index 85f9c1296aa0..a1e75e7fc500 100644 --- a/arch/arm/mach-loki/lb88rc8480-setup.c +++ b/arch/arm/mach-loki/lb88rc8480-setup.c | |||
@@ -90,8 +90,6 @@ static void __init lb88rc8480_init(void) | |||
90 | 90 | ||
91 | MACHINE_START(LB88RC8480, "Marvell LB88RC8480 Development Board") | 91 | MACHINE_START(LB88RC8480, "Marvell LB88RC8480 Development Board") |
92 | /* Maintainer: Ke Wei <kewei@marvell.com> */ | 92 | /* Maintainer: Ke Wei <kewei@marvell.com> */ |
93 | .phys_io = LOKI_REGS_PHYS_BASE, | ||
94 | .io_pg_offst = ((LOKI_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
95 | .boot_params = 0x00000100, | 93 | .boot_params = 0x00000100, |
96 | .init_machine = lb88rc8480_init, | 94 | .init_machine = lb88rc8480_init, |
97 | .map_io = loki_map_io, | 95 | .map_io = loki_map_io, |
diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c index bc9a42da2145..a058de858907 100644 --- a/arch/arm/mach-lpc32xx/phy3250.c +++ b/arch/arm/mach-lpc32xx/phy3250.c | |||
@@ -387,8 +387,6 @@ arch_initcall(lpc32xx_display_uid); | |||
387 | 387 | ||
388 | MACHINE_START(PHY3250, "Phytec 3250 board with the LPC3250 Microcontroller") | 388 | MACHINE_START(PHY3250, "Phytec 3250 board with the LPC3250 Microcontroller") |
389 | /* Maintainer: Kevin Wells, NXP Semiconductors */ | 389 | /* Maintainer: Kevin Wells, NXP Semiconductors */ |
390 | .phys_io = LPC32XX_UART5_BASE, | ||
391 | .io_pg_offst = ((IO_ADDRESS(LPC32XX_UART5_BASE))>>18) & 0xfffc, | ||
392 | .boot_params = 0x80000100, | 390 | .boot_params = 0x80000100, |
393 | .map_io = lpc32xx_map_io, | 391 | .map_io = lpc32xx_map_io, |
394 | .init_irq = lpc32xx_init_irq, | 392 | .init_irq = lpc32xx_init_irq, |
diff --git a/arch/arm/mach-mmp/aspenite.c b/arch/arm/mach-mmp/aspenite.c index 4681bedbe788..06b5fa853c93 100644 --- a/arch/arm/mach-mmp/aspenite.c +++ b/arch/arm/mach-mmp/aspenite.c | |||
@@ -237,8 +237,6 @@ static void __init common_init(void) | |||
237 | } | 237 | } |
238 | 238 | ||
239 | MACHINE_START(ASPENITE, "PXA168-based Aspenite Development Platform") | 239 | MACHINE_START(ASPENITE, "PXA168-based Aspenite Development Platform") |
240 | .phys_io = APB_PHYS_BASE, | ||
241 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, | ||
242 | .map_io = mmp_map_io, | 240 | .map_io = mmp_map_io, |
243 | .nr_irqs = IRQ_BOARD_START, | 241 | .nr_irqs = IRQ_BOARD_START, |
244 | .init_irq = pxa168_init_irq, | 242 | .init_irq = pxa168_init_irq, |
@@ -247,8 +245,6 @@ MACHINE_START(ASPENITE, "PXA168-based Aspenite Development Platform") | |||
247 | MACHINE_END | 245 | MACHINE_END |
248 | 246 | ||
249 | MACHINE_START(ZYLONITE2, "PXA168-based Zylonite2 Development Platform") | 247 | MACHINE_START(ZYLONITE2, "PXA168-based Zylonite2 Development Platform") |
250 | .phys_io = APB_PHYS_BASE, | ||
251 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, | ||
252 | .map_io = mmp_map_io, | 248 | .map_io = mmp_map_io, |
253 | .nr_irqs = IRQ_BOARD_START, | 249 | .nr_irqs = IRQ_BOARD_START, |
254 | .init_irq = pxa168_init_irq, | 250 | .init_irq = pxa168_init_irq, |
diff --git a/arch/arm/mach-mmp/avengers_lite.c b/arch/arm/mach-mmp/avengers_lite.c index 69bcba11f53f..39f0878d64a0 100644 --- a/arch/arm/mach-mmp/avengers_lite.c +++ b/arch/arm/mach-mmp/avengers_lite.c | |||
@@ -41,8 +41,6 @@ static void __init avengers_lite_init(void) | |||
41 | } | 41 | } |
42 | 42 | ||
43 | MACHINE_START(AVENGERS_LITE, "PXA168 Avengers lite Development Platform") | 43 | MACHINE_START(AVENGERS_LITE, "PXA168 Avengers lite Development Platform") |
44 | .phys_io = APB_PHYS_BASE, | ||
45 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, | ||
46 | .map_io = mmp_map_io, | 44 | .map_io = mmp_map_io, |
47 | .init_irq = pxa168_init_irq, | 45 | .init_irq = pxa168_init_irq, |
48 | .timer = &pxa168_timer, | 46 | .timer = &pxa168_timer, |
diff --git a/arch/arm/mach-mmp/flint.c b/arch/arm/mach-mmp/flint.c index c558425c3613..bdeb6db4d49a 100644 --- a/arch/arm/mach-mmp/flint.c +++ b/arch/arm/mach-mmp/flint.c | |||
@@ -116,8 +116,6 @@ static void __init flint_init(void) | |||
116 | } | 116 | } |
117 | 117 | ||
118 | MACHINE_START(FLINT, "Flint Development Platform") | 118 | MACHINE_START(FLINT, "Flint Development Platform") |
119 | .phys_io = APB_PHYS_BASE, | ||
120 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, | ||
121 | .map_io = mmp_map_io, | 119 | .map_io = mmp_map_io, |
122 | .nr_irqs = FLINT_NR_IRQS, | 120 | .nr_irqs = FLINT_NR_IRQS, |
123 | .init_irq = mmp2_init_irq, | 121 | .init_irq = mmp2_init_irq, |
diff --git a/arch/arm/mach-mmp/jasper.c b/arch/arm/mach-mmp/jasper.c index 940ee03e3682..2a684fa50773 100644 --- a/arch/arm/mach-mmp/jasper.c +++ b/arch/arm/mach-mmp/jasper.c | |||
@@ -136,8 +136,6 @@ static void __init jasper_init(void) | |||
136 | } | 136 | } |
137 | 137 | ||
138 | MACHINE_START(MARVELL_JASPER, "Jasper Development Platform") | 138 | MACHINE_START(MARVELL_JASPER, "Jasper Development Platform") |
139 | .phys_io = APB_PHYS_BASE, | ||
140 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, | ||
141 | .map_io = mmp_map_io, | 139 | .map_io = mmp_map_io, |
142 | .nr_irqs = JASPER_NR_IRQS, | 140 | .nr_irqs = JASPER_NR_IRQS, |
143 | .init_irq = mmp2_init_irq, | 141 | .init_irq = mmp2_init_irq, |
diff --git a/arch/arm/mach-mmp/tavorevb.c b/arch/arm/mach-mmp/tavorevb.c index e81db7428215..c296b75c4453 100644 --- a/arch/arm/mach-mmp/tavorevb.c +++ b/arch/arm/mach-mmp/tavorevb.c | |||
@@ -99,8 +99,6 @@ static void __init tavorevb_init(void) | |||
99 | } | 99 | } |
100 | 100 | ||
101 | MACHINE_START(TAVOREVB, "PXA910 Evaluation Board (aka TavorEVB)") | 101 | MACHINE_START(TAVOREVB, "PXA910 Evaluation Board (aka TavorEVB)") |
102 | .phys_io = APB_PHYS_BASE, | ||
103 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, | ||
104 | .map_io = mmp_map_io, | 102 | .map_io = mmp_map_io, |
105 | .init_irq = pxa910_init_irq, | 103 | .init_irq = pxa910_init_irq, |
106 | .timer = &pxa910_timer, | 104 | .timer = &pxa910_timer, |
diff --git a/arch/arm/mach-mmp/teton_bga.c b/arch/arm/mach-mmp/teton_bga.c index a4a375c58e0c..bbe4727b96cc 100644 --- a/arch/arm/mach-mmp/teton_bga.c +++ b/arch/arm/mach-mmp/teton_bga.c | |||
@@ -81,8 +81,6 @@ static void __init teton_bga_init(void) | |||
81 | } | 81 | } |
82 | 82 | ||
83 | MACHINE_START(TETON_BGA, "PXA168-based Teton BGA Development Platform") | 83 | MACHINE_START(TETON_BGA, "PXA168-based Teton BGA Development Platform") |
84 | .phys_io = APB_PHYS_BASE, | ||
85 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, | ||
86 | .map_io = mmp_map_io, | 84 | .map_io = mmp_map_io, |
87 | .nr_irqs = IRQ_BOARD_START, | 85 | .nr_irqs = IRQ_BOARD_START, |
88 | .init_irq = pxa168_init_irq, | 86 | .init_irq = pxa168_init_irq, |
diff --git a/arch/arm/mach-mmp/ttc_dkb.c b/arch/arm/mach-mmp/ttc_dkb.c index 54571139dc4b..e411039ea59e 100644 --- a/arch/arm/mach-mmp/ttc_dkb.c +++ b/arch/arm/mach-mmp/ttc_dkb.c | |||
@@ -125,8 +125,6 @@ static void __init ttc_dkb_init(void) | |||
125 | } | 125 | } |
126 | 126 | ||
127 | MACHINE_START(TTC_DKB, "PXA910-based TTC_DKB Development Platform") | 127 | MACHINE_START(TTC_DKB, "PXA910-based TTC_DKB Development Platform") |
128 | .phys_io = APB_PHYS_BASE, | ||
129 | .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, | ||
130 | .map_io = mmp_map_io, | 128 | .map_io = mmp_map_io, |
131 | .nr_irqs = TTCDKB_NR_IRQS, | 129 | .nr_irqs = TTCDKB_NR_IRQS, |
132 | .init_irq = pxa910_init_irq, | 130 | .init_irq = pxa910_init_irq, |
diff --git a/arch/arm/mach-msm/board-halibut.c b/arch/arm/mach-msm/board-halibut.c index 7bd72e8f127e..59edecbe126c 100644 --- a/arch/arm/mach-msm/board-halibut.c +++ b/arch/arm/mach-msm/board-halibut.c | |||
@@ -95,8 +95,6 @@ static void __init halibut_map_io(void) | |||
95 | 95 | ||
96 | MACHINE_START(HALIBUT, "Halibut Board (QCT SURF7200A)") | 96 | MACHINE_START(HALIBUT, "Halibut Board (QCT SURF7200A)") |
97 | #ifdef CONFIG_MSM_DEBUG_UART | 97 | #ifdef CONFIG_MSM_DEBUG_UART |
98 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
99 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
100 | #endif | 98 | #endif |
101 | .boot_params = 0x10000100, | 99 | .boot_params = 0x10000100, |
102 | .fixup = halibut_fixup, | 100 | .fixup = halibut_fixup, |
diff --git a/arch/arm/mach-msm/board-mahimahi.c b/arch/arm/mach-msm/board-mahimahi.c index bcbefdfe7b5e..ef3ebf2f763b 100644 --- a/arch/arm/mach-msm/board-mahimahi.c +++ b/arch/arm/mach-msm/board-mahimahi.c | |||
@@ -75,8 +75,6 @@ extern struct sys_timer msm_timer; | |||
75 | 75 | ||
76 | MACHINE_START(MAHIMAHI, "mahimahi") | 76 | MACHINE_START(MAHIMAHI, "mahimahi") |
77 | #ifdef CONFIG_MSM_DEBUG_UART | 77 | #ifdef CONFIG_MSM_DEBUG_UART |
78 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
79 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
80 | #endif | 78 | #endif |
81 | .boot_params = 0x20000100, | 79 | .boot_params = 0x20000100, |
82 | .fixup = mahimahi_fixup, | 80 | .fixup = mahimahi_fixup, |
diff --git a/arch/arm/mach-msm/board-msm7x27.c b/arch/arm/mach-msm/board-msm7x27.c index db9381b85bf0..e7a76eff57d9 100644 --- a/arch/arm/mach-msm/board-msm7x27.c +++ b/arch/arm/mach-msm/board-msm7x27.c | |||
@@ -131,8 +131,6 @@ static void __init msm7x2x_map_io(void) | |||
131 | 131 | ||
132 | MACHINE_START(MSM7X27_SURF, "QCT MSM7x27 SURF") | 132 | MACHINE_START(MSM7X27_SURF, "QCT MSM7x27 SURF") |
133 | #ifdef CONFIG_MSM_DEBUG_UART | 133 | #ifdef CONFIG_MSM_DEBUG_UART |
134 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
135 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
136 | #endif | 134 | #endif |
137 | .boot_params = PHYS_OFFSET + 0x100, | 135 | .boot_params = PHYS_OFFSET + 0x100, |
138 | .map_io = msm7x2x_map_io, | 136 | .map_io = msm7x2x_map_io, |
@@ -143,8 +141,6 @@ MACHINE_END | |||
143 | 141 | ||
144 | MACHINE_START(MSM7X27_FFA, "QCT MSM7x27 FFA") | 142 | MACHINE_START(MSM7X27_FFA, "QCT MSM7x27 FFA") |
145 | #ifdef CONFIG_MSM_DEBUG_UART | 143 | #ifdef CONFIG_MSM_DEBUG_UART |
146 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
147 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
148 | #endif | 144 | #endif |
149 | .boot_params = PHYS_OFFSET + 0x100, | 145 | .boot_params = PHYS_OFFSET + 0x100, |
150 | .map_io = msm7x2x_map_io, | 146 | .map_io = msm7x2x_map_io, |
@@ -155,8 +151,6 @@ MACHINE_END | |||
155 | 151 | ||
156 | MACHINE_START(MSM7X25_SURF, "QCT MSM7x25 SURF") | 152 | MACHINE_START(MSM7X25_SURF, "QCT MSM7x25 SURF") |
157 | #ifdef CONFIG_MSM_DEBUG_UART | 153 | #ifdef CONFIG_MSM_DEBUG_UART |
158 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
159 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
160 | #endif | 154 | #endif |
161 | .boot_params = PHYS_OFFSET + 0x100, | 155 | .boot_params = PHYS_OFFSET + 0x100, |
162 | .map_io = msm7x2x_map_io, | 156 | .map_io = msm7x2x_map_io, |
@@ -167,8 +161,6 @@ MACHINE_END | |||
167 | 161 | ||
168 | MACHINE_START(MSM7X25_FFA, "QCT MSM7x25 FFA") | 162 | MACHINE_START(MSM7X25_FFA, "QCT MSM7x25 FFA") |
169 | #ifdef CONFIG_MSM_DEBUG_UART | 163 | #ifdef CONFIG_MSM_DEBUG_UART |
170 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
171 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
172 | #endif | 164 | #endif |
173 | .boot_params = PHYS_OFFSET + 0x100, | 165 | .boot_params = PHYS_OFFSET + 0x100, |
174 | .map_io = msm7x2x_map_io, | 166 | .map_io = msm7x2x_map_io, |
diff --git a/arch/arm/mach-msm/board-msm7x30.c b/arch/arm/mach-msm/board-msm7x30.c index 76d5a22a6984..05241df3f9b6 100644 --- a/arch/arm/mach-msm/board-msm7x30.c +++ b/arch/arm/mach-msm/board-msm7x30.c | |||
@@ -64,8 +64,6 @@ static void __init msm7x30_map_io(void) | |||
64 | 64 | ||
65 | MACHINE_START(MSM7X30_SURF, "QCT MSM7X30 SURF") | 65 | MACHINE_START(MSM7X30_SURF, "QCT MSM7X30 SURF") |
66 | #ifdef CONFIG_MSM_DEBUG_UART | 66 | #ifdef CONFIG_MSM_DEBUG_UART |
67 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
68 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
69 | #endif | 67 | #endif |
70 | .boot_params = PHYS_OFFSET + 0x100, | 68 | .boot_params = PHYS_OFFSET + 0x100, |
71 | .map_io = msm7x30_map_io, | 69 | .map_io = msm7x30_map_io, |
@@ -76,8 +74,6 @@ MACHINE_END | |||
76 | 74 | ||
77 | MACHINE_START(MSM7X30_FFA, "QCT MSM7X30 FFA") | 75 | MACHINE_START(MSM7X30_FFA, "QCT MSM7X30 FFA") |
78 | #ifdef CONFIG_MSM_DEBUG_UART | 76 | #ifdef CONFIG_MSM_DEBUG_UART |
79 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
80 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
81 | #endif | 77 | #endif |
82 | .boot_params = PHYS_OFFSET + 0x100, | 78 | .boot_params = PHYS_OFFSET + 0x100, |
83 | .map_io = msm7x30_map_io, | 79 | .map_io = msm7x30_map_io, |
@@ -88,8 +84,6 @@ MACHINE_END | |||
88 | 84 | ||
89 | MACHINE_START(MSM7X30_FLUID, "QCT MSM7X30 FLUID") | 85 | MACHINE_START(MSM7X30_FLUID, "QCT MSM7X30 FLUID") |
90 | #ifdef CONFIG_MSM_DEBUG_UART | 86 | #ifdef CONFIG_MSM_DEBUG_UART |
91 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
92 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
93 | #endif | 87 | #endif |
94 | .boot_params = PHYS_OFFSET + 0x100, | 88 | .boot_params = PHYS_OFFSET + 0x100, |
95 | .map_io = msm7x30_map_io, | 89 | .map_io = msm7x30_map_io, |
diff --git a/arch/arm/mach-msm/board-qsd8x50.c b/arch/arm/mach-msm/board-qsd8x50.c index d5d5e441a52d..ed2af4ad97ed 100644 --- a/arch/arm/mach-msm/board-qsd8x50.c +++ b/arch/arm/mach-msm/board-qsd8x50.c | |||
@@ -98,8 +98,6 @@ static void __init qsd8x50_init(void) | |||
98 | 98 | ||
99 | MACHINE_START(QSD8X50_SURF, "QCT QSD8X50 SURF") | 99 | MACHINE_START(QSD8X50_SURF, "QCT QSD8X50 SURF") |
100 | #ifdef CONFIG_MSM_DEBUG_UART | 100 | #ifdef CONFIG_MSM_DEBUG_UART |
101 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
102 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
103 | #endif | 101 | #endif |
104 | .boot_params = PHYS_OFFSET + 0x100, | 102 | .boot_params = PHYS_OFFSET + 0x100, |
105 | .map_io = qsd8x50_map_io, | 103 | .map_io = qsd8x50_map_io, |
@@ -110,8 +108,6 @@ MACHINE_END | |||
110 | 108 | ||
111 | MACHINE_START(QSD8X50A_ST1_5, "QCT QSD8X50A ST1.5") | 109 | MACHINE_START(QSD8X50A_ST1_5, "QCT QSD8X50A ST1.5") |
112 | #ifdef CONFIG_MSM_DEBUG_UART | 110 | #ifdef CONFIG_MSM_DEBUG_UART |
113 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
114 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
115 | #endif | 111 | #endif |
116 | .boot_params = PHYS_OFFSET + 0x100, | 112 | .boot_params = PHYS_OFFSET + 0x100, |
117 | .map_io = qsd8x50_map_io, | 113 | .map_io = qsd8x50_map_io, |
diff --git a/arch/arm/mach-msm/board-sapphire.c b/arch/arm/mach-msm/board-sapphire.c index 2bc1b9d5623e..8919ffb17196 100644 --- a/arch/arm/mach-msm/board-sapphire.c +++ b/arch/arm/mach-msm/board-sapphire.c | |||
@@ -106,8 +106,6 @@ static void __init sapphire_map_io(void) | |||
106 | MACHINE_START(SAPPHIRE, "sapphire") | 106 | MACHINE_START(SAPPHIRE, "sapphire") |
107 | /* Maintainer: Brian Swetland <swetland@google.com> */ | 107 | /* Maintainer: Brian Swetland <swetland@google.com> */ |
108 | #ifdef CONFIG_MSM_DEBUG_UART | 108 | #ifdef CONFIG_MSM_DEBUG_UART |
109 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
110 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
111 | #endif | 109 | #endif |
112 | .boot_params = PHYS_OFFSET + 0x100, | 110 | .boot_params = PHYS_OFFSET + 0x100, |
113 | .fixup = sapphire_fixup, | 111 | .fixup = sapphire_fixup, |
diff --git a/arch/arm/mach-msm/board-trout.c b/arch/arm/mach-msm/board-trout.c index 469e0be3499d..73f146066542 100644 --- a/arch/arm/mach-msm/board-trout.c +++ b/arch/arm/mach-msm/board-trout.c | |||
@@ -93,8 +93,6 @@ static void __init trout_map_io(void) | |||
93 | 93 | ||
94 | MACHINE_START(TROUT, "HTC Dream") | 94 | MACHINE_START(TROUT, "HTC Dream") |
95 | #ifdef CONFIG_MSM_DEBUG_UART | 95 | #ifdef CONFIG_MSM_DEBUG_UART |
96 | .phys_io = MSM_DEBUG_UART_PHYS, | ||
97 | .io_pg_offst = ((MSM_DEBUG_UART_BASE) >> 18) & 0xfffc, | ||
98 | #endif | 96 | #endif |
99 | .boot_params = 0x10000100, | 97 | .boot_params = 0x10000100, |
100 | .fixup = trout_fixup, | 98 | .fixup = trout_fixup, |
diff --git a/arch/arm/mach-mv78xx0/buffalo-wxl-setup.c b/arch/arm/mach-mv78xx0/buffalo-wxl-setup.c index 61e5e583603b..29e390e89ff4 100644 --- a/arch/arm/mach-mv78xx0/buffalo-wxl-setup.c +++ b/arch/arm/mach-mv78xx0/buffalo-wxl-setup.c | |||
@@ -145,8 +145,6 @@ subsys_initcall(wxl_pci_init); | |||
145 | 145 | ||
146 | MACHINE_START(TERASTATION_WXL, "Buffalo Nas WXL") | 146 | MACHINE_START(TERASTATION_WXL, "Buffalo Nas WXL") |
147 | /* Maintainer: Sebastien Requiem <sebastien@requiem.fr> */ | 147 | /* Maintainer: Sebastien Requiem <sebastien@requiem.fr> */ |
148 | .phys_io = MV78XX0_REGS_PHYS_BASE, | ||
149 | .io_pg_offst = ((MV78XX0_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
150 | .boot_params = 0x00000100, | 148 | .boot_params = 0x00000100, |
151 | .init_machine = wxl_init, | 149 | .init_machine = wxl_init, |
152 | .map_io = mv78xx0_map_io, | 150 | .map_io = mv78xx0_map_io, |
diff --git a/arch/arm/mach-mv78xx0/db78x00-bp-setup.c b/arch/arm/mach-mv78xx0/db78x00-bp-setup.c index efdabe04c69e..207c95e403b9 100644 --- a/arch/arm/mach-mv78xx0/db78x00-bp-setup.c +++ b/arch/arm/mach-mv78xx0/db78x00-bp-setup.c | |||
@@ -93,8 +93,6 @@ subsys_initcall(db78x00_pci_init); | |||
93 | 93 | ||
94 | MACHINE_START(DB78X00_BP, "Marvell DB-78x00-BP Development Board") | 94 | MACHINE_START(DB78X00_BP, "Marvell DB-78x00-BP Development Board") |
95 | /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ | 95 | /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ |
96 | .phys_io = MV78XX0_REGS_PHYS_BASE, | ||
97 | .io_pg_offst = ((MV78XX0_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
98 | .boot_params = 0x00000100, | 96 | .boot_params = 0x00000100, |
99 | .init_machine = db78x00_init, | 97 | .init_machine = db78x00_init, |
100 | .map_io = mv78xx0_map_io, | 98 | .map_io = mv78xx0_map_io, |
diff --git a/arch/arm/mach-mv78xx0/rd78x00-masa-setup.c b/arch/arm/mach-mv78xx0/rd78x00-masa-setup.c index e136b7a03355..3511ad4d973b 100644 --- a/arch/arm/mach-mv78xx0/rd78x00-masa-setup.c +++ b/arch/arm/mach-mv78xx0/rd78x00-masa-setup.c | |||
@@ -78,8 +78,6 @@ subsys_initcall(rd78x00_pci_init); | |||
78 | 78 | ||
79 | MACHINE_START(RD78X00_MASA, "Marvell RD-78x00-MASA Development Board") | 79 | MACHINE_START(RD78X00_MASA, "Marvell RD-78x00-MASA Development Board") |
80 | /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ | 80 | /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ |
81 | .phys_io = MV78XX0_REGS_PHYS_BASE, | ||
82 | .io_pg_offst = ((MV78XX0_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
83 | .boot_params = 0x00000100, | 81 | .boot_params = 0x00000100, |
84 | .init_machine = rd78x00_masa_init, | 82 | .init_machine = rd78x00_masa_init, |
85 | .map_io = mv78xx0_map_io, | 83 | .map_io = mv78xx0_map_io, |
diff --git a/arch/arm/mach-mx25/mach-cpuimx25.c b/arch/arm/mach-mx25/mach-cpuimx25.c index 3b28a75007ad..f6f9ad60c25e 100644 --- a/arch/arm/mach-mx25/mach-cpuimx25.c +++ b/arch/arm/mach-mx25/mach-cpuimx25.c | |||
@@ -156,8 +156,6 @@ static struct sys_timer eukrea_cpuimx25_timer = { | |||
156 | 156 | ||
157 | MACHINE_START(EUKREA_CPUIMX25, "Eukrea CPUIMX25") | 157 | MACHINE_START(EUKREA_CPUIMX25, "Eukrea CPUIMX25") |
158 | /* Maintainer: Eukrea Electromatique */ | 158 | /* Maintainer: Eukrea Electromatique */ |
159 | .phys_io = MX25_AIPS1_BASE_ADDR, | ||
160 | .io_pg_offst = ((MX25_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
161 | .boot_params = MX25_PHYS_OFFSET + 0x100, | 159 | .boot_params = MX25_PHYS_OFFSET + 0x100, |
162 | .map_io = mx25_map_io, | 160 | .map_io = mx25_map_io, |
163 | .init_irq = mx25_init_irq, | 161 | .init_irq = mx25_init_irq, |
diff --git a/arch/arm/mach-mx25/mach-mx25_3ds.c b/arch/arm/mach-mx25/mach-mx25_3ds.c index bd1805698631..80805107a73e 100644 --- a/arch/arm/mach-mx25/mach-mx25_3ds.c +++ b/arch/arm/mach-mx25/mach-mx25_3ds.c | |||
@@ -206,8 +206,6 @@ static struct sys_timer mx25pdk_timer = { | |||
206 | 206 | ||
207 | MACHINE_START(MX25_3DS, "Freescale MX25PDK (3DS)") | 207 | MACHINE_START(MX25_3DS, "Freescale MX25PDK (3DS)") |
208 | /* Maintainer: Freescale Semiconductor, Inc. */ | 208 | /* Maintainer: Freescale Semiconductor, Inc. */ |
209 | .phys_io = MX25_AIPS1_BASE_ADDR, | ||
210 | .io_pg_offst = ((MX25_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
211 | .boot_params = MX25_PHYS_OFFSET + 0x100, | 209 | .boot_params = MX25_PHYS_OFFSET + 0x100, |
212 | .map_io = mx25_map_io, | 210 | .map_io = mx25_map_io, |
213 | .init_irq = mx25_init_irq, | 211 | .init_irq = mx25_init_irq, |
diff --git a/arch/arm/mach-mx3/mach-armadillo5x0.c b/arch/arm/mach-mx3/mach-armadillo5x0.c index 68879c996a55..aaa30fe18f85 100644 --- a/arch/arm/mach-mx3/mach-armadillo5x0.c +++ b/arch/arm/mach-mx3/mach-armadillo5x0.c | |||
@@ -571,8 +571,6 @@ static struct sys_timer armadillo5x0_timer = { | |||
571 | 571 | ||
572 | MACHINE_START(ARMADILLO5X0, "Armadillo-500") | 572 | MACHINE_START(ARMADILLO5X0, "Armadillo-500") |
573 | /* Maintainer: Alberto Panizzo */ | 573 | /* Maintainer: Alberto Panizzo */ |
574 | .phys_io = MX31_AIPS1_BASE_ADDR, | ||
575 | .io_pg_offst = (MX31_AIPS1_BASE_ADDR_VIRT >> 18) & 0xfffc, | ||
576 | .boot_params = MX3x_PHYS_OFFSET + 0x100, | 574 | .boot_params = MX3x_PHYS_OFFSET + 0x100, |
577 | .map_io = mx31_map_io, | 575 | .map_io = mx31_map_io, |
578 | .init_irq = mx31_init_irq, | 576 | .init_irq = mx31_init_irq, |
diff --git a/arch/arm/mach-mx3/mach-cpuimx35.c b/arch/arm/mach-mx3/mach-cpuimx35.c index bf2d6e2ec0d6..8533bf04284a 100644 --- a/arch/arm/mach-mx3/mach-cpuimx35.c +++ b/arch/arm/mach-mx3/mach-cpuimx35.c | |||
@@ -189,8 +189,6 @@ struct sys_timer eukrea_cpuimx35_timer = { | |||
189 | 189 | ||
190 | MACHINE_START(EUKREA_CPUIMX35, "Eukrea CPUIMX35") | 190 | MACHINE_START(EUKREA_CPUIMX35, "Eukrea CPUIMX35") |
191 | /* Maintainer: Eukrea Electromatique */ | 191 | /* Maintainer: Eukrea Electromatique */ |
192 | .phys_io = MX35_AIPS1_BASE_ADDR, | ||
193 | .io_pg_offst = ((MX35_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
194 | .boot_params = MX3x_PHYS_OFFSET + 0x100, | 192 | .boot_params = MX3x_PHYS_OFFSET + 0x100, |
195 | .map_io = mx35_map_io, | 193 | .map_io = mx35_map_io, |
196 | .init_irq = mx35_init_irq, | 194 | .init_irq = mx35_init_irq, |
diff --git a/arch/arm/mach-mx3/mach-kzm_arm11_01.c b/arch/arm/mach-mx3/mach-kzm_arm11_01.c index 5b23e416d6c7..042cd5655e17 100644 --- a/arch/arm/mach-mx3/mach-kzm_arm11_01.c +++ b/arch/arm/mach-mx3/mach-kzm_arm11_01.c | |||
@@ -274,8 +274,6 @@ static struct sys_timer kzm_timer = { | |||
274 | * initialize __mach_desc_KZM_ARM11_01 data structure. | 274 | * initialize __mach_desc_KZM_ARM11_01 data structure. |
275 | */ | 275 | */ |
276 | MACHINE_START(KZM_ARM11_01, "Kyoto Microcomputer Co., Ltd. KZM-ARM11-01") | 276 | MACHINE_START(KZM_ARM11_01, "Kyoto Microcomputer Co., Ltd. KZM-ARM11-01") |
277 | .phys_io = MX31_AIPS1_BASE_ADDR, | ||
278 | .io_pg_offst = (MX31_AIPS1_BASE_ADDR_VIRT >> 18) & 0xfffc, | ||
279 | .boot_params = MX3x_PHYS_OFFSET + 0x100, | 277 | .boot_params = MX3x_PHYS_OFFSET + 0x100, |
280 | .map_io = kzm_map_io, | 278 | .map_io = kzm_map_io, |
281 | .init_irq = mx31_init_irq, | 279 | .init_irq = mx31_init_irq, |
diff --git a/arch/arm/mach-mx3/mach-mx31_3ds.c b/arch/arm/mach-mx3/mach-mx31_3ds.c index 6fe69e124d30..5c1d0e86c91e 100644 --- a/arch/arm/mach-mx3/mach-mx31_3ds.c +++ b/arch/arm/mach-mx3/mach-mx31_3ds.c | |||
@@ -301,8 +301,6 @@ static struct sys_timer mx31_3ds_timer = { | |||
301 | */ | 301 | */ |
302 | MACHINE_START(MX31_3DS, "Freescale MX31PDK (3DS)") | 302 | MACHINE_START(MX31_3DS, "Freescale MX31PDK (3DS)") |
303 | /* Maintainer: Freescale Semiconductor, Inc. */ | 303 | /* Maintainer: Freescale Semiconductor, Inc. */ |
304 | .phys_io = MX31_AIPS1_BASE_ADDR, | ||
305 | .io_pg_offst = (MX31_AIPS1_BASE_ADDR_VIRT >> 18) & 0xfffc, | ||
306 | .boot_params = MX3x_PHYS_OFFSET + 0x100, | 304 | .boot_params = MX3x_PHYS_OFFSET + 0x100, |
307 | .map_io = mx31_3ds_map_io, | 305 | .map_io = mx31_3ds_map_io, |
308 | .init_irq = mx31_init_irq, | 306 | .init_irq = mx31_init_irq, |
diff --git a/arch/arm/mach-mx3/mach-mx31ads.c b/arch/arm/mach-mx3/mach-mx31ads.c index 5f670ba7f0c2..b993b9bf6179 100644 --- a/arch/arm/mach-mx3/mach-mx31ads.c +++ b/arch/arm/mach-mx3/mach-mx31ads.c | |||
@@ -569,8 +569,6 @@ static struct sys_timer mx31ads_timer = { | |||
569 | */ | 569 | */ |
570 | MACHINE_START(MX31ADS, "Freescale MX31ADS") | 570 | MACHINE_START(MX31ADS, "Freescale MX31ADS") |
571 | /* Maintainer: Freescale Semiconductor, Inc. */ | 571 | /* Maintainer: Freescale Semiconductor, Inc. */ |
572 | .phys_io = MX31_AIPS1_BASE_ADDR, | ||
573 | .io_pg_offst = (MX31_AIPS1_BASE_ADDR_VIRT >> 18) & 0xfffc, | ||
574 | .boot_params = MX3x_PHYS_OFFSET + 0x100, | 572 | .boot_params = MX3x_PHYS_OFFSET + 0x100, |
575 | .map_io = mx31ads_map_io, | 573 | .map_io = mx31ads_map_io, |
576 | .init_irq = mx31ads_init_irq, | 574 | .init_irq = mx31ads_init_irq, |
diff --git a/arch/arm/mach-mx3/mach-mx31lilly.c b/arch/arm/mach-mx3/mach-mx31lilly.c index 7c37daabb757..42f47faa6fd6 100644 --- a/arch/arm/mach-mx3/mach-mx31lilly.c +++ b/arch/arm/mach-mx3/mach-mx31lilly.c | |||
@@ -348,8 +348,6 @@ static struct sys_timer mx31lilly_timer = { | |||
348 | }; | 348 | }; |
349 | 349 | ||
350 | MACHINE_START(LILLY1131, "INCO startec LILLY-1131") | 350 | MACHINE_START(LILLY1131, "INCO startec LILLY-1131") |
351 | .phys_io = MX31_AIPS1_BASE_ADDR, | ||
352 | .io_pg_offst = (MX31_AIPS1_BASE_ADDR_VIRT >> 18) & 0xfffc, | ||
353 | .boot_params = MX3x_PHYS_OFFSET + 0x100, | 351 | .boot_params = MX3x_PHYS_OFFSET + 0x100, |
354 | .map_io = mx31_map_io, | 352 | .map_io = mx31_map_io, |
355 | .init_irq = mx31_init_irq, | 353 | .init_irq = mx31_init_irq, |
diff --git a/arch/arm/mach-mx3/mach-mx31lite.c b/arch/arm/mach-mx3/mach-mx31lite.c index f66a9576d8c2..b93895814cdf 100644 --- a/arch/arm/mach-mx3/mach-mx31lite.c +++ b/arch/arm/mach-mx3/mach-mx31lite.c | |||
@@ -282,8 +282,6 @@ struct sys_timer mx31lite_timer = { | |||
282 | 282 | ||
283 | MACHINE_START(MX31LITE, "LogicPD i.MX31 SOM") | 283 | MACHINE_START(MX31LITE, "LogicPD i.MX31 SOM") |
284 | /* Maintainer: Freescale Semiconductor, Inc. */ | 284 | /* Maintainer: Freescale Semiconductor, Inc. */ |
285 | .phys_io = MX31_AIPS1_BASE_ADDR, | ||
286 | .io_pg_offst = (MX31_AIPS1_BASE_ADDR_VIRT >> 18) & 0xfffc, | ||
287 | .boot_params = MX3x_PHYS_OFFSET + 0x100, | 285 | .boot_params = MX3x_PHYS_OFFSET + 0x100, |
288 | .map_io = mx31lite_map_io, | 286 | .map_io = mx31lite_map_io, |
289 | .init_irq = mx31_init_irq, | 287 | .init_irq = mx31_init_irq, |
diff --git a/arch/arm/mach-mx3/mach-mx31moboard.c b/arch/arm/mach-mx3/mach-mx31moboard.c index 7a075e8bf2d4..eb5f426df224 100644 --- a/arch/arm/mach-mx3/mach-mx31moboard.c +++ b/arch/arm/mach-mx3/mach-mx31moboard.c | |||
@@ -560,8 +560,6 @@ struct sys_timer mx31moboard_timer = { | |||
560 | 560 | ||
561 | MACHINE_START(MX31MOBOARD, "EPFL Mobots mx31moboard") | 561 | MACHINE_START(MX31MOBOARD, "EPFL Mobots mx31moboard") |
562 | /* Maintainer: Valentin Longchamp, EPFL Mobots group */ | 562 | /* Maintainer: Valentin Longchamp, EPFL Mobots group */ |
563 | .phys_io = MX31_AIPS1_BASE_ADDR, | ||
564 | .io_pg_offst = (MX31_AIPS1_BASE_ADDR_VIRT >> 18) & 0xfffc, | ||
565 | .boot_params = MX3x_PHYS_OFFSET + 0x100, | 563 | .boot_params = MX3x_PHYS_OFFSET + 0x100, |
566 | .map_io = mx31_map_io, | 564 | .map_io = mx31_map_io, |
567 | .init_irq = mx31_init_irq, | 565 | .init_irq = mx31_init_irq, |
diff --git a/arch/arm/mach-mx3/mach-mx35_3ds.c b/arch/arm/mach-mx3/mach-mx35_3ds.c index 91bb06552af1..05f628d90725 100644 --- a/arch/arm/mach-mx3/mach-mx35_3ds.c +++ b/arch/arm/mach-mx3/mach-mx35_3ds.c | |||
@@ -153,8 +153,6 @@ struct sys_timer mx35pdk_timer = { | |||
153 | 153 | ||
154 | MACHINE_START(MX35_3DS, "Freescale MX35PDK") | 154 | MACHINE_START(MX35_3DS, "Freescale MX35PDK") |
155 | /* Maintainer: Freescale Semiconductor, Inc */ | 155 | /* Maintainer: Freescale Semiconductor, Inc */ |
156 | .phys_io = MX35_AIPS1_BASE_ADDR, | ||
157 | .io_pg_offst = ((MX35_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
158 | .boot_params = MX3x_PHYS_OFFSET + 0x100, | 156 | .boot_params = MX3x_PHYS_OFFSET + 0x100, |
159 | .map_io = mx35_map_io, | 157 | .map_io = mx35_map_io, |
160 | .init_irq = mx35_init_irq, | 158 | .init_irq = mx35_init_irq, |
diff --git a/arch/arm/mach-mx3/mach-pcm037.c b/arch/arm/mach-mx3/mach-pcm037.c index 214de11b20b9..86e86c1300d5 100644 --- a/arch/arm/mach-mx3/mach-pcm037.c +++ b/arch/arm/mach-mx3/mach-pcm037.c | |||
@@ -680,8 +680,6 @@ struct sys_timer pcm037_timer = { | |||
680 | 680 | ||
681 | MACHINE_START(PCM037, "Phytec Phycore pcm037") | 681 | MACHINE_START(PCM037, "Phytec Phycore pcm037") |
682 | /* Maintainer: Pengutronix */ | 682 | /* Maintainer: Pengutronix */ |
683 | .phys_io = MX31_AIPS1_BASE_ADDR, | ||
684 | .io_pg_offst = (MX31_AIPS1_BASE_ADDR_VIRT >> 18) & 0xfffc, | ||
685 | .boot_params = MX3x_PHYS_OFFSET + 0x100, | 683 | .boot_params = MX3x_PHYS_OFFSET + 0x100, |
686 | .map_io = mx31_map_io, | 684 | .map_io = mx31_map_io, |
687 | .init_irq = mx31_init_irq, | 685 | .init_irq = mx31_init_irq, |
diff --git a/arch/arm/mach-mx3/mach-pcm043.c b/arch/arm/mach-mx3/mach-pcm043.c index a9397a4151e3..4e1de87995d4 100644 --- a/arch/arm/mach-mx3/mach-pcm043.c +++ b/arch/arm/mach-mx3/mach-pcm043.c | |||
@@ -409,8 +409,6 @@ struct sys_timer pcm043_timer = { | |||
409 | 409 | ||
410 | MACHINE_START(PCM043, "Phytec Phycore pcm043") | 410 | MACHINE_START(PCM043, "Phytec Phycore pcm043") |
411 | /* Maintainer: Pengutronix */ | 411 | /* Maintainer: Pengutronix */ |
412 | .phys_io = MX35_AIPS1_BASE_ADDR, | ||
413 | .io_pg_offst = ((MX35_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
414 | .boot_params = MX3x_PHYS_OFFSET + 0x100, | 412 | .boot_params = MX3x_PHYS_OFFSET + 0x100, |
415 | .map_io = mx35_map_io, | 413 | .map_io = mx35_map_io, |
416 | .init_irq = mx35_init_irq, | 414 | .init_irq = mx35_init_irq, |
diff --git a/arch/arm/mach-mx3/mach-qong.c b/arch/arm/mach-mx3/mach-qong.c index c8c380eef74c..fd1050c40964 100644 --- a/arch/arm/mach-mx3/mach-qong.c +++ b/arch/arm/mach-mx3/mach-qong.c | |||
@@ -270,8 +270,6 @@ static struct sys_timer qong_timer = { | |||
270 | 270 | ||
271 | MACHINE_START(QONG, "Dave/DENX QongEVB-LITE") | 271 | MACHINE_START(QONG, "Dave/DENX QongEVB-LITE") |
272 | /* Maintainer: DENX Software Engineering GmbH */ | 272 | /* Maintainer: DENX Software Engineering GmbH */ |
273 | .phys_io = MX31_AIPS1_BASE_ADDR, | ||
274 | .io_pg_offst = (MX31_AIPS1_BASE_ADDR_VIRT >> 18) & 0xfffc, | ||
275 | .boot_params = MX3x_PHYS_OFFSET + 0x100, | 273 | .boot_params = MX3x_PHYS_OFFSET + 0x100, |
276 | .map_io = mx31_map_io, | 274 | .map_io = mx31_map_io, |
277 | .init_irq = mx31_init_irq, | 275 | .init_irq = mx31_init_irq, |
diff --git a/arch/arm/mach-mx5/board-cpuimx51.c b/arch/arm/mach-mx5/board-cpuimx51.c index 378f5327ae77..6a9792fd0a76 100644 --- a/arch/arm/mach-mx5/board-cpuimx51.c +++ b/arch/arm/mach-mx5/board-cpuimx51.c | |||
@@ -292,8 +292,6 @@ static struct sys_timer mxc_timer = { | |||
292 | 292 | ||
293 | MACHINE_START(EUKREA_CPUIMX51, "Eukrea CPUIMX51 Module") | 293 | MACHINE_START(EUKREA_CPUIMX51, "Eukrea CPUIMX51 Module") |
294 | /* Maintainer: Eric Bénard <eric@eukrea.com> */ | 294 | /* Maintainer: Eric Bénard <eric@eukrea.com> */ |
295 | .phys_io = MX51_AIPS1_BASE_ADDR, | ||
296 | .io_pg_offst = ((MX51_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
297 | .boot_params = PHYS_OFFSET + 0x100, | 295 | .boot_params = PHYS_OFFSET + 0x100, |
298 | .map_io = mx51_map_io, | 296 | .map_io = mx51_map_io, |
299 | .init_irq = mx51_init_irq, | 297 | .init_irq = mx51_init_irq, |
diff --git a/arch/arm/mach-mx5/board-cpuimx51sd.c b/arch/arm/mach-mx5/board-cpuimx51sd.c index bd5eb61a7eba..4b3a6119c5fb 100644 --- a/arch/arm/mach-mx5/board-cpuimx51sd.c +++ b/arch/arm/mach-mx5/board-cpuimx51sd.c | |||
@@ -323,8 +323,6 @@ static struct sys_timer mxc_timer = { | |||
323 | 323 | ||
324 | MACHINE_START(EUKREA_CPUIMX51SD, "Eukrea CPUIMX51SD") | 324 | MACHINE_START(EUKREA_CPUIMX51SD, "Eukrea CPUIMX51SD") |
325 | /* Maintainer: Eric Bénard <eric@eukrea.com> */ | 325 | /* Maintainer: Eric Bénard <eric@eukrea.com> */ |
326 | .phys_io = MX51_AIPS1_BASE_ADDR, | ||
327 | .io_pg_offst = ((MX51_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
328 | .boot_params = PHYS_OFFSET + 0x100, | 326 | .boot_params = PHYS_OFFSET + 0x100, |
329 | .map_io = mx51_map_io, | 327 | .map_io = mx51_map_io, |
330 | .init_irq = mx51_init_irq, | 328 | .init_irq = mx51_init_irq, |
diff --git a/arch/arm/mach-mx5/board-mx51_3ds.c b/arch/arm/mach-mx5/board-mx51_3ds.c index ed08a2352a1a..79ce8dcf3cda 100644 --- a/arch/arm/mach-mx5/board-mx51_3ds.c +++ b/arch/arm/mach-mx5/board-mx51_3ds.c | |||
@@ -186,8 +186,6 @@ static struct sys_timer mxc_timer = { | |||
186 | 186 | ||
187 | MACHINE_START(MX51_3DS, "Freescale MX51 3-Stack Board") | 187 | MACHINE_START(MX51_3DS, "Freescale MX51 3-Stack Board") |
188 | /* Maintainer: Freescale Semiconductor, Inc. */ | 188 | /* Maintainer: Freescale Semiconductor, Inc. */ |
189 | .phys_io = MX51_AIPS1_BASE_ADDR, | ||
190 | .io_pg_offst = ((MX51_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
191 | .boot_params = PHYS_OFFSET + 0x100, | 189 | .boot_params = PHYS_OFFSET + 0x100, |
192 | .map_io = mx51_map_io, | 190 | .map_io = mx51_map_io, |
193 | .init_irq = mx51_init_irq, | 191 | .init_irq = mx51_init_irq, |
diff --git a/arch/arm/mach-mx5/board-mx51_babbage.c b/arch/arm/mach-mx5/board-mx51_babbage.c index 23ee4a447406..0821fe9b3b27 100644 --- a/arch/arm/mach-mx5/board-mx51_babbage.c +++ b/arch/arm/mach-mx5/board-mx51_babbage.c | |||
@@ -317,8 +317,6 @@ static struct sys_timer mxc_timer = { | |||
317 | 317 | ||
318 | MACHINE_START(MX51_BABBAGE, "Freescale MX51 Babbage Board") | 318 | MACHINE_START(MX51_BABBAGE, "Freescale MX51 Babbage Board") |
319 | /* Maintainer: Amit Kucheria <amit.kucheria@canonical.com> */ | 319 | /* Maintainer: Amit Kucheria <amit.kucheria@canonical.com> */ |
320 | .phys_io = MX51_AIPS1_BASE_ADDR, | ||
321 | .io_pg_offst = ((MX51_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
322 | .boot_params = MX51_PHYS_OFFSET + 0x100, | 320 | .boot_params = MX51_PHYS_OFFSET + 0x100, |
323 | .map_io = mx51_map_io, | 321 | .map_io = mx51_map_io, |
324 | .init_irq = mx51_init_irq, | 322 | .init_irq = mx51_init_irq, |
diff --git a/arch/arm/mach-mx5/board-mx51_efikamx.c b/arch/arm/mach-mx5/board-mx51_efikamx.c index b00502acdc15..6e623bda3ee7 100644 --- a/arch/arm/mach-mx5/board-mx51_efikamx.c +++ b/arch/arm/mach-mx5/board-mx51_efikamx.c | |||
@@ -111,8 +111,6 @@ static struct sys_timer mxc_timer = { | |||
111 | 111 | ||
112 | MACHINE_START(MX51_EFIKAMX, "Genesi EfikaMX nettop") | 112 | MACHINE_START(MX51_EFIKAMX, "Genesi EfikaMX nettop") |
113 | /* Maintainer: Amit Kucheria <amit.kucheria@linaro.org> */ | 113 | /* Maintainer: Amit Kucheria <amit.kucheria@linaro.org> */ |
114 | .phys_io = MX51_AIPS1_BASE_ADDR, | ||
115 | .io_pg_offst = ((MX51_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
116 | .boot_params = MX51_PHYS_OFFSET + 0x100, | 114 | .boot_params = MX51_PHYS_OFFSET + 0x100, |
117 | .map_io = mx51_map_io, | 115 | .map_io = mx51_map_io, |
118 | .init_irq = mx51_init_irq, | 116 | .init_irq = mx51_init_irq, |
diff --git a/arch/arm/mach-mxc91231/magx-zn5.c b/arch/arm/mach-mxc91231/magx-zn5.c index 69816ba82930..395d83be8c98 100644 --- a/arch/arm/mach-mxc91231/magx-zn5.c +++ b/arch/arm/mach-mxc91231/magx-zn5.c | |||
@@ -53,8 +53,6 @@ struct sys_timer zn5_timer = { | |||
53 | }; | 53 | }; |
54 | 54 | ||
55 | MACHINE_START(MAGX_ZN5, "Motorola Zn5") | 55 | MACHINE_START(MAGX_ZN5, "Motorola Zn5") |
56 | .phys_io = MXC91231_AIPS1_BASE_ADDR, | ||
57 | .io_pg_offst = ((MXC91231_AIPS1_BASE_ADDR_VIRT) >> 18) & 0xfffc, | ||
58 | .boot_params = MXC91231_PHYS_OFFSET + 0x100, | 56 | .boot_params = MXC91231_PHYS_OFFSET + 0x100, |
59 | .map_io = mxc91231_map_io, | 57 | .map_io = mxc91231_map_io, |
60 | .init_irq = mxc91231_init_irq, | 58 | .init_irq = mxc91231_init_irq, |
diff --git a/arch/arm/mach-netx/nxdb500.c b/arch/arm/mach-netx/nxdb500.c index c9b174bc8ccf..ca8b203a3c99 100644 --- a/arch/arm/mach-netx/nxdb500.c +++ b/arch/arm/mach-netx/nxdb500.c | |||
@@ -200,8 +200,6 @@ static void __init nxdb500_init(void) | |||
200 | } | 200 | } |
201 | 201 | ||
202 | MACHINE_START(NXDB500, "Hilscher nxdb500") | 202 | MACHINE_START(NXDB500, "Hilscher nxdb500") |
203 | .phys_io = 0x00100000, | ||
204 | .io_pg_offst = (io_p2v(0x00100000) >> 18) & 0xfffc, | ||
205 | .boot_params = 0x80000100, | 203 | .boot_params = 0x80000100, |
206 | .map_io = netx_map_io, | 204 | .map_io = netx_map_io, |
207 | .init_irq = netx_init_irq, | 205 | .init_irq = netx_init_irq, |
diff --git a/arch/arm/mach-netx/nxdkn.c b/arch/arm/mach-netx/nxdkn.c index 15b54c62d60f..d775cbe07278 100644 --- a/arch/arm/mach-netx/nxdkn.c +++ b/arch/arm/mach-netx/nxdkn.c | |||
@@ -93,8 +93,6 @@ static void __init nxdkn_init(void) | |||
93 | } | 93 | } |
94 | 94 | ||
95 | MACHINE_START(NXDKN, "Hilscher nxdkn") | 95 | MACHINE_START(NXDKN, "Hilscher nxdkn") |
96 | .phys_io = 0x00100000, | ||
97 | .io_pg_offst = (io_p2v(0x00100000) >> 18) & 0xfffc, | ||
98 | .boot_params = 0x80000100, | 96 | .boot_params = 0x80000100, |
99 | .map_io = netx_map_io, | 97 | .map_io = netx_map_io, |
100 | .init_irq = netx_init_irq, | 98 | .init_irq = netx_init_irq, |
diff --git a/arch/arm/mach-netx/nxeb500hmi.c b/arch/arm/mach-netx/nxeb500hmi.c index 1061c01ff679..de369cd1dcbe 100644 --- a/arch/arm/mach-netx/nxeb500hmi.c +++ b/arch/arm/mach-netx/nxeb500hmi.c | |||
@@ -177,8 +177,6 @@ static void __init nxeb500hmi_init(void) | |||
177 | } | 177 | } |
178 | 178 | ||
179 | MACHINE_START(NXEB500HMI, "Hilscher nxeb500hmi") | 179 | MACHINE_START(NXEB500HMI, "Hilscher nxeb500hmi") |
180 | .phys_io = 0x00100000, | ||
181 | .io_pg_offst = (io_p2v(0x00100000) >> 18) & 0xfffc, | ||
182 | .boot_params = 0x80000100, | 180 | .boot_params = 0x80000100, |
183 | .map_io = netx_map_io, | 181 | .map_io = netx_map_io, |
184 | .init_irq = netx_init_irq, | 182 | .init_irq = netx_init_irq, |
diff --git a/arch/arm/mach-nomadik/board-nhk8815.c b/arch/arm/mach-nomadik/board-nhk8815.c index 841d459ad59d..139930350d93 100644 --- a/arch/arm/mach-nomadik/board-nhk8815.c +++ b/arch/arm/mach-nomadik/board-nhk8815.c | |||
@@ -276,8 +276,6 @@ static void __init nhk8815_platform_init(void) | |||
276 | 276 | ||
277 | MACHINE_START(NOMADIK, "NHK8815") | 277 | MACHINE_START(NOMADIK, "NHK8815") |
278 | /* Maintainer: ST MicroElectronics */ | 278 | /* Maintainer: ST MicroElectronics */ |
279 | .phys_io = NOMADIK_UART0_BASE, | ||
280 | .io_pg_offst = (IO_ADDRESS(NOMADIK_UART0_BASE) >> 18) & 0xfffc, | ||
281 | .boot_params = 0x100, | 279 | .boot_params = 0x100, |
282 | .map_io = cpu8815_map_io, | 280 | .map_io = cpu8815_map_io, |
283 | .init_irq = cpu8815_init_irq, | 281 | .init_irq = cpu8815_init_irq, |
diff --git a/arch/arm/mach-nuc93x/mach-nuc932evb.c b/arch/arm/mach-nuc93x/mach-nuc932evb.c index 9f79266f08e2..d70257042480 100644 --- a/arch/arm/mach-nuc93x/mach-nuc932evb.c +++ b/arch/arm/mach-nuc93x/mach-nuc932evb.c | |||
@@ -35,8 +35,6 @@ static void __init nuc932evb_init(void) | |||
35 | 35 | ||
36 | MACHINE_START(NUC932EVB, "NUC932EVB") | 36 | MACHINE_START(NUC932EVB, "NUC932EVB") |
37 | /* Maintainer: Wan ZongShun */ | 37 | /* Maintainer: Wan ZongShun */ |
38 | .phys_io = NUC93X_PA_UART, | ||
39 | .io_pg_offst = (((u32)NUC93X_VA_UART) >> 18) & 0xfffc, | ||
40 | .boot_params = 0, | 38 | .boot_params = 0, |
41 | .map_io = nuc932evb_map_io, | 39 | .map_io = nuc932evb_map_io, |
42 | .init_irq = nuc93x_init_irq, | 40 | .init_irq = nuc93x_init_irq, |
diff --git a/arch/arm/mach-omap1/board-ams-delta.c b/arch/arm/mach-omap1/board-ams-delta.c index 41992ab71961..73c86392fcd3 100644 --- a/arch/arm/mach-omap1/board-ams-delta.c +++ b/arch/arm/mach-omap1/board-ams-delta.c | |||
@@ -297,8 +297,6 @@ static void __init ams_delta_map_io(void) | |||
297 | 297 | ||
298 | MACHINE_START(AMS_DELTA, "Amstrad E3 (Delta)") | 298 | MACHINE_START(AMS_DELTA, "Amstrad E3 (Delta)") |
299 | /* Maintainer: Jonathan McDowell <noodles@earth.li> */ | 299 | /* Maintainer: Jonathan McDowell <noodles@earth.li> */ |
300 | .phys_io = 0xfff00000, | ||
301 | .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, | ||
302 | .boot_params = 0x10000100, | 300 | .boot_params = 0x10000100, |
303 | .map_io = ams_delta_map_io, | 301 | .map_io = ams_delta_map_io, |
304 | .reserve = omap_reserve, | 302 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap1/board-fsample.c b/arch/arm/mach-omap1/board-fsample.c index 180ce79e5eac..149fdd32e127 100644 --- a/arch/arm/mach-omap1/board-fsample.c +++ b/arch/arm/mach-omap1/board-fsample.c | |||
@@ -386,8 +386,6 @@ static void __init omap_fsample_map_io(void) | |||
386 | 386 | ||
387 | MACHINE_START(OMAP_FSAMPLE, "OMAP730 F-Sample") | 387 | MACHINE_START(OMAP_FSAMPLE, "OMAP730 F-Sample") |
388 | /* Maintainer: Brian Swetland <swetland@google.com> */ | 388 | /* Maintainer: Brian Swetland <swetland@google.com> */ |
389 | .phys_io = 0xfff00000, | ||
390 | .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, | ||
391 | .boot_params = 0x10000100, | 389 | .boot_params = 0x10000100, |
392 | .map_io = omap_fsample_map_io, | 390 | .map_io = omap_fsample_map_io, |
393 | .reserve = omap_reserve, | 391 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap1/board-generic.c b/arch/arm/mach-omap1/board-generic.c index 93b9ab8fc3be..23f4ab9e2651 100644 --- a/arch/arm/mach-omap1/board-generic.c +++ b/arch/arm/mach-omap1/board-generic.c | |||
@@ -94,8 +94,6 @@ static void __init omap_generic_map_io(void) | |||
94 | 94 | ||
95 | MACHINE_START(OMAP_GENERIC, "Generic OMAP1510/1610/1710") | 95 | MACHINE_START(OMAP_GENERIC, "Generic OMAP1510/1610/1710") |
96 | /* Maintainer: Tony Lindgren <tony@atomide.com> */ | 96 | /* Maintainer: Tony Lindgren <tony@atomide.com> */ |
97 | .phys_io = 0xfff00000, | ||
98 | .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, | ||
99 | .boot_params = 0x10000100, | 97 | .boot_params = 0x10000100, |
100 | .map_io = omap_generic_map_io, | 98 | .map_io = omap_generic_map_io, |
101 | .reserve = omap_reserve, | 99 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap1/board-h2.c b/arch/arm/mach-omap1/board-h2.c index d2cda58bcc48..197adb49dc5a 100644 --- a/arch/arm/mach-omap1/board-h2.c +++ b/arch/arm/mach-omap1/board-h2.c | |||
@@ -458,8 +458,6 @@ static void __init h2_map_io(void) | |||
458 | 458 | ||
459 | MACHINE_START(OMAP_H2, "TI-H2") | 459 | MACHINE_START(OMAP_H2, "TI-H2") |
460 | /* Maintainer: Imre Deak <imre.deak@nokia.com> */ | 460 | /* Maintainer: Imre Deak <imre.deak@nokia.com> */ |
461 | .phys_io = 0xfff00000, | ||
462 | .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, | ||
463 | .boot_params = 0x10000100, | 461 | .boot_params = 0x10000100, |
464 | .map_io = h2_map_io, | 462 | .map_io = h2_map_io, |
465 | .reserve = omap_reserve, | 463 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap1/board-h3.c b/arch/arm/mach-omap1/board-h3.c index c2ef4ff846c7..9126e3e37b4a 100644 --- a/arch/arm/mach-omap1/board-h3.c +++ b/arch/arm/mach-omap1/board-h3.c | |||
@@ -446,8 +446,6 @@ static void __init h3_map_io(void) | |||
446 | 446 | ||
447 | MACHINE_START(OMAP_H3, "TI OMAP1710 H3 board") | 447 | MACHINE_START(OMAP_H3, "TI OMAP1710 H3 board") |
448 | /* Maintainer: Texas Instruments, Inc. */ | 448 | /* Maintainer: Texas Instruments, Inc. */ |
449 | .phys_io = 0xfff00000, | ||
450 | .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, | ||
451 | .boot_params = 0x10000100, | 449 | .boot_params = 0x10000100, |
452 | .map_io = h3_map_io, | 450 | .map_io = h3_map_io, |
453 | .reserve = omap_reserve, | 451 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap1/board-htcherald.c b/arch/arm/mach-omap1/board-htcherald.c index 311899ff5ffc..86afb2952225 100644 --- a/arch/arm/mach-omap1/board-htcherald.c +++ b/arch/arm/mach-omap1/board-htcherald.c | |||
@@ -300,8 +300,6 @@ static void __init htcherald_init_irq(void) | |||
300 | MACHINE_START(HERALD, "HTC Herald") | 300 | MACHINE_START(HERALD, "HTC Herald") |
301 | /* Maintainer: Cory Maccarrone <darkstar6262@gmail.com> */ | 301 | /* Maintainer: Cory Maccarrone <darkstar6262@gmail.com> */ |
302 | /* Maintainer: wing-linux.sourceforge.net */ | 302 | /* Maintainer: wing-linux.sourceforge.net */ |
303 | .phys_io = 0xfff00000, | ||
304 | .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, | ||
305 | .boot_params = 0x10000100, | 303 | .boot_params = 0x10000100, |
306 | .map_io = htcherald_map_io, | 304 | .map_io = htcherald_map_io, |
307 | .reserve = omap_reserve, | 305 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap1/board-innovator.c b/arch/arm/mach-omap1/board-innovator.c index 3daf87ad2576..dc2b86fd66c1 100644 --- a/arch/arm/mach-omap1/board-innovator.c +++ b/arch/arm/mach-omap1/board-innovator.c | |||
@@ -459,8 +459,6 @@ static void __init innovator_map_io(void) | |||
459 | 459 | ||
460 | MACHINE_START(OMAP_INNOVATOR, "TI-Innovator") | 460 | MACHINE_START(OMAP_INNOVATOR, "TI-Innovator") |
461 | /* Maintainer: MontaVista Software, Inc. */ | 461 | /* Maintainer: MontaVista Software, Inc. */ |
462 | .phys_io = 0xfff00000, | ||
463 | .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, | ||
464 | .boot_params = 0x10000100, | 462 | .boot_params = 0x10000100, |
465 | .map_io = innovator_map_io, | 463 | .map_io = innovator_map_io, |
466 | .reserve = omap_reserve, | 464 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap1/board-nokia770.c b/arch/arm/mach-omap1/board-nokia770.c index 51a4539aecf5..aa8375b2a0a3 100644 --- a/arch/arm/mach-omap1/board-nokia770.c +++ b/arch/arm/mach-omap1/board-nokia770.c | |||
@@ -262,8 +262,6 @@ static void __init omap_nokia770_map_io(void) | |||
262 | } | 262 | } |
263 | 263 | ||
264 | MACHINE_START(NOKIA770, "Nokia 770") | 264 | MACHINE_START(NOKIA770, "Nokia 770") |
265 | .phys_io = 0xfff00000, | ||
266 | .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, | ||
267 | .boot_params = 0x10000100, | 265 | .boot_params = 0x10000100, |
268 | .map_io = omap_nokia770_map_io, | 266 | .map_io = omap_nokia770_map_io, |
269 | .reserve = omap_reserve, | 267 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap1/board-osk.c b/arch/arm/mach-omap1/board-osk.c index 679740cc1e90..e9dd79149a8e 100644 --- a/arch/arm/mach-omap1/board-osk.c +++ b/arch/arm/mach-omap1/board-osk.c | |||
@@ -580,8 +580,6 @@ static void __init osk_map_io(void) | |||
580 | 580 | ||
581 | MACHINE_START(OMAP_OSK, "TI-OSK") | 581 | MACHINE_START(OMAP_OSK, "TI-OSK") |
582 | /* Maintainer: Dirk Behme <dirk.behme@de.bosch.com> */ | 582 | /* Maintainer: Dirk Behme <dirk.behme@de.bosch.com> */ |
583 | .phys_io = 0xfff00000, | ||
584 | .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, | ||
585 | .boot_params = 0x10000100, | 583 | .boot_params = 0x10000100, |
586 | .map_io = osk_map_io, | 584 | .map_io = osk_map_io, |
587 | .reserve = omap_reserve, | 585 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap1/board-palmte.c b/arch/arm/mach-omap1/board-palmte.c index 782bb257a85d..f32738b1eb6b 100644 --- a/arch/arm/mach-omap1/board-palmte.c +++ b/arch/arm/mach-omap1/board-palmte.c | |||
@@ -285,8 +285,6 @@ static void __init omap_palmte_map_io(void) | |||
285 | } | 285 | } |
286 | 286 | ||
287 | MACHINE_START(OMAP_PALMTE, "OMAP310 based Palm Tungsten E") | 287 | MACHINE_START(OMAP_PALMTE, "OMAP310 based Palm Tungsten E") |
288 | .phys_io = 0xfff00000, | ||
289 | .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, | ||
290 | .boot_params = 0x10000100, | 288 | .boot_params = 0x10000100, |
291 | .map_io = omap_palmte_map_io, | 289 | .map_io = omap_palmte_map_io, |
292 | .reserve = omap_reserve, | 290 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap1/board-palmtt.c b/arch/arm/mach-omap1/board-palmtt.c index 0b35ef54a64f..ed1400a67f75 100644 --- a/arch/arm/mach-omap1/board-palmtt.c +++ b/arch/arm/mach-omap1/board-palmtt.c | |||
@@ -317,8 +317,6 @@ static void __init omap_palmtt_map_io(void) | |||
317 | } | 317 | } |
318 | 318 | ||
319 | MACHINE_START(OMAP_PALMTT, "OMAP1510 based Palm Tungsten|T") | 319 | MACHINE_START(OMAP_PALMTT, "OMAP1510 based Palm Tungsten|T") |
320 | .phys_io = 0xfff00000, | ||
321 | .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, | ||
322 | .boot_params = 0x10000100, | 320 | .boot_params = 0x10000100, |
323 | .map_io = omap_palmtt_map_io, | 321 | .map_io = omap_palmtt_map_io, |
324 | .reserve = omap_reserve, | 322 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap1/board-palmz71.c b/arch/arm/mach-omap1/board-palmz71.c index 66362903b6e2..d7a245cef9a4 100644 --- a/arch/arm/mach-omap1/board-palmz71.c +++ b/arch/arm/mach-omap1/board-palmz71.c | |||
@@ -338,8 +338,6 @@ omap_palmz71_map_io(void) | |||
338 | } | 338 | } |
339 | 339 | ||
340 | MACHINE_START(OMAP_PALMZ71, "OMAP310 based Palm Zire71") | 340 | MACHINE_START(OMAP_PALMZ71, "OMAP310 based Palm Zire71") |
341 | .phys_io = 0xfff00000, | ||
342 | .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, | ||
343 | .boot_params = 0x10000100, | 341 | .boot_params = 0x10000100, |
344 | .map_io = omap_palmz71_map_io, | 342 | .map_io = omap_palmz71_map_io, |
345 | .reserve = omap_reserve, | 343 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap1/board-perseus2.c b/arch/arm/mach-omap1/board-perseus2.c index 34ab354758b0..a8d16a255c18 100644 --- a/arch/arm/mach-omap1/board-perseus2.c +++ b/arch/arm/mach-omap1/board-perseus2.c | |||
@@ -347,8 +347,6 @@ static void __init omap_perseus2_map_io(void) | |||
347 | 347 | ||
348 | MACHINE_START(OMAP_PERSEUS2, "OMAP730 Perseus2") | 348 | MACHINE_START(OMAP_PERSEUS2, "OMAP730 Perseus2") |
349 | /* Maintainer: Kevin Hilman <kjh@hilman.org> */ | 349 | /* Maintainer: Kevin Hilman <kjh@hilman.org> */ |
350 | .phys_io = 0xfff00000, | ||
351 | .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, | ||
352 | .boot_params = 0x10000100, | 350 | .boot_params = 0x10000100, |
353 | .map_io = omap_perseus2_map_io, | 351 | .map_io = omap_perseus2_map_io, |
354 | .reserve = omap_reserve, | 352 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap1/board-sx1.c b/arch/arm/mach-omap1/board-sx1.c index 2eb148b8de93..d25f59e5a773 100644 --- a/arch/arm/mach-omap1/board-sx1.c +++ b/arch/arm/mach-omap1/board-sx1.c | |||
@@ -419,8 +419,6 @@ static void __init omap_sx1_map_io(void) | |||
419 | } | 419 | } |
420 | 420 | ||
421 | MACHINE_START(SX1, "OMAP310 based Siemens SX1") | 421 | MACHINE_START(SX1, "OMAP310 based Siemens SX1") |
422 | .phys_io = 0xfff00000, | ||
423 | .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, | ||
424 | .boot_params = 0x10000100, | 422 | .boot_params = 0x10000100, |
425 | .map_io = omap_sx1_map_io, | 423 | .map_io = omap_sx1_map_io, |
426 | .reserve = omap_reserve, | 424 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap1/board-voiceblue.c b/arch/arm/mach-omap1/board-voiceblue.c index 6b3cf14bc757..f5992c239bcd 100644 --- a/arch/arm/mach-omap1/board-voiceblue.c +++ b/arch/arm/mach-omap1/board-voiceblue.c | |||
@@ -283,8 +283,6 @@ EXPORT_SYMBOL(voiceblue_wdt_ping); | |||
283 | 283 | ||
284 | MACHINE_START(VOICEBLUE, "VoiceBlue OMAP5910") | 284 | MACHINE_START(VOICEBLUE, "VoiceBlue OMAP5910") |
285 | /* Maintainer: Ladislav Michl <michl@2n.cz> */ | 285 | /* Maintainer: Ladislav Michl <michl@2n.cz> */ |
286 | .phys_io = 0xfff00000, | ||
287 | .io_pg_offst = ((0xfef00000) >> 18) & 0xfffc, | ||
288 | .boot_params = 0x10000100, | 286 | .boot_params = 0x10000100, |
289 | .map_io = voiceblue_map_io, | 287 | .map_io = voiceblue_map_io, |
290 | .reserve = omap_reserve, | 288 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-2430sdp.c b/arch/arm/mach-omap2/board-2430sdp.c index 8538e4131d27..b857ce484510 100644 --- a/arch/arm/mach-omap2/board-2430sdp.c +++ b/arch/arm/mach-omap2/board-2430sdp.c | |||
@@ -253,8 +253,6 @@ static void __init omap_2430sdp_map_io(void) | |||
253 | 253 | ||
254 | MACHINE_START(OMAP_2430SDP, "OMAP2430 sdp2430 board") | 254 | MACHINE_START(OMAP_2430SDP, "OMAP2430 sdp2430 board") |
255 | /* Maintainer: Syed Khasim - Texas Instruments Inc */ | 255 | /* Maintainer: Syed Khasim - Texas Instruments Inc */ |
256 | .phys_io = 0x48000000, | ||
257 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | ||
258 | .boot_params = 0x80000100, | 256 | .boot_params = 0x80000100, |
259 | .map_io = omap_2430sdp_map_io, | 257 | .map_io = omap_2430sdp_map_io, |
260 | .reserve = omap_reserve, | 258 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-3430sdp.c index 67b95b5f1a2f..a5b095cf2adc 100644 --- a/arch/arm/mach-omap2/board-3430sdp.c +++ b/arch/arm/mach-omap2/board-3430sdp.c | |||
@@ -817,8 +817,6 @@ static void __init omap_3430sdp_init(void) | |||
817 | 817 | ||
818 | MACHINE_START(OMAP_3430SDP, "OMAP3430 3430SDP board") | 818 | MACHINE_START(OMAP_3430SDP, "OMAP3430 3430SDP board") |
819 | /* Maintainer: Syed Khasim - Texas Instruments Inc */ | 819 | /* Maintainer: Syed Khasim - Texas Instruments Inc */ |
820 | .phys_io = 0x48000000, | ||
821 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | ||
822 | .boot_params = 0x80000100, | 820 | .boot_params = 0x80000100, |
823 | .map_io = omap3_map_io, | 821 | .map_io = omap3_map_io, |
824 | .reserve = omap_reserve, | 822 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-3630sdp.c b/arch/arm/mach-omap2/board-3630sdp.c index b359c3f7bb39..fd27ac0860b0 100644 --- a/arch/arm/mach-omap2/board-3630sdp.c +++ b/arch/arm/mach-omap2/board-3630sdp.c | |||
@@ -217,8 +217,6 @@ static void __init omap_sdp_init(void) | |||
217 | } | 217 | } |
218 | 218 | ||
219 | MACHINE_START(OMAP_3630SDP, "OMAP 3630SDP board") | 219 | MACHINE_START(OMAP_3630SDP, "OMAP 3630SDP board") |
220 | .phys_io = 0x48000000, | ||
221 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | ||
222 | .boot_params = 0x80000100, | 220 | .boot_params = 0x80000100, |
223 | .map_io = omap3_map_io, | 221 | .map_io = omap3_map_io, |
224 | .reserve = omap_reserve, | 222 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index 9447644774c2..0b6a65f3a10a 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c | |||
@@ -458,8 +458,6 @@ static void __init omap_4430sdp_map_io(void) | |||
458 | 458 | ||
459 | MACHINE_START(OMAP_4430SDP, "OMAP4430 4430SDP board") | 459 | MACHINE_START(OMAP_4430SDP, "OMAP4430 4430SDP board") |
460 | /* Maintainer: Santosh Shilimkar - Texas Instruments Inc */ | 460 | /* Maintainer: Santosh Shilimkar - Texas Instruments Inc */ |
461 | .phys_io = 0x48000000, | ||
462 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | ||
463 | .boot_params = 0x80000100, | 461 | .boot_params = 0x80000100, |
464 | .map_io = omap_4430sdp_map_io, | 462 | .map_io = omap_4430sdp_map_io, |
465 | .reserve = omap_reserve, | 463 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-am3517evm.c b/arch/arm/mach-omap2/board-am3517evm.c index 4d0f58592864..f85c8da17e8b 100644 --- a/arch/arm/mach-omap2/board-am3517evm.c +++ b/arch/arm/mach-omap2/board-am3517evm.c | |||
@@ -462,8 +462,6 @@ static void __init am3517_evm_init(void) | |||
462 | } | 462 | } |
463 | 463 | ||
464 | MACHINE_START(OMAP3517EVM, "OMAP3517/AM3517 EVM") | 464 | MACHINE_START(OMAP3517EVM, "OMAP3517/AM3517 EVM") |
465 | .phys_io = 0x48000000, | ||
466 | .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc, | ||
467 | .boot_params = 0x80000100, | 465 | .boot_params = 0x80000100, |
468 | .map_io = omap3_map_io, | 466 | .map_io = omap3_map_io, |
469 | .reserve = omap_reserve, | 467 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-apollon.c b/arch/arm/mach-omap2/board-apollon.c index c6421a72514a..68f07f5f441a 100644 --- a/arch/arm/mach-omap2/board-apollon.c +++ b/arch/arm/mach-omap2/board-apollon.c | |||
@@ -356,8 +356,6 @@ static void __init omap_apollon_map_io(void) | |||
356 | 356 | ||
357 | MACHINE_START(OMAP_APOLLON, "OMAP24xx Apollon") | 357 | MACHINE_START(OMAP_APOLLON, "OMAP24xx Apollon") |
358 | /* Maintainer: Kyungmin Park <kyungmin.park@samsung.com> */ | 358 | /* Maintainer: Kyungmin Park <kyungmin.park@samsung.com> */ |
359 | .phys_io = 0x48000000, | ||
360 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | ||
361 | .boot_params = 0x80000100, | 359 | .boot_params = 0x80000100, |
362 | .map_io = omap_apollon_map_io, | 360 | .map_io = omap_apollon_map_io, |
363 | .reserve = omap_reserve, | 361 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c index e10bc109415c..934d9380c372 100644 --- a/arch/arm/mach-omap2/board-cm-t35.c +++ b/arch/arm/mach-omap2/board-cm-t35.c | |||
@@ -809,8 +809,6 @@ static void __init cm_t35_init(void) | |||
809 | } | 809 | } |
810 | 810 | ||
811 | MACHINE_START(CM_T35, "Compulab CM-T35") | 811 | MACHINE_START(CM_T35, "Compulab CM-T35") |
812 | .phys_io = 0x48000000, | ||
813 | .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc, | ||
814 | .boot_params = 0x80000100, | 812 | .boot_params = 0x80000100, |
815 | .map_io = omap3_map_io, | 813 | .map_io = omap3_map_io, |
816 | .reserve = omap_reserve, | 814 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index a07086d6a0b2..2205c20a4cdb 100644 --- a/arch/arm/mach-omap2/board-devkit8000.c +++ b/arch/arm/mach-omap2/board-devkit8000.c | |||
@@ -800,8 +800,6 @@ static void __init devkit8000_init(void) | |||
800 | } | 800 | } |
801 | 801 | ||
802 | MACHINE_START(DEVKIT8000, "OMAP3 Devkit8000") | 802 | MACHINE_START(DEVKIT8000, "OMAP3 Devkit8000") |
803 | .phys_io = 0x48000000, | ||
804 | .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc, | ||
805 | .boot_params = 0x80000100, | 803 | .boot_params = 0x80000100, |
806 | .map_io = omap3_map_io, | 804 | .map_io = omap3_map_io, |
807 | .reserve = omap_reserve, | 805 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-generic.c b/arch/arm/mach-omap2/board-generic.c index 3482b99e8c86..69064b1c6a75 100644 --- a/arch/arm/mach-omap2/board-generic.c +++ b/arch/arm/mach-omap2/board-generic.c | |||
@@ -54,8 +54,6 @@ static void __init omap_generic_map_io(void) | |||
54 | 54 | ||
55 | MACHINE_START(OMAP_GENERIC, "Generic OMAP24xx") | 55 | MACHINE_START(OMAP_GENERIC, "Generic OMAP24xx") |
56 | /* Maintainer: Paul Mundt <paul.mundt@nokia.com> */ | 56 | /* Maintainer: Paul Mundt <paul.mundt@nokia.com> */ |
57 | .phys_io = 0x48000000, | ||
58 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | ||
59 | .boot_params = 0x80000100, | 57 | .boot_params = 0x80000100, |
60 | .map_io = omap_generic_map_io, | 58 | .map_io = omap_generic_map_io, |
61 | .reserve = omap_reserve, | 59 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-h4.c b/arch/arm/mach-omap2/board-h4.c index e09bd686389f..cc39fc866524 100644 --- a/arch/arm/mach-omap2/board-h4.c +++ b/arch/arm/mach-omap2/board-h4.c | |||
@@ -376,8 +376,6 @@ static void __init omap_h4_map_io(void) | |||
376 | 376 | ||
377 | MACHINE_START(OMAP_H4, "OMAP2420 H4 board") | 377 | MACHINE_START(OMAP_H4, "OMAP2420 H4 board") |
378 | /* Maintainer: Paul Mundt <paul.mundt@nokia.com> */ | 378 | /* Maintainer: Paul Mundt <paul.mundt@nokia.com> */ |
379 | .phys_io = 0x48000000, | ||
380 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | ||
381 | .boot_params = 0x80000100, | 379 | .boot_params = 0x80000100, |
382 | .map_io = omap_h4_map_io, | 380 | .map_io = omap_h4_map_io, |
383 | .reserve = omap_reserve, | 381 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-igep0020.c b/arch/arm/mach-omap2/board-igep0020.c index 175f04339761..b62a68ba069b 100644 --- a/arch/arm/mach-omap2/board-igep0020.c +++ b/arch/arm/mach-omap2/board-igep0020.c | |||
@@ -533,8 +533,6 @@ static void __init igep2_init(void) | |||
533 | } | 533 | } |
534 | 534 | ||
535 | MACHINE_START(IGEP0020, "IGEP v2 board") | 535 | MACHINE_START(IGEP0020, "IGEP v2 board") |
536 | .phys_io = 0x48000000, | ||
537 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | ||
538 | .boot_params = 0x80000100, | 536 | .boot_params = 0x80000100, |
539 | .map_io = omap3_map_io, | 537 | .map_io = omap3_map_io, |
540 | .reserve = omap_reserve, | 538 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-ldp.c b/arch/arm/mach-omap2/board-ldp.c index 00d9b13b01c5..f28fd77bceb3 100644 --- a/arch/arm/mach-omap2/board-ldp.c +++ b/arch/arm/mach-omap2/board-ldp.c | |||
@@ -442,8 +442,6 @@ static void __init omap_ldp_init(void) | |||
442 | } | 442 | } |
443 | 443 | ||
444 | MACHINE_START(OMAP_LDP, "OMAP LDP board") | 444 | MACHINE_START(OMAP_LDP, "OMAP LDP board") |
445 | .phys_io = 0x48000000, | ||
446 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | ||
447 | .boot_params = 0x80000100, | 445 | .boot_params = 0x80000100, |
448 | .map_io = omap3_map_io, | 446 | .map_io = omap3_map_io, |
449 | .reserve = omap_reserve, | 447 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-n8x0.c b/arch/arm/mach-omap2/board-n8x0.c index a3e2b49aa39f..3f7966873507 100644 --- a/arch/arm/mach-omap2/board-n8x0.c +++ b/arch/arm/mach-omap2/board-n8x0.c | |||
@@ -674,8 +674,6 @@ static void __init n8x0_init_machine(void) | |||
674 | } | 674 | } |
675 | 675 | ||
676 | MACHINE_START(NOKIA_N800, "Nokia N800") | 676 | MACHINE_START(NOKIA_N800, "Nokia N800") |
677 | .phys_io = 0x48000000, | ||
678 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | ||
679 | .boot_params = 0x80000100, | 677 | .boot_params = 0x80000100, |
680 | .map_io = n8x0_map_io, | 678 | .map_io = n8x0_map_io, |
681 | .reserve = omap_reserve, | 679 | .reserve = omap_reserve, |
@@ -685,8 +683,6 @@ MACHINE_START(NOKIA_N800, "Nokia N800") | |||
685 | MACHINE_END | 683 | MACHINE_END |
686 | 684 | ||
687 | MACHINE_START(NOKIA_N810, "Nokia N810") | 685 | MACHINE_START(NOKIA_N810, "Nokia N810") |
688 | .phys_io = 0x48000000, | ||
689 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | ||
690 | .boot_params = 0x80000100, | 686 | .boot_params = 0x80000100, |
691 | .map_io = n8x0_map_io, | 687 | .map_io = n8x0_map_io, |
692 | .reserve = omap_reserve, | 688 | .reserve = omap_reserve, |
@@ -696,8 +692,6 @@ MACHINE_START(NOKIA_N810, "Nokia N810") | |||
696 | MACHINE_END | 692 | MACHINE_END |
697 | 693 | ||
698 | MACHINE_START(NOKIA_N810_WIMAX, "Nokia N810 WiMAX") | 694 | MACHINE_START(NOKIA_N810_WIMAX, "Nokia N810 WiMAX") |
699 | .phys_io = 0x48000000, | ||
700 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | ||
701 | .boot_params = 0x80000100, | 695 | .boot_params = 0x80000100, |
702 | .map_io = n8x0_map_io, | 696 | .map_io = n8x0_map_io, |
703 | .reserve = omap_reserve, | 697 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c index 87969c7df652..9d9f5b881ee8 100644 --- a/arch/arm/mach-omap2/board-omap3beagle.c +++ b/arch/arm/mach-omap2/board-omap3beagle.c | |||
@@ -487,8 +487,6 @@ static void __init omap3_beagle_init(void) | |||
487 | 487 | ||
488 | MACHINE_START(OMAP3_BEAGLE, "OMAP3 Beagle Board") | 488 | MACHINE_START(OMAP3_BEAGLE, "OMAP3 Beagle Board") |
489 | /* Maintainer: Syed Mohammed Khasim - http://beagleboard.org */ | 489 | /* Maintainer: Syed Mohammed Khasim - http://beagleboard.org */ |
490 | .phys_io = 0x48000000, | ||
491 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | ||
492 | .boot_params = 0x80000100, | 490 | .boot_params = 0x80000100, |
493 | .map_io = omap3_map_io, | 491 | .map_io = omap3_map_io, |
494 | .reserve = omap_reserve, | 492 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-omap3evm.c b/arch/arm/mach-omap2/board-omap3evm.c index f76d9c0a47a1..8936e4fba334 100644 --- a/arch/arm/mach-omap2/board-omap3evm.c +++ b/arch/arm/mach-omap2/board-omap3evm.c | |||
@@ -714,8 +714,6 @@ static void __init omap3_evm_init(void) | |||
714 | 714 | ||
715 | MACHINE_START(OMAP3EVM, "OMAP3 EVM") | 715 | MACHINE_START(OMAP3EVM, "OMAP3 EVM") |
716 | /* Maintainer: Syed Mohammed Khasim - Texas Instruments */ | 716 | /* Maintainer: Syed Mohammed Khasim - Texas Instruments */ |
717 | .phys_io = 0x48000000, | ||
718 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | ||
719 | .boot_params = 0x80000100, | 717 | .boot_params = 0x80000100, |
720 | .map_io = omap3_map_io, | 718 | .map_io = omap3_map_io, |
721 | .reserve = omap_reserve, | 719 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-omap3pandora.c b/arch/arm/mach-omap2/board-omap3pandora.c index dd3af2be13be..b7d6df4e3cf9 100644 --- a/arch/arm/mach-omap2/board-omap3pandora.c +++ b/arch/arm/mach-omap2/board-omap3pandora.c | |||
@@ -717,8 +717,6 @@ static void __init omap3pandora_init(void) | |||
717 | } | 717 | } |
718 | 718 | ||
719 | MACHINE_START(OMAP3_PANDORA, "Pandora Handheld Console") | 719 | MACHINE_START(OMAP3_PANDORA, "Pandora Handheld Console") |
720 | .phys_io = 0x48000000, | ||
721 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | ||
722 | .boot_params = 0x80000100, | 720 | .boot_params = 0x80000100, |
723 | .map_io = omap3_map_io, | 721 | .map_io = omap3_map_io, |
724 | .reserve = omap_reserve, | 722 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-omap3stalker.c b/arch/arm/mach-omap2/board-omap3stalker.c index bcd01d278c65..bc5ac83bd4cf 100644 --- a/arch/arm/mach-omap2/board-omap3stalker.c +++ b/arch/arm/mach-omap2/board-omap3stalker.c | |||
@@ -654,8 +654,6 @@ static void __init omap3_stalker_init(void) | |||
654 | 654 | ||
655 | MACHINE_START(SBC3530, "OMAP3 STALKER") | 655 | MACHINE_START(SBC3530, "OMAP3 STALKER") |
656 | /* Maintainer: Jason Lam -lzg@ema-tech.com */ | 656 | /* Maintainer: Jason Lam -lzg@ema-tech.com */ |
657 | .phys_io = 0x48000000, | ||
658 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | ||
659 | .boot_params = 0x80000100, | 657 | .boot_params = 0x80000100, |
660 | .map_io = omap3_map_io, | 658 | .map_io = omap3_map_io, |
661 | .init_irq = omap3_stalker_init_irq, | 659 | .init_irq = omap3_stalker_init_irq, |
diff --git a/arch/arm/mach-omap2/board-omap3touchbook.c b/arch/arm/mach-omap2/board-omap3touchbook.c index 663c62d271e8..0e99ce584dbf 100644 --- a/arch/arm/mach-omap2/board-omap3touchbook.c +++ b/arch/arm/mach-omap2/board-omap3touchbook.c | |||
@@ -538,8 +538,6 @@ static void __init omap3_touchbook_init(void) | |||
538 | 538 | ||
539 | MACHINE_START(TOUCHBOOK, "OMAP3 touchbook Board") | 539 | MACHINE_START(TOUCHBOOK, "OMAP3 touchbook Board") |
540 | /* Maintainer: Gregoire Gentil - http://www.alwaysinnovating.com */ | 540 | /* Maintainer: Gregoire Gentil - http://www.alwaysinnovating.com */ |
541 | .phys_io = 0x48000000, | ||
542 | .io_pg_offst = ((0xd8000000) >> 18) & 0xfffc, | ||
543 | .boot_params = 0x80000100, | 541 | .boot_params = 0x80000100, |
544 | .map_io = omap3_map_io, | 542 | .map_io = omap3_map_io, |
545 | .reserve = omap_reserve, | 543 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index c03d1d56db56..db69bcadf4c7 100644 --- a/arch/arm/mach-omap2/board-omap4panda.c +++ b/arch/arm/mach-omap2/board-omap4panda.c | |||
@@ -294,8 +294,6 @@ static void __init omap4_panda_map_io(void) | |||
294 | 294 | ||
295 | MACHINE_START(OMAP4_PANDA, "OMAP4 Panda board") | 295 | MACHINE_START(OMAP4_PANDA, "OMAP4 Panda board") |
296 | /* Maintainer: David Anders - Texas Instruments Inc */ | 296 | /* Maintainer: David Anders - Texas Instruments Inc */ |
297 | .phys_io = 0x48000000, | ||
298 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | ||
299 | .boot_params = 0x80000100, | 297 | .boot_params = 0x80000100, |
300 | .map_io = omap4_panda_map_io, | 298 | .map_io = omap4_panda_map_io, |
301 | .init_irq = omap4_panda_init_irq, | 299 | .init_irq = omap4_panda_init_irq, |
diff --git a/arch/arm/mach-omap2/board-overo.c b/arch/arm/mach-omap2/board-overo.c index 4c4843618350..5e528ca015a1 100644 --- a/arch/arm/mach-omap2/board-overo.c +++ b/arch/arm/mach-omap2/board-overo.c | |||
@@ -501,8 +501,6 @@ static void __init overo_init(void) | |||
501 | } | 501 | } |
502 | 502 | ||
503 | MACHINE_START(OVERO, "Gumstix Overo") | 503 | MACHINE_START(OVERO, "Gumstix Overo") |
504 | .phys_io = 0x48000000, | ||
505 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | ||
506 | .boot_params = 0x80000100, | 504 | .boot_params = 0x80000100, |
507 | .map_io = omap3_map_io, | 505 | .map_io = omap3_map_io, |
508 | .reserve = omap_reserve, | 506 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-rx51.c b/arch/arm/mach-omap2/board-rx51.c index a58e8cb1a7fc..36f2cf4efd57 100644 --- a/arch/arm/mach-omap2/board-rx51.c +++ b/arch/arm/mach-omap2/board-rx51.c | |||
@@ -150,8 +150,6 @@ static void __init rx51_map_io(void) | |||
150 | 150 | ||
151 | MACHINE_START(NOKIA_RX51, "Nokia RX-51 board") | 151 | MACHINE_START(NOKIA_RX51, "Nokia RX-51 board") |
152 | /* Maintainer: Lauri Leukkunen <lauri.leukkunen@nokia.com> */ | 152 | /* Maintainer: Lauri Leukkunen <lauri.leukkunen@nokia.com> */ |
153 | .phys_io = 0x48000000, | ||
154 | .io_pg_offst = ((0xfa000000) >> 18) & 0xfffc, | ||
155 | .boot_params = 0x80000100, | 153 | .boot_params = 0x80000100, |
156 | .map_io = rx51_map_io, | 154 | .map_io = rx51_map_io, |
157 | .reserve = omap_reserve, | 155 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-zoom2.c b/arch/arm/mach-omap2/board-zoom2.c index 3ad9ecf7f5e2..24bbd0def64f 100644 --- a/arch/arm/mach-omap2/board-zoom2.c +++ b/arch/arm/mach-omap2/board-zoom2.c | |||
@@ -141,8 +141,6 @@ static void __init omap_zoom2_init(void) | |||
141 | } | 141 | } |
142 | 142 | ||
143 | MACHINE_START(OMAP_ZOOM2, "OMAP Zoom2 board") | 143 | MACHINE_START(OMAP_ZOOM2, "OMAP Zoom2 board") |
144 | .phys_io = ZOOM_UART_BASE, | ||
145 | .io_pg_offst = (ZOOM_UART_VIRT >> 18) & 0xfffc, | ||
146 | .boot_params = 0x80000100, | 144 | .boot_params = 0x80000100, |
147 | .map_io = omap3_map_io, | 145 | .map_io = omap3_map_io, |
148 | .reserve = omap_reserve, | 146 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-omap2/board-zoom3.c b/arch/arm/mach-omap2/board-zoom3.c index 6ca0b8341615..b2bb3ff971ac 100644 --- a/arch/arm/mach-omap2/board-zoom3.c +++ b/arch/arm/mach-omap2/board-zoom3.c | |||
@@ -123,8 +123,6 @@ static void __init omap_zoom_init(void) | |||
123 | } | 123 | } |
124 | 124 | ||
125 | MACHINE_START(OMAP_ZOOM3, "OMAP Zoom3 board") | 125 | MACHINE_START(OMAP_ZOOM3, "OMAP Zoom3 board") |
126 | .phys_io = ZOOM_UART_BASE, | ||
127 | .io_pg_offst = (ZOOM_UART_VIRT >> 18) & 0xfffc, | ||
128 | .boot_params = 0x80000100, | 126 | .boot_params = 0x80000100, |
129 | .map_io = omap3_map_io, | 127 | .map_io = omap3_map_io, |
130 | .reserve = omap_reserve, | 128 | .reserve = omap_reserve, |
diff --git a/arch/arm/mach-orion5x/d2net-setup.c b/arch/arm/mach-orion5x/d2net-setup.c index 7130904ad999..b1c451f5ee27 100644 --- a/arch/arm/mach-orion5x/d2net-setup.c +++ b/arch/arm/mach-orion5x/d2net-setup.c | |||
@@ -336,8 +336,6 @@ static void __init d2net_init(void) | |||
336 | 336 | ||
337 | #ifdef CONFIG_MACH_D2NET | 337 | #ifdef CONFIG_MACH_D2NET |
338 | MACHINE_START(D2NET, "LaCie d2 Network") | 338 | MACHINE_START(D2NET, "LaCie d2 Network") |
339 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
340 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
341 | .boot_params = 0x00000100, | 339 | .boot_params = 0x00000100, |
342 | .init_machine = d2net_init, | 340 | .init_machine = d2net_init, |
343 | .map_io = orion5x_map_io, | 341 | .map_io = orion5x_map_io, |
@@ -349,8 +347,6 @@ MACHINE_END | |||
349 | 347 | ||
350 | #ifdef CONFIG_MACH_BIGDISK | 348 | #ifdef CONFIG_MACH_BIGDISK |
351 | MACHINE_START(BIGDISK, "LaCie Big Disk Network") | 349 | MACHINE_START(BIGDISK, "LaCie Big Disk Network") |
352 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
353 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
354 | .boot_params = 0x00000100, | 350 | .boot_params = 0x00000100, |
355 | .init_machine = d2net_init, | 351 | .init_machine = d2net_init, |
356 | .map_io = orion5x_map_io, | 352 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/db88f5281-setup.c b/arch/arm/mach-orion5x/db88f5281-setup.c index d318bea2af91..df1083f5b6eb 100644 --- a/arch/arm/mach-orion5x/db88f5281-setup.c +++ b/arch/arm/mach-orion5x/db88f5281-setup.c | |||
@@ -358,8 +358,6 @@ static void __init db88f5281_init(void) | |||
358 | 358 | ||
359 | MACHINE_START(DB88F5281, "Marvell Orion-2 Development Board") | 359 | MACHINE_START(DB88F5281, "Marvell Orion-2 Development Board") |
360 | /* Maintainer: Tzachi Perelstein <tzachi@marvell.com> */ | 360 | /* Maintainer: Tzachi Perelstein <tzachi@marvell.com> */ |
361 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
362 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xfffc, | ||
363 | .boot_params = 0x00000100, | 361 | .boot_params = 0x00000100, |
364 | .init_machine = db88f5281_init, | 362 | .init_machine = db88f5281_init, |
365 | .map_io = orion5x_map_io, | 363 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/dns323-setup.c b/arch/arm/mach-orion5x/dns323-setup.c index a47100d46a4e..3a7bc0e36982 100644 --- a/arch/arm/mach-orion5x/dns323-setup.c +++ b/arch/arm/mach-orion5x/dns323-setup.c | |||
@@ -730,8 +730,6 @@ static void __init dns323_init(void) | |||
730 | /* Warning: D-Link uses a wrong mach-type (=526) in their bootloader */ | 730 | /* Warning: D-Link uses a wrong mach-type (=526) in their bootloader */ |
731 | MACHINE_START(DNS323, "D-Link DNS-323") | 731 | MACHINE_START(DNS323, "D-Link DNS-323") |
732 | /* Maintainer: Herbert Valerio Riedel <hvr@gnu.org> */ | 732 | /* Maintainer: Herbert Valerio Riedel <hvr@gnu.org> */ |
733 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
734 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
735 | .boot_params = 0x00000100, | 733 | .boot_params = 0x00000100, |
736 | .init_machine = dns323_init, | 734 | .init_machine = dns323_init, |
737 | .map_io = orion5x_map_io, | 735 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/edmini_v2-setup.c b/arch/arm/mach-orion5x/edmini_v2-setup.c index b24ee0c2cd61..ba98459f44b0 100644 --- a/arch/arm/mach-orion5x/edmini_v2-setup.c +++ b/arch/arm/mach-orion5x/edmini_v2-setup.c | |||
@@ -251,8 +251,6 @@ static void __init edmini_v2_init(void) | |||
251 | /* Warning: LaCie use a wrong mach-type (0x20e=526) in their bootloader. */ | 251 | /* Warning: LaCie use a wrong mach-type (0x20e=526) in their bootloader. */ |
252 | MACHINE_START(EDMINI_V2, "LaCie Ethernet Disk mini V2") | 252 | MACHINE_START(EDMINI_V2, "LaCie Ethernet Disk mini V2") |
253 | /* Maintainer: Christopher Moore <moore@free.fr> */ | 253 | /* Maintainer: Christopher Moore <moore@free.fr> */ |
254 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
255 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
256 | .boot_params = 0x00000100, | 254 | .boot_params = 0x00000100, |
257 | .init_machine = edmini_v2_init, | 255 | .init_machine = edmini_v2_init, |
258 | .map_io = orion5x_map_io, | 256 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/kurobox_pro-setup.c b/arch/arm/mach-orion5x/kurobox_pro-setup.c index dfbb68df7b09..4be9aa08de69 100644 --- a/arch/arm/mach-orion5x/kurobox_pro-setup.c +++ b/arch/arm/mach-orion5x/kurobox_pro-setup.c | |||
@@ -379,8 +379,6 @@ static void __init kurobox_pro_init(void) | |||
379 | #ifdef CONFIG_MACH_KUROBOX_PRO | 379 | #ifdef CONFIG_MACH_KUROBOX_PRO |
380 | MACHINE_START(KUROBOX_PRO, "Buffalo/Revogear Kurobox Pro") | 380 | MACHINE_START(KUROBOX_PRO, "Buffalo/Revogear Kurobox Pro") |
381 | /* Maintainer: Ronen Shitrit <rshitrit@marvell.com> */ | 381 | /* Maintainer: Ronen Shitrit <rshitrit@marvell.com> */ |
382 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
383 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
384 | .boot_params = 0x00000100, | 382 | .boot_params = 0x00000100, |
385 | .init_machine = kurobox_pro_init, | 383 | .init_machine = kurobox_pro_init, |
386 | .map_io = orion5x_map_io, | 384 | .map_io = orion5x_map_io, |
@@ -393,8 +391,6 @@ MACHINE_END | |||
393 | #ifdef CONFIG_MACH_LINKSTATION_PRO | 391 | #ifdef CONFIG_MACH_LINKSTATION_PRO |
394 | MACHINE_START(LINKSTATION_PRO, "Buffalo Linkstation Pro/Live") | 392 | MACHINE_START(LINKSTATION_PRO, "Buffalo Linkstation Pro/Live") |
395 | /* Maintainer: Byron Bradley <byron.bbradley@gmail.com> */ | 393 | /* Maintainer: Byron Bradley <byron.bbradley@gmail.com> */ |
396 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
397 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
398 | .boot_params = 0x00000100, | 394 | .boot_params = 0x00000100, |
399 | .init_machine = kurobox_pro_init, | 395 | .init_machine = kurobox_pro_init, |
400 | .map_io = orion5x_map_io, | 396 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/ls_hgl-setup.c b/arch/arm/mach-orion5x/ls_hgl-setup.c index 8e569be6e2c7..437364b7168e 100644 --- a/arch/arm/mach-orion5x/ls_hgl-setup.c +++ b/arch/arm/mach-orion5x/ls_hgl-setup.c | |||
@@ -265,8 +265,6 @@ static void __init ls_hgl_init(void) | |||
265 | 265 | ||
266 | MACHINE_START(LINKSTATION_LS_HGL, "Buffalo Linkstation LS-HGL") | 266 | MACHINE_START(LINKSTATION_LS_HGL, "Buffalo Linkstation LS-HGL") |
267 | /* Maintainer: Zhu Qingsen <zhuqs@cn.fujistu.com> */ | 267 | /* Maintainer: Zhu Qingsen <zhuqs@cn.fujistu.com> */ |
268 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
269 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
270 | .boot_params = 0x00000100, | 268 | .boot_params = 0x00000100, |
271 | .init_machine = ls_hgl_init, | 269 | .init_machine = ls_hgl_init, |
272 | .map_io = orion5x_map_io, | 270 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/lsmini-setup.c b/arch/arm/mach-orion5x/lsmini-setup.c index c704f056de1e..ab9b0cf0a90b 100644 --- a/arch/arm/mach-orion5x/lsmini-setup.c +++ b/arch/arm/mach-orion5x/lsmini-setup.c | |||
@@ -267,8 +267,6 @@ static void __init lsmini_init(void) | |||
267 | #ifdef CONFIG_MACH_LINKSTATION_MINI | 267 | #ifdef CONFIG_MACH_LINKSTATION_MINI |
268 | MACHINE_START(LINKSTATION_MINI, "Buffalo Linkstation Mini") | 268 | MACHINE_START(LINKSTATION_MINI, "Buffalo Linkstation Mini") |
269 | /* Maintainer: Alexey Kopytko <alexey@kopytko.ru> */ | 269 | /* Maintainer: Alexey Kopytko <alexey@kopytko.ru> */ |
270 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
271 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
272 | .boot_params = 0x00000100, | 270 | .boot_params = 0x00000100, |
273 | .init_machine = lsmini_init, | 271 | .init_machine = lsmini_init, |
274 | .map_io = orion5x_map_io, | 272 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/mss2-setup.c b/arch/arm/mach-orion5x/mss2-setup.c index 61c086b66723..2f0e16cd7e81 100644 --- a/arch/arm/mach-orion5x/mss2-setup.c +++ b/arch/arm/mach-orion5x/mss2-setup.c | |||
@@ -261,8 +261,6 @@ static void __init mss2_init(void) | |||
261 | 261 | ||
262 | MACHINE_START(MSS2, "Maxtor Shared Storage II") | 262 | MACHINE_START(MSS2, "Maxtor Shared Storage II") |
263 | /* Maintainer: Sylver Bruneau <sylver.bruneau@googlemail.com> */ | 263 | /* Maintainer: Sylver Bruneau <sylver.bruneau@googlemail.com> */ |
264 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
265 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
266 | .boot_params = 0x00000100, | 264 | .boot_params = 0x00000100, |
267 | .init_machine = mss2_init, | 265 | .init_machine = mss2_init, |
268 | .map_io = orion5x_map_io, | 266 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/mv2120-setup.c b/arch/arm/mach-orion5x/mv2120-setup.c index 97c9ccb2ac60..b3d90f25de9f 100644 --- a/arch/arm/mach-orion5x/mv2120-setup.c +++ b/arch/arm/mach-orion5x/mv2120-setup.c | |||
@@ -229,8 +229,6 @@ static void __init mv2120_init(void) | |||
229 | /* Warning: HP uses a wrong mach-type (=526) in their bootloader */ | 229 | /* Warning: HP uses a wrong mach-type (=526) in their bootloader */ |
230 | MACHINE_START(MV2120, "HP Media Vault mv2120") | 230 | MACHINE_START(MV2120, "HP Media Vault mv2120") |
231 | /* Maintainer: Martin Michlmayr <tbm@cyrius.com> */ | 231 | /* Maintainer: Martin Michlmayr <tbm@cyrius.com> */ |
232 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
233 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
234 | .boot_params = 0x00000100, | 232 | .boot_params = 0x00000100, |
235 | .init_machine = mv2120_init, | 233 | .init_machine = mv2120_init, |
236 | .map_io = orion5x_map_io, | 234 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/net2big-setup.c b/arch/arm/mach-orion5x/net2big-setup.c index 7bd6283476f9..d6665b31665f 100644 --- a/arch/arm/mach-orion5x/net2big-setup.c +++ b/arch/arm/mach-orion5x/net2big-setup.c | |||
@@ -419,8 +419,6 @@ static void __init net2big_init(void) | |||
419 | 419 | ||
420 | /* Warning: LaCie use a wrong mach-type (0x20e=526) in their bootloader. */ | 420 | /* Warning: LaCie use a wrong mach-type (0x20e=526) in their bootloader. */ |
421 | MACHINE_START(NET2BIG, "LaCie 2Big Network") | 421 | MACHINE_START(NET2BIG, "LaCie 2Big Network") |
422 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
423 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
424 | .boot_params = 0x00000100, | 422 | .boot_params = 0x00000100, |
425 | .init_machine = net2big_init, | 423 | .init_machine = net2big_init, |
426 | .map_io = orion5x_map_io, | 424 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c b/arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c index 9c1ca41730ba..f4c26fd731f4 100644 --- a/arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c +++ b/arch/arm/mach-orion5x/rd88f5181l-fxo-setup.c | |||
@@ -169,8 +169,6 @@ subsys_initcall(rd88f5181l_fxo_pci_init); | |||
169 | 169 | ||
170 | MACHINE_START(RD88F5181L_FXO, "Marvell Orion-VoIP FXO Reference Design") | 170 | MACHINE_START(RD88F5181L_FXO, "Marvell Orion-VoIP FXO Reference Design") |
171 | /* Maintainer: Nicolas Pitre <nico@marvell.com> */ | 171 | /* Maintainer: Nicolas Pitre <nico@marvell.com> */ |
172 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
173 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
174 | .boot_params = 0x00000100, | 172 | .boot_params = 0x00000100, |
175 | .init_machine = rd88f5181l_fxo_init, | 173 | .init_machine = rd88f5181l_fxo_init, |
176 | .map_io = orion5x_map_io, | 174 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/rd88f5181l-ge-setup.c b/arch/arm/mach-orion5x/rd88f5181l-ge-setup.c index ee1399ff0ced..b5942909bab0 100644 --- a/arch/arm/mach-orion5x/rd88f5181l-ge-setup.c +++ b/arch/arm/mach-orion5x/rd88f5181l-ge-setup.c | |||
@@ -181,8 +181,6 @@ subsys_initcall(rd88f5181l_ge_pci_init); | |||
181 | 181 | ||
182 | MACHINE_START(RD88F5181L_GE, "Marvell Orion-VoIP GE Reference Design") | 182 | MACHINE_START(RD88F5181L_GE, "Marvell Orion-VoIP GE Reference Design") |
183 | /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ | 183 | /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ |
184 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
185 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
186 | .boot_params = 0x00000100, | 184 | .boot_params = 0x00000100, |
187 | .init_machine = rd88f5181l_ge_init, | 185 | .init_machine = rd88f5181l_ge_init, |
188 | .map_io = orion5x_map_io, | 186 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/rd88f5182-setup.c b/arch/arm/mach-orion5x/rd88f5182-setup.c index a04f9e4b633a..165ed87029b2 100644 --- a/arch/arm/mach-orion5x/rd88f5182-setup.c +++ b/arch/arm/mach-orion5x/rd88f5182-setup.c | |||
@@ -305,8 +305,6 @@ static void __init rd88f5182_init(void) | |||
305 | 305 | ||
306 | MACHINE_START(RD88F5182, "Marvell Orion-NAS Reference Design") | 306 | MACHINE_START(RD88F5182, "Marvell Orion-NAS Reference Design") |
307 | /* Maintainer: Ronen Shitrit <rshitrit@marvell.com> */ | 307 | /* Maintainer: Ronen Shitrit <rshitrit@marvell.com> */ |
308 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
309 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
310 | .boot_params = 0x00000100, | 308 | .boot_params = 0x00000100, |
311 | .init_machine = rd88f5182_init, | 309 | .init_machine = rd88f5182_init, |
312 | .map_io = orion5x_map_io, | 310 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c b/arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c index 7737cf9a8f50..02ff45f3e2e3 100644 --- a/arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c +++ b/arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c | |||
@@ -123,8 +123,6 @@ subsys_initcall(rd88f6183ap_ge_pci_init); | |||
123 | 123 | ||
124 | MACHINE_START(RD88F6183AP_GE, "Marvell Orion-1-90 AP GE Reference Design") | 124 | MACHINE_START(RD88F6183AP_GE, "Marvell Orion-1-90 AP GE Reference Design") |
125 | /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ | 125 | /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ |
126 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
127 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
128 | .boot_params = 0x00000100, | 126 | .boot_params = 0x00000100, |
129 | .init_machine = rd88f6183ap_ge_init, | 127 | .init_machine = rd88f6183ap_ge_init, |
130 | .map_io = orion5x_map_io, | 128 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/terastation_pro2-setup.c b/arch/arm/mach-orion5x/terastation_pro2-setup.c index 0b101d7d41c2..4403fae5ab0e 100644 --- a/arch/arm/mach-orion5x/terastation_pro2-setup.c +++ b/arch/arm/mach-orion5x/terastation_pro2-setup.c | |||
@@ -358,8 +358,6 @@ static void __init tsp2_init(void) | |||
358 | 358 | ||
359 | MACHINE_START(TERASTATION_PRO2, "Buffalo Terastation Pro II/Live") | 359 | MACHINE_START(TERASTATION_PRO2, "Buffalo Terastation Pro II/Live") |
360 | /* Maintainer: Sylver Bruneau <sylver.bruneau@googlemail.com> */ | 360 | /* Maintainer: Sylver Bruneau <sylver.bruneau@googlemail.com> */ |
361 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
362 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
363 | .boot_params = 0x00000100, | 361 | .boot_params = 0x00000100, |
364 | .init_machine = tsp2_init, | 362 | .init_machine = tsp2_init, |
365 | .map_io = orion5x_map_io, | 363 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/ts209-setup.c b/arch/arm/mach-orion5x/ts209-setup.c index 9d6890514199..1e196129d763 100644 --- a/arch/arm/mach-orion5x/ts209-setup.c +++ b/arch/arm/mach-orion5x/ts209-setup.c | |||
@@ -322,8 +322,6 @@ static void __init qnap_ts209_init(void) | |||
322 | 322 | ||
323 | MACHINE_START(TS209, "QNAP TS-109/TS-209") | 323 | MACHINE_START(TS209, "QNAP TS-109/TS-209") |
324 | /* Maintainer: Byron Bradley <byron.bbradley@gmail.com> */ | 324 | /* Maintainer: Byron Bradley <byron.bbradley@gmail.com> */ |
325 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
326 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
327 | .boot_params = 0x00000100, | 325 | .boot_params = 0x00000100, |
328 | .init_machine = qnap_ts209_init, | 326 | .init_machine = qnap_ts209_init, |
329 | .map_io = orion5x_map_io, | 327 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/ts409-setup.c b/arch/arm/mach-orion5x/ts409-setup.c index d85588ac7ef8..428af2046e36 100644 --- a/arch/arm/mach-orion5x/ts409-setup.c +++ b/arch/arm/mach-orion5x/ts409-setup.c | |||
@@ -311,8 +311,6 @@ static void __init qnap_ts409_init(void) | |||
311 | 311 | ||
312 | MACHINE_START(TS409, "QNAP TS-409") | 312 | MACHINE_START(TS409, "QNAP TS-409") |
313 | /* Maintainer: Sylver Bruneau <sylver.bruneau@gmail.com> */ | 313 | /* Maintainer: Sylver Bruneau <sylver.bruneau@gmail.com> */ |
314 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
315 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
316 | .boot_params = 0x00000100, | 314 | .boot_params = 0x00000100, |
317 | .init_machine = qnap_ts409_init, | 315 | .init_machine = qnap_ts409_init, |
318 | .map_io = orion5x_map_io, | 316 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/ts78xx-setup.c b/arch/arm/mach-orion5x/ts78xx-setup.c index 696b1a97f9e2..16f1bd5324be 100644 --- a/arch/arm/mach-orion5x/ts78xx-setup.c +++ b/arch/arm/mach-orion5x/ts78xx-setup.c | |||
@@ -550,8 +550,6 @@ static void __init ts78xx_init(void) | |||
550 | 550 | ||
551 | MACHINE_START(TS78XX, "Technologic Systems TS-78xx SBC") | 551 | MACHINE_START(TS78XX, "Technologic Systems TS-78xx SBC") |
552 | /* Maintainer: Alexander Clouter <alex@digriz.org.uk> */ | 552 | /* Maintainer: Alexander Clouter <alex@digriz.org.uk> */ |
553 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
554 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
555 | .boot_params = 0x00000100, | 553 | .boot_params = 0x00000100, |
556 | .init_machine = ts78xx_init, | 554 | .init_machine = ts78xx_init, |
557 | .map_io = ts78xx_map_io, | 555 | .map_io = ts78xx_map_io, |
diff --git a/arch/arm/mach-orion5x/wnr854t-setup.c b/arch/arm/mach-orion5x/wnr854t-setup.c index 69208217b220..7994d6ec08a8 100644 --- a/arch/arm/mach-orion5x/wnr854t-setup.c +++ b/arch/arm/mach-orion5x/wnr854t-setup.c | |||
@@ -172,8 +172,6 @@ subsys_initcall(wnr854t_pci_init); | |||
172 | 172 | ||
173 | MACHINE_START(WNR854T, "Netgear WNR854T") | 173 | MACHINE_START(WNR854T, "Netgear WNR854T") |
174 | /* Maintainer: Imre Kaloz <kaloz@openwrt.org> */ | 174 | /* Maintainer: Imre Kaloz <kaloz@openwrt.org> */ |
175 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
176 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
177 | .boot_params = 0x00000100, | 175 | .boot_params = 0x00000100, |
178 | .init_machine = wnr854t_init, | 176 | .init_machine = wnr854t_init, |
179 | .map_io = orion5x_map_io, | 177 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-orion5x/wrt350n-v2-setup.c b/arch/arm/mach-orion5x/wrt350n-v2-setup.c index f9f222ebb7ed..a5989b7eb53e 100644 --- a/arch/arm/mach-orion5x/wrt350n-v2-setup.c +++ b/arch/arm/mach-orion5x/wrt350n-v2-setup.c | |||
@@ -260,8 +260,6 @@ subsys_initcall(wrt350n_v2_pci_init); | |||
260 | 260 | ||
261 | MACHINE_START(WRT350N_V2, "Linksys WRT350N v2") | 261 | MACHINE_START(WRT350N_V2, "Linksys WRT350N v2") |
262 | /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ | 262 | /* Maintainer: Lennert Buytenhek <buytenh@marvell.com> */ |
263 | .phys_io = ORION5X_REGS_PHYS_BASE, | ||
264 | .io_pg_offst = ((ORION5X_REGS_VIRT_BASE) >> 18) & 0xFFFC, | ||
265 | .boot_params = 0x00000100, | 263 | .boot_params = 0x00000100, |
266 | .init_machine = wrt350n_v2_init, | 264 | .init_machine = wrt350n_v2_init, |
267 | .map_io = orion5x_map_io, | 265 | .map_io = orion5x_map_io, |
diff --git a/arch/arm/mach-pnx4008/core.c b/arch/arm/mach-pnx4008/core.c index 45734bb880a8..63399755f199 100644 --- a/arch/arm/mach-pnx4008/core.c +++ b/arch/arm/mach-pnx4008/core.c | |||
@@ -264,8 +264,6 @@ extern struct sys_timer pnx4008_timer; | |||
264 | 264 | ||
265 | MACHINE_START(PNX4008, "Philips PNX4008") | 265 | MACHINE_START(PNX4008, "Philips PNX4008") |
266 | /* Maintainer: MontaVista Software Inc. */ | 266 | /* Maintainer: MontaVista Software Inc. */ |
267 | .phys_io = 0x40090000, | ||
268 | .io_pg_offst = (0xf4090000 >> 18) & 0xfffc, | ||
269 | .boot_params = 0x80000100, | 267 | .boot_params = 0x80000100, |
270 | .map_io = pnx4008_map_io, | 268 | .map_io = pnx4008_map_io, |
271 | .init_irq = pnx4008_init_irq, | 269 | .init_irq = pnx4008_init_irq, |
diff --git a/arch/arm/mach-pxa/balloon3.c b/arch/arm/mach-pxa/balloon3.c index 79d0f6cf53d7..21e188901935 100644 --- a/arch/arm/mach-pxa/balloon3.c +++ b/arch/arm/mach-pxa/balloon3.c | |||
@@ -808,8 +808,6 @@ static void __init balloon3_map_io(void) | |||
808 | 808 | ||
809 | MACHINE_START(BALLOON3, "Balloon3") | 809 | MACHINE_START(BALLOON3, "Balloon3") |
810 | /* Maintainer: Nick Bane. */ | 810 | /* Maintainer: Nick Bane. */ |
811 | .phys_io = 0x40000000, | ||
812 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
813 | .map_io = balloon3_map_io, | 811 | .map_io = balloon3_map_io, |
814 | .nr_irqs = BALLOON3_NR_IRQS, | 812 | .nr_irqs = BALLOON3_NR_IRQS, |
815 | .init_irq = balloon3_init_irq, | 813 | .init_irq = balloon3_init_irq, |
diff --git a/arch/arm/mach-pxa/capc7117.c b/arch/arm/mach-pxa/capc7117.c index aae544631a8b..4bd7a3cda48c 100644 --- a/arch/arm/mach-pxa/capc7117.c +++ b/arch/arm/mach-pxa/capc7117.c | |||
@@ -148,9 +148,7 @@ static void __init capc7117_init(void) | |||
148 | 148 | ||
149 | MACHINE_START(CAPC7117, | 149 | MACHINE_START(CAPC7117, |
150 | "Embedian CAPC-7117 evaluation kit based on the MXM-8x10 CoM") | 150 | "Embedian CAPC-7117 evaluation kit based on the MXM-8x10 CoM") |
151 | .phys_io = 0x40000000, | ||
152 | .boot_params = 0xa0000100, | 151 | .boot_params = 0xa0000100, |
153 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
154 | .map_io = pxa_map_io, | 152 | .map_io = pxa_map_io, |
155 | .init_irq = pxa3xx_init_irq, | 153 | .init_irq = pxa3xx_init_irq, |
156 | .timer = &pxa_timer, | 154 | .timer = &pxa_timer, |
diff --git a/arch/arm/mach-pxa/cm-x2xx.c b/arch/arm/mach-pxa/cm-x2xx.c index ad40e7b141e0..ac5598ce9724 100644 --- a/arch/arm/mach-pxa/cm-x2xx.c +++ b/arch/arm/mach-pxa/cm-x2xx.c | |||
@@ -514,8 +514,6 @@ static void __init cmx2xx_map_io(void) | |||
514 | 514 | ||
515 | MACHINE_START(ARMCORE, "Compulab CM-X2XX") | 515 | MACHINE_START(ARMCORE, "Compulab CM-X2XX") |
516 | .boot_params = 0xa0000100, | 516 | .boot_params = 0xa0000100, |
517 | .phys_io = 0x40000000, | ||
518 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
519 | .map_io = cmx2xx_map_io, | 517 | .map_io = cmx2xx_map_io, |
520 | .nr_irqs = CMX2XX_NR_IRQS, | 518 | .nr_irqs = CMX2XX_NR_IRQS, |
521 | .init_irq = cmx2xx_init_irq, | 519 | .init_irq = cmx2xx_init_irq, |
diff --git a/arch/arm/mach-pxa/cm-x300.c b/arch/arm/mach-pxa/cm-x300.c index 8e0b5622b277..922b1075b9de 100644 --- a/arch/arm/mach-pxa/cm-x300.c +++ b/arch/arm/mach-pxa/cm-x300.c | |||
@@ -856,9 +856,7 @@ static void __init cm_x300_fixup(struct machine_desc *mdesc, struct tag *tags, | |||
856 | } | 856 | } |
857 | 857 | ||
858 | MACHINE_START(CM_X300, "CM-X300 module") | 858 | MACHINE_START(CM_X300, "CM-X300 module") |
859 | .phys_io = 0x40000000, | ||
860 | .boot_params = 0xa0000100, | 859 | .boot_params = 0xa0000100, |
861 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
862 | .map_io = pxa_map_io, | 860 | .map_io = pxa_map_io, |
863 | .init_irq = pxa3xx_init_irq, | 861 | .init_irq = pxa3xx_init_irq, |
864 | .timer = &pxa_timer, | 862 | .timer = &pxa_timer, |
diff --git a/arch/arm/mach-pxa/colibri-pxa270.c b/arch/arm/mach-pxa/colibri-pxa270.c index 98673ac6efd0..bc045100ec15 100644 --- a/arch/arm/mach-pxa/colibri-pxa270.c +++ b/arch/arm/mach-pxa/colibri-pxa270.c | |||
@@ -207,8 +207,6 @@ static void __init colibri_pxa270_income_init(void) | |||
207 | } | 207 | } |
208 | 208 | ||
209 | MACHINE_START(COLIBRI, "Toradex Colibri PXA270") | 209 | MACHINE_START(COLIBRI, "Toradex Colibri PXA270") |
210 | .phys_io = 0x40000000, | ||
211 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
212 | .boot_params = COLIBRI_SDRAM_BASE + 0x100, | 210 | .boot_params = COLIBRI_SDRAM_BASE + 0x100, |
213 | .init_machine = colibri_pxa270_init, | 211 | .init_machine = colibri_pxa270_init, |
214 | .map_io = pxa_map_io, | 212 | .map_io = pxa_map_io, |
@@ -217,8 +215,6 @@ MACHINE_START(COLIBRI, "Toradex Colibri PXA270") | |||
217 | MACHINE_END | 215 | MACHINE_END |
218 | 216 | ||
219 | MACHINE_START(INCOME, "Income s.r.o. SH-Dmaster PXA270 SBC") | 217 | MACHINE_START(INCOME, "Income s.r.o. SH-Dmaster PXA270 SBC") |
220 | .phys_io = 0x40000000, | ||
221 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
222 | .boot_params = 0xa0000100, | 218 | .boot_params = 0xa0000100, |
223 | .init_machine = colibri_pxa270_income_init, | 219 | .init_machine = colibri_pxa270_income_init, |
224 | .map_io = pxa_map_io, | 220 | .map_io = pxa_map_io, |
diff --git a/arch/arm/mach-pxa/colibri-pxa300.c b/arch/arm/mach-pxa/colibri-pxa300.c index 40b6ac2de876..a70b256591e6 100644 --- a/arch/arm/mach-pxa/colibri-pxa300.c +++ b/arch/arm/mach-pxa/colibri-pxa300.c | |||
@@ -186,8 +186,6 @@ void __init colibri_pxa300_init(void) | |||
186 | } | 186 | } |
187 | 187 | ||
188 | MACHINE_START(COLIBRI300, "Toradex Colibri PXA300") | 188 | MACHINE_START(COLIBRI300, "Toradex Colibri PXA300") |
189 | .phys_io = 0x40000000, | ||
190 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
191 | .boot_params = COLIBRI_SDRAM_BASE + 0x100, | 189 | .boot_params = COLIBRI_SDRAM_BASE + 0x100, |
192 | .init_machine = colibri_pxa300_init, | 190 | .init_machine = colibri_pxa300_init, |
193 | .map_io = pxa_map_io, | 191 | .map_io = pxa_map_io, |
diff --git a/arch/arm/mach-pxa/colibri-pxa320.c b/arch/arm/mach-pxa/colibri-pxa320.c index 99e850d84710..ca5f29e2e9cd 100644 --- a/arch/arm/mach-pxa/colibri-pxa320.c +++ b/arch/arm/mach-pxa/colibri-pxa320.c | |||
@@ -255,8 +255,6 @@ void __init colibri_pxa320_init(void) | |||
255 | } | 255 | } |
256 | 256 | ||
257 | MACHINE_START(COLIBRI320, "Toradex Colibri PXA320") | 257 | MACHINE_START(COLIBRI320, "Toradex Colibri PXA320") |
258 | .phys_io = 0x40000000, | ||
259 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
260 | .boot_params = COLIBRI_SDRAM_BASE + 0x100, | 258 | .boot_params = COLIBRI_SDRAM_BASE + 0x100, |
261 | .init_machine = colibri_pxa320_init, | 259 | .init_machine = colibri_pxa320_init, |
262 | .map_io = pxa_map_io, | 260 | .map_io = pxa_map_io, |
diff --git a/arch/arm/mach-pxa/corgi.c b/arch/arm/mach-pxa/corgi.c index 3fb0fc099080..821229acabe6 100644 --- a/arch/arm/mach-pxa/corgi.c +++ b/arch/arm/mach-pxa/corgi.c | |||
@@ -720,8 +720,6 @@ static void __init fixup_corgi(struct machine_desc *desc, | |||
720 | 720 | ||
721 | #ifdef CONFIG_MACH_CORGI | 721 | #ifdef CONFIG_MACH_CORGI |
722 | MACHINE_START(CORGI, "SHARP Corgi") | 722 | MACHINE_START(CORGI, "SHARP Corgi") |
723 | .phys_io = 0x40000000, | ||
724 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
725 | .fixup = fixup_corgi, | 723 | .fixup = fixup_corgi, |
726 | .map_io = pxa_map_io, | 724 | .map_io = pxa_map_io, |
727 | .init_irq = pxa25x_init_irq, | 725 | .init_irq = pxa25x_init_irq, |
@@ -732,8 +730,6 @@ MACHINE_END | |||
732 | 730 | ||
733 | #ifdef CONFIG_MACH_SHEPHERD | 731 | #ifdef CONFIG_MACH_SHEPHERD |
734 | MACHINE_START(SHEPHERD, "SHARP Shepherd") | 732 | MACHINE_START(SHEPHERD, "SHARP Shepherd") |
735 | .phys_io = 0x40000000, | ||
736 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
737 | .fixup = fixup_corgi, | 733 | .fixup = fixup_corgi, |
738 | .map_io = pxa_map_io, | 734 | .map_io = pxa_map_io, |
739 | .init_irq = pxa25x_init_irq, | 735 | .init_irq = pxa25x_init_irq, |
@@ -744,8 +740,6 @@ MACHINE_END | |||
744 | 740 | ||
745 | #ifdef CONFIG_MACH_HUSKY | 741 | #ifdef CONFIG_MACH_HUSKY |
746 | MACHINE_START(HUSKY, "SHARP Husky") | 742 | MACHINE_START(HUSKY, "SHARP Husky") |
747 | .phys_io = 0x40000000, | ||
748 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
749 | .fixup = fixup_corgi, | 743 | .fixup = fixup_corgi, |
750 | .map_io = pxa_map_io, | 744 | .map_io = pxa_map_io, |
751 | .init_irq = pxa25x_init_irq, | 745 | .init_irq = pxa25x_init_irq, |
diff --git a/arch/arm/mach-pxa/csb726.c b/arch/arm/mach-pxa/csb726.c index 91fd4fea6a54..57cacaff194d 100644 --- a/arch/arm/mach-pxa/csb726.c +++ b/arch/arm/mach-pxa/csb726.c | |||
@@ -272,9 +272,7 @@ static void __init csb726_init(void) | |||
272 | } | 272 | } |
273 | 273 | ||
274 | MACHINE_START(CSB726, "Cogent CSB726") | 274 | MACHINE_START(CSB726, "Cogent CSB726") |
275 | .phys_io = 0x40000000, | ||
276 | .boot_params = 0xa0000100, | 275 | .boot_params = 0xa0000100, |
277 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
278 | .map_io = pxa_map_io, | 276 | .map_io = pxa_map_io, |
279 | .init_irq = pxa27x_init_irq, | 277 | .init_irq = pxa27x_init_irq, |
280 | .init_machine = csb726_init, | 278 | .init_machine = csb726_init, |
diff --git a/arch/arm/mach-pxa/em-x270.c b/arch/arm/mach-pxa/em-x270.c index 51286a738a3b..ab48bb81b570 100644 --- a/arch/arm/mach-pxa/em-x270.c +++ b/arch/arm/mach-pxa/em-x270.c | |||
@@ -1301,8 +1301,6 @@ static void __init em_x270_init(void) | |||
1301 | 1301 | ||
1302 | MACHINE_START(EM_X270, "Compulab EM-X270") | 1302 | MACHINE_START(EM_X270, "Compulab EM-X270") |
1303 | .boot_params = 0xa0000100, | 1303 | .boot_params = 0xa0000100, |
1304 | .phys_io = 0x40000000, | ||
1305 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
1306 | .map_io = pxa_map_io, | 1304 | .map_io = pxa_map_io, |
1307 | .init_irq = pxa27x_init_irq, | 1305 | .init_irq = pxa27x_init_irq, |
1308 | .timer = &pxa_timer, | 1306 | .timer = &pxa_timer, |
@@ -1311,8 +1309,6 @@ MACHINE_END | |||
1311 | 1309 | ||
1312 | MACHINE_START(EXEDA, "Compulab eXeda") | 1310 | MACHINE_START(EXEDA, "Compulab eXeda") |
1313 | .boot_params = 0xa0000100, | 1311 | .boot_params = 0xa0000100, |
1314 | .phys_io = 0x40000000, | ||
1315 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
1316 | .map_io = pxa_map_io, | 1312 | .map_io = pxa_map_io, |
1317 | .init_irq = pxa27x_init_irq, | 1313 | .init_irq = pxa27x_init_irq, |
1318 | .timer = &pxa_timer, | 1314 | .timer = &pxa_timer, |
diff --git a/arch/arm/mach-pxa/eseries.c b/arch/arm/mach-pxa/eseries.c index 4971ce119501..b25690ccadc4 100644 --- a/arch/arm/mach-pxa/eseries.c +++ b/arch/arm/mach-pxa/eseries.c | |||
@@ -180,8 +180,6 @@ static void __init e330_init(void) | |||
180 | 180 | ||
181 | MACHINE_START(E330, "Toshiba e330") | 181 | MACHINE_START(E330, "Toshiba e330") |
182 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | 182 | /* Maintainer: Ian Molton (spyro@f2s.com) */ |
183 | .phys_io = 0x40000000, | ||
184 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
185 | .boot_params = 0xa0000100, | 183 | .boot_params = 0xa0000100, |
186 | .map_io = pxa_map_io, | 184 | .map_io = pxa_map_io, |
187 | .nr_irqs = ESERIES_NR_IRQS, | 185 | .nr_irqs = ESERIES_NR_IRQS, |
@@ -231,8 +229,6 @@ static void __init e350_init(void) | |||
231 | 229 | ||
232 | MACHINE_START(E350, "Toshiba e350") | 230 | MACHINE_START(E350, "Toshiba e350") |
233 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | 231 | /* Maintainer: Ian Molton (spyro@f2s.com) */ |
234 | .phys_io = 0x40000000, | ||
235 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
236 | .boot_params = 0xa0000100, | 232 | .boot_params = 0xa0000100, |
237 | .map_io = pxa_map_io, | 233 | .map_io = pxa_map_io, |
238 | .nr_irqs = ESERIES_NR_IRQS, | 234 | .nr_irqs = ESERIES_NR_IRQS, |
@@ -355,8 +351,6 @@ static void __init e400_init(void) | |||
355 | 351 | ||
356 | MACHINE_START(E400, "Toshiba e400") | 352 | MACHINE_START(E400, "Toshiba e400") |
357 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | 353 | /* Maintainer: Ian Molton (spyro@f2s.com) */ |
358 | .phys_io = 0x40000000, | ||
359 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
360 | .boot_params = 0xa0000100, | 354 | .boot_params = 0xa0000100, |
361 | .map_io = pxa_map_io, | 355 | .map_io = pxa_map_io, |
362 | .nr_irqs = ESERIES_NR_IRQS, | 356 | .nr_irqs = ESERIES_NR_IRQS, |
@@ -545,8 +539,6 @@ static void __init e740_init(void) | |||
545 | 539 | ||
546 | MACHINE_START(E740, "Toshiba e740") | 540 | MACHINE_START(E740, "Toshiba e740") |
547 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | 541 | /* Maintainer: Ian Molton (spyro@f2s.com) */ |
548 | .phys_io = 0x40000000, | ||
549 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
550 | .boot_params = 0xa0000100, | 542 | .boot_params = 0xa0000100, |
551 | .map_io = pxa_map_io, | 543 | .map_io = pxa_map_io, |
552 | .nr_irqs = ESERIES_NR_IRQS, | 544 | .nr_irqs = ESERIES_NR_IRQS, |
@@ -738,8 +730,6 @@ static void __init e750_init(void) | |||
738 | 730 | ||
739 | MACHINE_START(E750, "Toshiba e750") | 731 | MACHINE_START(E750, "Toshiba e750") |
740 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | 732 | /* Maintainer: Ian Molton (spyro@f2s.com) */ |
741 | .phys_io = 0x40000000, | ||
742 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
743 | .boot_params = 0xa0000100, | 733 | .boot_params = 0xa0000100, |
744 | .map_io = pxa_map_io, | 734 | .map_io = pxa_map_io, |
745 | .nr_irqs = ESERIES_NR_IRQS, | 735 | .nr_irqs = ESERIES_NR_IRQS, |
@@ -935,8 +925,6 @@ static void __init e800_init(void) | |||
935 | 925 | ||
936 | MACHINE_START(E800, "Toshiba e800") | 926 | MACHINE_START(E800, "Toshiba e800") |
937 | /* Maintainer: Ian Molton (spyro@f2s.com) */ | 927 | /* Maintainer: Ian Molton (spyro@f2s.com) */ |
938 | .phys_io = 0x40000000, | ||
939 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
940 | .boot_params = 0xa0000100, | 928 | .boot_params = 0xa0000100, |
941 | .map_io = pxa_map_io, | 929 | .map_io = pxa_map_io, |
942 | .nr_irqs = ESERIES_NR_IRQS, | 930 | .nr_irqs = ESERIES_NR_IRQS, |
diff --git a/arch/arm/mach-pxa/ezx.c b/arch/arm/mach-pxa/ezx.c index f997e8455557..80a9352d43f3 100644 --- a/arch/arm/mach-pxa/ezx.c +++ b/arch/arm/mach-pxa/ezx.c | |||
@@ -798,8 +798,6 @@ static void __init a780_init(void) | |||
798 | } | 798 | } |
799 | 799 | ||
800 | MACHINE_START(EZX_A780, "Motorola EZX A780") | 800 | MACHINE_START(EZX_A780, "Motorola EZX A780") |
801 | .phys_io = 0x40000000, | ||
802 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
803 | .boot_params = 0xa0000100, | 801 | .boot_params = 0xa0000100, |
804 | .map_io = pxa_map_io, | 802 | .map_io = pxa_map_io, |
805 | .nr_irqs = EZX_NR_IRQS, | 803 | .nr_irqs = EZX_NR_IRQS, |
@@ -865,8 +863,6 @@ static void __init e680_init(void) | |||
865 | } | 863 | } |
866 | 864 | ||
867 | MACHINE_START(EZX_E680, "Motorola EZX E680") | 865 | MACHINE_START(EZX_E680, "Motorola EZX E680") |
868 | .phys_io = 0x40000000, | ||
869 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
870 | .boot_params = 0xa0000100, | 866 | .boot_params = 0xa0000100, |
871 | .map_io = pxa_map_io, | 867 | .map_io = pxa_map_io, |
872 | .nr_irqs = EZX_NR_IRQS, | 868 | .nr_irqs = EZX_NR_IRQS, |
@@ -932,8 +928,6 @@ static void __init a1200_init(void) | |||
932 | } | 928 | } |
933 | 929 | ||
934 | MACHINE_START(EZX_A1200, "Motorola EZX A1200") | 930 | MACHINE_START(EZX_A1200, "Motorola EZX A1200") |
935 | .phys_io = 0x40000000, | ||
936 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
937 | .boot_params = 0xa0000100, | 931 | .boot_params = 0xa0000100, |
938 | .map_io = pxa_map_io, | 932 | .map_io = pxa_map_io, |
939 | .nr_irqs = EZX_NR_IRQS, | 933 | .nr_irqs = EZX_NR_IRQS, |
@@ -1125,8 +1119,6 @@ static void __init a910_init(void) | |||
1125 | } | 1119 | } |
1126 | 1120 | ||
1127 | MACHINE_START(EZX_A910, "Motorola EZX A910") | 1121 | MACHINE_START(EZX_A910, "Motorola EZX A910") |
1128 | .phys_io = 0x40000000, | ||
1129 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
1130 | .boot_params = 0xa0000100, | 1122 | .boot_params = 0xa0000100, |
1131 | .map_io = pxa_map_io, | 1123 | .map_io = pxa_map_io, |
1132 | .nr_irqs = EZX_NR_IRQS, | 1124 | .nr_irqs = EZX_NR_IRQS, |
@@ -1192,8 +1184,6 @@ static void __init e6_init(void) | |||
1192 | } | 1184 | } |
1193 | 1185 | ||
1194 | MACHINE_START(EZX_E6, "Motorola EZX E6") | 1186 | MACHINE_START(EZX_E6, "Motorola EZX E6") |
1195 | .phys_io = 0x40000000, | ||
1196 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
1197 | .boot_params = 0xa0000100, | 1187 | .boot_params = 0xa0000100, |
1198 | .map_io = pxa_map_io, | 1188 | .map_io = pxa_map_io, |
1199 | .nr_irqs = EZX_NR_IRQS, | 1189 | .nr_irqs = EZX_NR_IRQS, |
@@ -1233,8 +1223,6 @@ static void __init e2_init(void) | |||
1233 | } | 1223 | } |
1234 | 1224 | ||
1235 | MACHINE_START(EZX_E2, "Motorola EZX E2") | 1225 | MACHINE_START(EZX_E2, "Motorola EZX E2") |
1236 | .phys_io = 0x40000000, | ||
1237 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
1238 | .boot_params = 0xa0000100, | 1226 | .boot_params = 0xa0000100, |
1239 | .map_io = pxa_map_io, | 1227 | .map_io = pxa_map_io, |
1240 | .nr_irqs = EZX_NR_IRQS, | 1228 | .nr_irqs = EZX_NR_IRQS, |
diff --git a/arch/arm/mach-pxa/gumstix.c b/arch/arm/mach-pxa/gumstix.c index 96c345129135..1e2a9a13aec1 100644 --- a/arch/arm/mach-pxa/gumstix.c +++ b/arch/arm/mach-pxa/gumstix.c | |||
@@ -224,9 +224,7 @@ static void __init gumstix_init(void) | |||
224 | } | 224 | } |
225 | 225 | ||
226 | MACHINE_START(GUMSTIX, "Gumstix") | 226 | MACHINE_START(GUMSTIX, "Gumstix") |
227 | .phys_io = 0x40000000, | ||
228 | .boot_params = 0xa0000100, /* match u-boot bi_boot_params */ | 227 | .boot_params = 0xa0000100, /* match u-boot bi_boot_params */ |
229 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
230 | .map_io = pxa_map_io, | 228 | .map_io = pxa_map_io, |
231 | .init_irq = pxa25x_init_irq, | 229 | .init_irq = pxa25x_init_irq, |
232 | .timer = &pxa_timer, | 230 | .timer = &pxa_timer, |
diff --git a/arch/arm/mach-pxa/h5000.c b/arch/arm/mach-pxa/h5000.c index c1cab0871c99..7057a1f46db4 100644 --- a/arch/arm/mach-pxa/h5000.c +++ b/arch/arm/mach-pxa/h5000.c | |||
@@ -201,8 +201,6 @@ static void __init h5000_init(void) | |||
201 | } | 201 | } |
202 | 202 | ||
203 | MACHINE_START(H5400, "HP iPAQ H5000") | 203 | MACHINE_START(H5400, "HP iPAQ H5000") |
204 | .phys_io = 0x40000000, | ||
205 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
206 | .boot_params = 0xa0000100, | 204 | .boot_params = 0xa0000100, |
207 | .map_io = pxa_map_io, | 205 | .map_io = pxa_map_io, |
208 | .init_irq = pxa25x_init_irq, | 206 | .init_irq = pxa25x_init_irq, |
diff --git a/arch/arm/mach-pxa/himalaya.c b/arch/arm/mach-pxa/himalaya.c index f9a2e4b0f090..01b7f07ebad2 100644 --- a/arch/arm/mach-pxa/himalaya.c +++ b/arch/arm/mach-pxa/himalaya.c | |||
@@ -159,8 +159,6 @@ static void __init himalaya_init(void) | |||
159 | 159 | ||
160 | 160 | ||
161 | MACHINE_START(HIMALAYA, "HTC Himalaya") | 161 | MACHINE_START(HIMALAYA, "HTC Himalaya") |
162 | .phys_io = 0x40000000, | ||
163 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
164 | .boot_params = 0xa0000100, | 162 | .boot_params = 0xa0000100, |
165 | .map_io = pxa_map_io, | 163 | .map_io = pxa_map_io, |
166 | .init_irq = pxa25x_init_irq, | 164 | .init_irq = pxa25x_init_irq, |
diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c index 10104f16e6e4..76d93a25bab6 100644 --- a/arch/arm/mach-pxa/hx4700.c +++ b/arch/arm/mach-pxa/hx4700.c | |||
@@ -870,8 +870,6 @@ static void __init hx4700_init(void) | |||
870 | } | 870 | } |
871 | 871 | ||
872 | MACHINE_START(H4700, "HP iPAQ HX4700") | 872 | MACHINE_START(H4700, "HP iPAQ HX4700") |
873 | .phys_io = 0x40000000, | ||
874 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
875 | .boot_params = 0xa0000100, | 873 | .boot_params = 0xa0000100, |
876 | .map_io = pxa_map_io, | 874 | .map_io = pxa_map_io, |
877 | .nr_irqs = HX4700_NR_IRQS, | 875 | .nr_irqs = HX4700_NR_IRQS, |
diff --git a/arch/arm/mach-pxa/icontrol.c b/arch/arm/mach-pxa/icontrol.c index 5ccb0ceff6c4..d51ee3d25e70 100644 --- a/arch/arm/mach-pxa/icontrol.c +++ b/arch/arm/mach-pxa/icontrol.c | |||
@@ -191,9 +191,7 @@ static void __init icontrol_init(void) | |||
191 | } | 191 | } |
192 | 192 | ||
193 | MACHINE_START(ICONTROL, "iControl/SafeTcam boards using Embedian MXM-8x10 CoM") | 193 | MACHINE_START(ICONTROL, "iControl/SafeTcam boards using Embedian MXM-8x10 CoM") |
194 | .phys_io = 0x40000000, | ||
195 | .boot_params = 0xa0000100, | 194 | .boot_params = 0xa0000100, |
196 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
197 | .map_io = pxa_map_io, | 195 | .map_io = pxa_map_io, |
198 | .init_irq = pxa3xx_init_irq, | 196 | .init_irq = pxa3xx_init_irq, |
199 | .timer = &pxa_timer, | 197 | .timer = &pxa_timer, |
diff --git a/arch/arm/mach-pxa/idp.c b/arch/arm/mach-pxa/idp.c index bc78c4dc0c66..e773dceeabc6 100644 --- a/arch/arm/mach-pxa/idp.c +++ b/arch/arm/mach-pxa/idp.c | |||
@@ -194,8 +194,6 @@ static void __init idp_map_io(void) | |||
194 | 194 | ||
195 | MACHINE_START(PXA_IDP, "Vibren PXA255 IDP") | 195 | MACHINE_START(PXA_IDP, "Vibren PXA255 IDP") |
196 | /* Maintainer: Vibren Technologies */ | 196 | /* Maintainer: Vibren Technologies */ |
197 | .phys_io = 0x40000000, | ||
198 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
199 | .map_io = idp_map_io, | 197 | .map_io = idp_map_io, |
200 | .init_irq = pxa25x_init_irq, | 198 | .init_irq = pxa25x_init_irq, |
201 | .timer = &pxa_timer, | 199 | .timer = &pxa_timer, |
diff --git a/arch/arm/mach-pxa/littleton.c b/arch/arm/mach-pxa/littleton.c index eb5850624c1d..41aa89e35772 100644 --- a/arch/arm/mach-pxa/littleton.c +++ b/arch/arm/mach-pxa/littleton.c | |||
@@ -437,9 +437,7 @@ static void __init littleton_init(void) | |||
437 | } | 437 | } |
438 | 438 | ||
439 | MACHINE_START(LITTLETON, "Marvell Form Factor Development Platform (aka Littleton)") | 439 | MACHINE_START(LITTLETON, "Marvell Form Factor Development Platform (aka Littleton)") |
440 | .phys_io = 0x40000000, | ||
441 | .boot_params = 0xa0000100, | 440 | .boot_params = 0xa0000100, |
442 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
443 | .map_io = pxa_map_io, | 441 | .map_io = pxa_map_io, |
444 | .nr_irqs = LITTLETON_NR_IRQS, | 442 | .nr_irqs = LITTLETON_NR_IRQS, |
445 | .init_irq = pxa3xx_init_irq, | 443 | .init_irq = pxa3xx_init_irq, |
diff --git a/arch/arm/mach-pxa/lpd270.c b/arch/arm/mach-pxa/lpd270.c index fc9502ef4024..623af0232a54 100644 --- a/arch/arm/mach-pxa/lpd270.c +++ b/arch/arm/mach-pxa/lpd270.c | |||
@@ -505,8 +505,6 @@ static void __init lpd270_map_io(void) | |||
505 | 505 | ||
506 | MACHINE_START(LOGICPD_PXA270, "LogicPD PXA270 Card Engine") | 506 | MACHINE_START(LOGICPD_PXA270, "LogicPD PXA270 Card Engine") |
507 | /* Maintainer: Peter Barada */ | 507 | /* Maintainer: Peter Barada */ |
508 | .phys_io = 0x40000000, | ||
509 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
510 | .boot_params = 0xa0000100, | 508 | .boot_params = 0xa0000100, |
511 | .map_io = lpd270_map_io, | 509 | .map_io = lpd270_map_io, |
512 | .nr_irqs = LPD270_NR_IRQS, | 510 | .nr_irqs = LPD270_NR_IRQS, |
diff --git a/arch/arm/mach-pxa/lubbock.c b/arch/arm/mach-pxa/lubbock.c index 1956c23093d1..1499493cd070 100644 --- a/arch/arm/mach-pxa/lubbock.c +++ b/arch/arm/mach-pxa/lubbock.c | |||
@@ -557,8 +557,6 @@ static void __init lubbock_map_io(void) | |||
557 | 557 | ||
558 | MACHINE_START(LUBBOCK, "Intel DBPXA250 Development Platform (aka Lubbock)") | 558 | MACHINE_START(LUBBOCK, "Intel DBPXA250 Development Platform (aka Lubbock)") |
559 | /* Maintainer: MontaVista Software Inc. */ | 559 | /* Maintainer: MontaVista Software Inc. */ |
560 | .phys_io = 0x40000000, | ||
561 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
562 | .map_io = lubbock_map_io, | 560 | .map_io = lubbock_map_io, |
563 | .nr_irqs = LUBBOCK_NR_IRQS, | 561 | .nr_irqs = LUBBOCK_NR_IRQS, |
564 | .init_irq = lubbock_init_irq, | 562 | .init_irq = lubbock_init_irq, |
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c index 42a0c2b41281..90663760307a 100644 --- a/arch/arm/mach-pxa/magician.c +++ b/arch/arm/mach-pxa/magician.c | |||
@@ -764,8 +764,6 @@ static void __init magician_init(void) | |||
764 | 764 | ||
765 | 765 | ||
766 | MACHINE_START(MAGICIAN, "HTC Magician") | 766 | MACHINE_START(MAGICIAN, "HTC Magician") |
767 | .phys_io = 0x40000000, | ||
768 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
769 | .boot_params = 0xa0000100, | 767 | .boot_params = 0xa0000100, |
770 | .map_io = pxa_map_io, | 768 | .map_io = pxa_map_io, |
771 | .nr_irqs = MAGICIAN_NR_IRQS, | 769 | .nr_irqs = MAGICIAN_NR_IRQS, |
diff --git a/arch/arm/mach-pxa/mainstone.c b/arch/arm/mach-pxa/mainstone.c index 8b710024601c..a980a5c93e49 100644 --- a/arch/arm/mach-pxa/mainstone.c +++ b/arch/arm/mach-pxa/mainstone.c | |||
@@ -624,9 +624,7 @@ static void __init mainstone_map_io(void) | |||
624 | 624 | ||
625 | MACHINE_START(MAINSTONE, "Intel HCDDBBVA0 Development Platform (aka Mainstone)") | 625 | MACHINE_START(MAINSTONE, "Intel HCDDBBVA0 Development Platform (aka Mainstone)") |
626 | /* Maintainer: MontaVista Software Inc. */ | 626 | /* Maintainer: MontaVista Software Inc. */ |
627 | .phys_io = 0x40000000, | ||
628 | .boot_params = 0xa0000100, /* BLOB boot parameter setting */ | 627 | .boot_params = 0xa0000100, /* BLOB boot parameter setting */ |
629 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
630 | .map_io = mainstone_map_io, | 628 | .map_io = mainstone_map_io, |
631 | .nr_irqs = MAINSTONE_NR_IRQS, | 629 | .nr_irqs = MAINSTONE_NR_IRQS, |
632 | .init_irq = mainstone_init_irq, | 630 | .init_irq = mainstone_init_irq, |
diff --git a/arch/arm/mach-pxa/mioa701.c b/arch/arm/mach-pxa/mioa701.c index ffb3f5a8a086..0c31fabfc7fd 100644 --- a/arch/arm/mach-pxa/mioa701.c +++ b/arch/arm/mach-pxa/mioa701.c | |||
@@ -819,8 +819,6 @@ static void mioa701_machine_exit(void) | |||
819 | } | 819 | } |
820 | 820 | ||
821 | MACHINE_START(MIOA701, "MIO A701") | 821 | MACHINE_START(MIOA701, "MIO A701") |
822 | .phys_io = 0x40000000, | ||
823 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
824 | .boot_params = 0xa0000100, | 822 | .boot_params = 0xa0000100, |
825 | .map_io = &pxa_map_io, | 823 | .map_io = &pxa_map_io, |
826 | .init_irq = &pxa27x_init_irq, | 824 | .init_irq = &pxa27x_init_irq, |
diff --git a/arch/arm/mach-pxa/mp900.c b/arch/arm/mach-pxa/mp900.c index 6d4503927a76..116167aaba68 100644 --- a/arch/arm/mach-pxa/mp900.c +++ b/arch/arm/mach-pxa/mp900.c | |||
@@ -92,9 +92,7 @@ static void __init mp900c_init(void) | |||
92 | 92 | ||
93 | /* Maintainer - Michael Petchkovsky <mkpetch@internode.on.net> */ | 93 | /* Maintainer - Michael Petchkovsky <mkpetch@internode.on.net> */ |
94 | MACHINE_START(NEC_MP900, "MobilePro900/C") | 94 | MACHINE_START(NEC_MP900, "MobilePro900/C") |
95 | .phys_io = 0x40000000, | ||
96 | .boot_params = 0xa0220100, | 95 | .boot_params = 0xa0220100, |
97 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
98 | .timer = &pxa_timer, | 96 | .timer = &pxa_timer, |
99 | .map_io = pxa_map_io, | 97 | .map_io = pxa_map_io, |
100 | .init_irq = pxa25x_init_irq, | 98 | .init_irq = pxa25x_init_irq, |
diff --git a/arch/arm/mach-pxa/palmld.c b/arch/arm/mach-pxa/palmld.c index 3ff0c4a1ca4c..ce092c521e6d 100644 --- a/arch/arm/mach-pxa/palmld.c +++ b/arch/arm/mach-pxa/palmld.c | |||
@@ -343,8 +343,6 @@ static void __init palmld_init(void) | |||
343 | } | 343 | } |
344 | 344 | ||
345 | MACHINE_START(PALMLD, "Palm LifeDrive") | 345 | MACHINE_START(PALMLD, "Palm LifeDrive") |
346 | .phys_io = PALMLD_PHYS_IO_START, | ||
347 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
348 | .boot_params = 0xa0000100, | 346 | .boot_params = 0xa0000100, |
349 | .map_io = palmld_map_io, | 347 | .map_io = palmld_map_io, |
350 | .init_irq = pxa27x_init_irq, | 348 | .init_irq = pxa27x_init_irq, |
diff --git a/arch/arm/mach-pxa/palmt5.c b/arch/arm/mach-pxa/palmt5.c index 5b9f766d1468..862da812cd10 100644 --- a/arch/arm/mach-pxa/palmt5.c +++ b/arch/arm/mach-pxa/palmt5.c | |||
@@ -202,8 +202,6 @@ static void __init palmt5_init(void) | |||
202 | } | 202 | } |
203 | 203 | ||
204 | MACHINE_START(PALMT5, "Palm Tungsten|T5") | 204 | MACHINE_START(PALMT5, "Palm Tungsten|T5") |
205 | .phys_io = PALMT5_PHYS_IO_START, | ||
206 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
207 | .boot_params = 0xa0000100, | 205 | .boot_params = 0xa0000100, |
208 | .map_io = pxa_map_io, | 206 | .map_io = pxa_map_io, |
209 | .reserve = palmt5_reserve, | 207 | .reserve = palmt5_reserve, |
diff --git a/arch/arm/mach-pxa/palmtc.c b/arch/arm/mach-pxa/palmtc.c index ce1104d1bc17..2131d5860919 100644 --- a/arch/arm/mach-pxa/palmtc.c +++ b/arch/arm/mach-pxa/palmtc.c | |||
@@ -412,9 +412,7 @@ static void __init palmtc_init(void) | |||
412 | }; | 412 | }; |
413 | 413 | ||
414 | MACHINE_START(PALMTC, "Palm Tungsten|C") | 414 | MACHINE_START(PALMTC, "Palm Tungsten|C") |
415 | .phys_io = 0x40000000, | ||
416 | .boot_params = 0xa0000100, | 415 | .boot_params = 0xa0000100, |
417 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
418 | .map_io = pxa_map_io, | 416 | .map_io = pxa_map_io, |
419 | .init_irq = pxa25x_init_irq, | 417 | .init_irq = pxa25x_init_irq, |
420 | .timer = &pxa_timer, | 418 | .timer = &pxa_timer, |
diff --git a/arch/arm/mach-pxa/palmte2.c b/arch/arm/mach-pxa/palmte2.c index 93c11a0438d5..a9dae7bc35d9 100644 --- a/arch/arm/mach-pxa/palmte2.c +++ b/arch/arm/mach-pxa/palmte2.c | |||
@@ -373,8 +373,6 @@ static void __init palmte2_init(void) | |||
373 | } | 373 | } |
374 | 374 | ||
375 | MACHINE_START(PALMTE2, "Palm Tungsten|E2") | 375 | MACHINE_START(PALMTE2, "Palm Tungsten|E2") |
376 | .phys_io = 0x40000000, | ||
377 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
378 | .boot_params = 0xa0000100, | 376 | .boot_params = 0xa0000100, |
379 | .map_io = pxa_map_io, | 377 | .map_io = pxa_map_io, |
380 | .init_irq = pxa25x_init_irq, | 378 | .init_irq = pxa25x_init_irq, |
diff --git a/arch/arm/mach-pxa/palmtreo.c b/arch/arm/mach-pxa/palmtreo.c index f685a600a181..00e2d7ba84ed 100644 --- a/arch/arm/mach-pxa/palmtreo.c +++ b/arch/arm/mach-pxa/palmtreo.c | |||
@@ -441,8 +441,6 @@ static void __init centro_init(void) | |||
441 | } | 441 | } |
442 | 442 | ||
443 | MACHINE_START(TREO680, "Palm Treo 680") | 443 | MACHINE_START(TREO680, "Palm Treo 680") |
444 | .phys_io = TREO_PHYS_IO_START, | ||
445 | .io_pg_offst = io_p2v(0x40000000), | ||
446 | .boot_params = 0xa0000100, | 444 | .boot_params = 0xa0000100, |
447 | .map_io = pxa_map_io, | 445 | .map_io = pxa_map_io, |
448 | .reserve = treo_reserve, | 446 | .reserve = treo_reserve, |
@@ -452,8 +450,6 @@ MACHINE_START(TREO680, "Palm Treo 680") | |||
452 | MACHINE_END | 450 | MACHINE_END |
453 | 451 | ||
454 | MACHINE_START(CENTRO, "Palm Centro 685") | 452 | MACHINE_START(CENTRO, "Palm Centro 685") |
455 | .phys_io = TREO_PHYS_IO_START, | ||
456 | .io_pg_offst = io_p2v(0x40000000), | ||
457 | .boot_params = 0xa0000100, | 453 | .boot_params = 0xa0000100, |
458 | .map_io = pxa_map_io, | 454 | .map_io = pxa_map_io, |
459 | .reserve = treo_reserve, | 455 | .reserve = treo_reserve, |
diff --git a/arch/arm/mach-pxa/palmtx.c b/arch/arm/mach-pxa/palmtx.c index 89a37922b9d3..d2060a1d1d68 100644 --- a/arch/arm/mach-pxa/palmtx.c +++ b/arch/arm/mach-pxa/palmtx.c | |||
@@ -363,8 +363,6 @@ static void __init palmtx_init(void) | |||
363 | } | 363 | } |
364 | 364 | ||
365 | MACHINE_START(PALMTX, "Palm T|X") | 365 | MACHINE_START(PALMTX, "Palm T|X") |
366 | .phys_io = PALMTX_PHYS_IO_START, | ||
367 | .io_pg_offst = io_p2v(0x40000000), | ||
368 | .boot_params = 0xa0000100, | 366 | .boot_params = 0xa0000100, |
369 | .map_io = palmtx_map_io, | 367 | .map_io = palmtx_map_io, |
370 | .init_irq = pxa27x_init_irq, | 368 | .init_irq = pxa27x_init_irq, |
diff --git a/arch/arm/mach-pxa/palmz72.c b/arch/arm/mach-pxa/palmz72.c index 38f4425bfc95..af6203fbca9c 100644 --- a/arch/arm/mach-pxa/palmz72.c +++ b/arch/arm/mach-pxa/palmz72.c | |||
@@ -279,8 +279,6 @@ static void __init palmz72_init(void) | |||
279 | } | 279 | } |
280 | 280 | ||
281 | MACHINE_START(PALMZ72, "Palm Zire72") | 281 | MACHINE_START(PALMZ72, "Palm Zire72") |
282 | .phys_io = 0x40000000, | ||
283 | .io_pg_offst = io_p2v(0x40000000), | ||
284 | .boot_params = 0xa0000100, | 282 | .boot_params = 0xa0000100, |
285 | .map_io = pxa_map_io, | 283 | .map_io = pxa_map_io, |
286 | .init_irq = pxa27x_init_irq, | 284 | .init_irq = pxa27x_init_irq, |
diff --git a/arch/arm/mach-pxa/pcm027.c b/arch/arm/mach-pxa/pcm027.c index 90b08ba8ad1a..c77e8f30a439 100644 --- a/arch/arm/mach-pxa/pcm027.c +++ b/arch/arm/mach-pxa/pcm027.c | |||
@@ -259,8 +259,6 @@ static void __init pcm027_map_io(void) | |||
259 | MACHINE_START(PCM027, "Phytec Messtechnik GmbH phyCORE-PXA270") | 259 | MACHINE_START(PCM027, "Phytec Messtechnik GmbH phyCORE-PXA270") |
260 | /* Maintainer: Pengutronix */ | 260 | /* Maintainer: Pengutronix */ |
261 | .boot_params = 0xa0000100, | 261 | .boot_params = 0xa0000100, |
262 | .phys_io = 0x40000000, | ||
263 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
264 | .map_io = pcm027_map_io, | 262 | .map_io = pcm027_map_io, |
265 | .nr_irqs = PCM027_NR_IRQS, | 263 | .nr_irqs = PCM027_NR_IRQS, |
266 | .init_irq = pxa27x_init_irq, | 264 | .init_irq = pxa27x_init_irq, |
diff --git a/arch/arm/mach-pxa/poodle.c b/arch/arm/mach-pxa/poodle.c index c04e025cd790..93a191c889df 100644 --- a/arch/arm/mach-pxa/poodle.c +++ b/arch/arm/mach-pxa/poodle.c | |||
@@ -465,8 +465,6 @@ static void __init fixup_poodle(struct machine_desc *desc, | |||
465 | } | 465 | } |
466 | 466 | ||
467 | MACHINE_START(POODLE, "SHARP Poodle") | 467 | MACHINE_START(POODLE, "SHARP Poodle") |
468 | .phys_io = 0x40000000, | ||
469 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
470 | .fixup = fixup_poodle, | 468 | .fixup = fixup_poodle, |
471 | .map_io = pxa_map_io, | 469 | .map_io = pxa_map_io, |
472 | .nr_irqs = POODLE_NR_IRQS, /* 4 for LoCoMo */ | 470 | .nr_irqs = POODLE_NR_IRQS, /* 4 for LoCoMo */ |
diff --git a/arch/arm/mach-pxa/raumfeld.c b/arch/arm/mach-pxa/raumfeld.c index 67e04f4e07c1..4121d03ea2c3 100644 --- a/arch/arm/mach-pxa/raumfeld.c +++ b/arch/arm/mach-pxa/raumfeld.c | |||
@@ -1083,8 +1083,6 @@ static void __init raumfeld_speaker_init(void) | |||
1083 | 1083 | ||
1084 | #ifdef CONFIG_MACH_RAUMFELD_RC | 1084 | #ifdef CONFIG_MACH_RAUMFELD_RC |
1085 | MACHINE_START(RAUMFELD_RC, "Raumfeld Controller") | 1085 | MACHINE_START(RAUMFELD_RC, "Raumfeld Controller") |
1086 | .phys_io = 0x40000000, | ||
1087 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
1088 | .boot_params = RAUMFELD_SDRAM_BASE + 0x100, | 1086 | .boot_params = RAUMFELD_SDRAM_BASE + 0x100, |
1089 | .init_machine = raumfeld_controller_init, | 1087 | .init_machine = raumfeld_controller_init, |
1090 | .map_io = pxa_map_io, | 1088 | .map_io = pxa_map_io, |
@@ -1095,8 +1093,6 @@ MACHINE_END | |||
1095 | 1093 | ||
1096 | #ifdef CONFIG_MACH_RAUMFELD_CONNECTOR | 1094 | #ifdef CONFIG_MACH_RAUMFELD_CONNECTOR |
1097 | MACHINE_START(RAUMFELD_CONNECTOR, "Raumfeld Connector") | 1095 | MACHINE_START(RAUMFELD_CONNECTOR, "Raumfeld Connector") |
1098 | .phys_io = 0x40000000, | ||
1099 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
1100 | .boot_params = RAUMFELD_SDRAM_BASE + 0x100, | 1096 | .boot_params = RAUMFELD_SDRAM_BASE + 0x100, |
1101 | .init_machine = raumfeld_connector_init, | 1097 | .init_machine = raumfeld_connector_init, |
1102 | .map_io = pxa_map_io, | 1098 | .map_io = pxa_map_io, |
@@ -1107,8 +1103,6 @@ MACHINE_END | |||
1107 | 1103 | ||
1108 | #ifdef CONFIG_MACH_RAUMFELD_SPEAKER | 1104 | #ifdef CONFIG_MACH_RAUMFELD_SPEAKER |
1109 | MACHINE_START(RAUMFELD_SPEAKER, "Raumfeld Speaker") | 1105 | MACHINE_START(RAUMFELD_SPEAKER, "Raumfeld Speaker") |
1110 | .phys_io = 0x40000000, | ||
1111 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
1112 | .boot_params = RAUMFELD_SDRAM_BASE + 0x100, | 1106 | .boot_params = RAUMFELD_SDRAM_BASE + 0x100, |
1113 | .init_machine = raumfeld_speaker_init, | 1107 | .init_machine = raumfeld_speaker_init, |
1114 | .map_io = pxa_map_io, | 1108 | .map_io = pxa_map_io, |
diff --git a/arch/arm/mach-pxa/saar.c b/arch/arm/mach-pxa/saar.c index 115b6f234bdd..4b521e045d75 100644 --- a/arch/arm/mach-pxa/saar.c +++ b/arch/arm/mach-pxa/saar.c | |||
@@ -596,9 +596,7 @@ static void __init saar_init(void) | |||
596 | 596 | ||
597 | MACHINE_START(SAAR, "PXA930 Handheld Platform (aka SAAR)") | 597 | MACHINE_START(SAAR, "PXA930 Handheld Platform (aka SAAR)") |
598 | /* Maintainer: Eric Miao <eric.miao@marvell.com> */ | 598 | /* Maintainer: Eric Miao <eric.miao@marvell.com> */ |
599 | .phys_io = 0x40000000, | ||
600 | .boot_params = 0xa0000100, | 599 | .boot_params = 0xa0000100, |
601 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
602 | .map_io = pxa_map_io, | 600 | .map_io = pxa_map_io, |
603 | .init_irq = pxa3xx_init_irq, | 601 | .init_irq = pxa3xx_init_irq, |
604 | .timer = &pxa_timer, | 602 | .timer = &pxa_timer, |
diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index 1cd99cb87bb1..f736119f1ebf 100644 --- a/arch/arm/mach-pxa/spitz.c +++ b/arch/arm/mach-pxa/spitz.c | |||
@@ -979,8 +979,6 @@ static void __init spitz_fixup(struct machine_desc *desc, | |||
979 | 979 | ||
980 | #ifdef CONFIG_MACH_SPITZ | 980 | #ifdef CONFIG_MACH_SPITZ |
981 | MACHINE_START(SPITZ, "SHARP Spitz") | 981 | MACHINE_START(SPITZ, "SHARP Spitz") |
982 | .phys_io = 0x40000000, | ||
983 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
984 | .fixup = spitz_fixup, | 982 | .fixup = spitz_fixup, |
985 | .map_io = pxa_map_io, | 983 | .map_io = pxa_map_io, |
986 | .init_irq = pxa27x_init_irq, | 984 | .init_irq = pxa27x_init_irq, |
@@ -991,8 +989,6 @@ MACHINE_END | |||
991 | 989 | ||
992 | #ifdef CONFIG_MACH_BORZOI | 990 | #ifdef CONFIG_MACH_BORZOI |
993 | MACHINE_START(BORZOI, "SHARP Borzoi") | 991 | MACHINE_START(BORZOI, "SHARP Borzoi") |
994 | .phys_io = 0x40000000, | ||
995 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
996 | .fixup = spitz_fixup, | 992 | .fixup = spitz_fixup, |
997 | .map_io = pxa_map_io, | 993 | .map_io = pxa_map_io, |
998 | .init_irq = pxa27x_init_irq, | 994 | .init_irq = pxa27x_init_irq, |
@@ -1003,8 +999,6 @@ MACHINE_END | |||
1003 | 999 | ||
1004 | #ifdef CONFIG_MACH_AKITA | 1000 | #ifdef CONFIG_MACH_AKITA |
1005 | MACHINE_START(AKITA, "SHARP Akita") | 1001 | MACHINE_START(AKITA, "SHARP Akita") |
1006 | .phys_io = 0x40000000, | ||
1007 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
1008 | .fixup = spitz_fixup, | 1002 | .fixup = spitz_fixup, |
1009 | .map_io = pxa_map_io, | 1003 | .map_io = pxa_map_io, |
1010 | .init_irq = pxa27x_init_irq, | 1004 | .init_irq = pxa27x_init_irq, |
diff --git a/arch/arm/mach-pxa/stargate2.c b/arch/arm/mach-pxa/stargate2.c index 62de07341cc6..738adc1773fd 100644 --- a/arch/arm/mach-pxa/stargate2.c +++ b/arch/arm/mach-pxa/stargate2.c | |||
@@ -998,8 +998,6 @@ static void __init stargate2_init(void) | |||
998 | 998 | ||
999 | #ifdef CONFIG_MACH_INTELMOTE2 | 999 | #ifdef CONFIG_MACH_INTELMOTE2 |
1000 | MACHINE_START(INTELMOTE2, "IMOTE 2") | 1000 | MACHINE_START(INTELMOTE2, "IMOTE 2") |
1001 | .phys_io = 0x40000000, | ||
1002 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
1003 | .map_io = pxa_map_io, | 1001 | .map_io = pxa_map_io, |
1004 | .init_irq = pxa27x_init_irq, | 1002 | .init_irq = pxa27x_init_irq, |
1005 | .timer = &pxa_timer, | 1003 | .timer = &pxa_timer, |
@@ -1010,8 +1008,6 @@ MACHINE_END | |||
1010 | 1008 | ||
1011 | #ifdef CONFIG_MACH_STARGATE2 | 1009 | #ifdef CONFIG_MACH_STARGATE2 |
1012 | MACHINE_START(STARGATE2, "Stargate 2") | 1010 | MACHINE_START(STARGATE2, "Stargate 2") |
1013 | .phys_io = 0x40000000, | ||
1014 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
1015 | .map_io = pxa_map_io, | 1011 | .map_io = pxa_map_io, |
1016 | .nr_irqs = STARGATE_NR_IRQS, | 1012 | .nr_irqs = STARGATE_NR_IRQS, |
1017 | .init_irq = pxa27x_init_irq, | 1013 | .init_irq = pxa27x_init_irq, |
diff --git a/arch/arm/mach-pxa/tavorevb.c b/arch/arm/mach-pxa/tavorevb.c index 0f440c9d7cbd..2ea7545273ad 100644 --- a/arch/arm/mach-pxa/tavorevb.c +++ b/arch/arm/mach-pxa/tavorevb.c | |||
@@ -489,9 +489,7 @@ static void __init tavorevb_init(void) | |||
489 | 489 | ||
490 | MACHINE_START(TAVOREVB, "PXA930 Evaluation Board (aka TavorEVB)") | 490 | MACHINE_START(TAVOREVB, "PXA930 Evaluation Board (aka TavorEVB)") |
491 | /* Maintainer: Eric Miao <eric.miao@marvell.com> */ | 491 | /* Maintainer: Eric Miao <eric.miao@marvell.com> */ |
492 | .phys_io = 0x40000000, | ||
493 | .boot_params = 0xa0000100, | 492 | .boot_params = 0xa0000100, |
494 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
495 | .map_io = pxa_map_io, | 493 | .map_io = pxa_map_io, |
496 | .init_irq = pxa3xx_init_irq, | 494 | .init_irq = pxa3xx_init_irq, |
497 | .timer = &pxa_timer, | 495 | .timer = &pxa_timer, |
diff --git a/arch/arm/mach-pxa/tavorevb3.c b/arch/arm/mach-pxa/tavorevb3.c index 5eeba64515e4..dc3011697bbf 100644 --- a/arch/arm/mach-pxa/tavorevb3.c +++ b/arch/arm/mach-pxa/tavorevb3.c | |||
@@ -126,7 +126,6 @@ static void __init evb3_init(void) | |||
126 | } | 126 | } |
127 | 127 | ||
128 | MACHINE_START(TAVOREVB3, "PXA950 Evaluation Board (aka TavorEVB3)") | 128 | MACHINE_START(TAVOREVB3, "PXA950 Evaluation Board (aka TavorEVB3)") |
129 | .phys_io = 0x40000000, | ||
130 | .boot_params = 0xa0000100, | 129 | .boot_params = 0xa0000100, |
131 | .map_io = pxa_map_io, | 130 | .map_io = pxa_map_io, |
132 | .nr_irqs = TAVOREVB3_NR_IRQS, | 131 | .nr_irqs = TAVOREVB3_NR_IRQS, |
diff --git a/arch/arm/mach-pxa/tosa.c b/arch/arm/mach-pxa/tosa.c index 3a06e98b4920..0ee1df49606d 100644 --- a/arch/arm/mach-pxa/tosa.c +++ b/arch/arm/mach-pxa/tosa.c | |||
@@ -952,8 +952,6 @@ static void __init fixup_tosa(struct machine_desc *desc, | |||
952 | } | 952 | } |
953 | 953 | ||
954 | MACHINE_START(TOSA, "SHARP Tosa") | 954 | MACHINE_START(TOSA, "SHARP Tosa") |
955 | .phys_io = 0x40000000, | ||
956 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
957 | .fixup = fixup_tosa, | 955 | .fixup = fixup_tosa, |
958 | .map_io = pxa_map_io, | 956 | .map_io = pxa_map_io, |
959 | .nr_irqs = TOSA_NR_IRQS, | 957 | .nr_irqs = TOSA_NR_IRQS, |
diff --git a/arch/arm/mach-pxa/trizeps4.c b/arch/arm/mach-pxa/trizeps4.c index 0acff172ef22..565d062f51d5 100644 --- a/arch/arm/mach-pxa/trizeps4.c +++ b/arch/arm/mach-pxa/trizeps4.c | |||
@@ -555,8 +555,6 @@ static void __init trizeps4_map_io(void) | |||
555 | 555 | ||
556 | MACHINE_START(TRIZEPS4, "Keith und Koep Trizeps IV module") | 556 | MACHINE_START(TRIZEPS4, "Keith und Koep Trizeps IV module") |
557 | /* MAINTAINER("Jürgen Schindele") */ | 557 | /* MAINTAINER("Jürgen Schindele") */ |
558 | .phys_io = 0x40000000, | ||
559 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
560 | .boot_params = TRIZEPS4_SDRAM_BASE + 0x100, | 558 | .boot_params = TRIZEPS4_SDRAM_BASE + 0x100, |
561 | .init_machine = trizeps4_init, | 559 | .init_machine = trizeps4_init, |
562 | .map_io = trizeps4_map_io, | 560 | .map_io = trizeps4_map_io, |
@@ -566,8 +564,6 @@ MACHINE_END | |||
566 | 564 | ||
567 | MACHINE_START(TRIZEPS4WL, "Keith und Koep Trizeps IV-WL module") | 565 | MACHINE_START(TRIZEPS4WL, "Keith und Koep Trizeps IV-WL module") |
568 | /* MAINTAINER("Jürgen Schindele") */ | 566 | /* MAINTAINER("Jürgen Schindele") */ |
569 | .phys_io = 0x40000000, | ||
570 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
571 | .boot_params = TRIZEPS4_SDRAM_BASE + 0x100, | 567 | .boot_params = TRIZEPS4_SDRAM_BASE + 0x100, |
572 | .init_machine = trizeps4_init, | 568 | .init_machine = trizeps4_init, |
573 | .map_io = trizeps4_map_io, | 569 | .map_io = trizeps4_map_io, |
diff --git a/arch/arm/mach-pxa/viper.c b/arch/arm/mach-pxa/viper.c index e90114a7e246..438fc9a5ed59 100644 --- a/arch/arm/mach-pxa/viper.c +++ b/arch/arm/mach-pxa/viper.c | |||
@@ -992,8 +992,6 @@ static void __init viper_map_io(void) | |||
992 | 992 | ||
993 | MACHINE_START(VIPER, "Arcom/Eurotech VIPER SBC") | 993 | MACHINE_START(VIPER, "Arcom/Eurotech VIPER SBC") |
994 | /* Maintainer: Marc Zyngier <maz@misterjones.org> */ | 994 | /* Maintainer: Marc Zyngier <maz@misterjones.org> */ |
995 | .phys_io = 0x40000000, | ||
996 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
997 | .boot_params = 0xa0000100, | 995 | .boot_params = 0xa0000100, |
998 | .map_io = viper_map_io, | 996 | .map_io = viper_map_io, |
999 | .init_irq = viper_init_irq, | 997 | .init_irq = viper_init_irq, |
diff --git a/arch/arm/mach-pxa/vpac270.c b/arch/arm/mach-pxa/vpac270.c index 37d6173bbb66..f45ac0961778 100644 --- a/arch/arm/mach-pxa/vpac270.c +++ b/arch/arm/mach-pxa/vpac270.c | |||
@@ -718,8 +718,6 @@ static void __init vpac270_init(void) | |||
718 | } | 718 | } |
719 | 719 | ||
720 | MACHINE_START(VPAC270, "Voipac PXA270") | 720 | MACHINE_START(VPAC270, "Voipac PXA270") |
721 | .phys_io = 0x40000000, | ||
722 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
723 | .boot_params = 0xa0000100, | 721 | .boot_params = 0xa0000100, |
724 | .map_io = pxa_map_io, | 722 | .map_io = pxa_map_io, |
725 | .init_irq = pxa27x_init_irq, | 723 | .init_irq = pxa27x_init_irq, |
diff --git a/arch/arm/mach-pxa/xcep.c b/arch/arm/mach-pxa/xcep.c index d3b4e3f2e033..3260ce73d327 100644 --- a/arch/arm/mach-pxa/xcep.c +++ b/arch/arm/mach-pxa/xcep.c | |||
@@ -181,8 +181,6 @@ static void __init xcep_init(void) | |||
181 | } | 181 | } |
182 | 182 | ||
183 | MACHINE_START(XCEP, "Iskratel XCEP") | 183 | MACHINE_START(XCEP, "Iskratel XCEP") |
184 | .phys_io = 0x40000000, | ||
185 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
186 | .boot_params = 0xa0000100, | 184 | .boot_params = 0xa0000100, |
187 | .init_machine = xcep_init, | 185 | .init_machine = xcep_init, |
188 | .map_io = pxa_map_io, | 186 | .map_io = pxa_map_io, |
diff --git a/arch/arm/mach-pxa/z2.c b/arch/arm/mach-pxa/z2.c index 8c44bc4381ba..fefde9848d82 100644 --- a/arch/arm/mach-pxa/z2.c +++ b/arch/arm/mach-pxa/z2.c | |||
@@ -703,9 +703,7 @@ static void __init z2_init(void) | |||
703 | } | 703 | } |
704 | 704 | ||
705 | MACHINE_START(ZIPIT2, "Zipit Z2") | 705 | MACHINE_START(ZIPIT2, "Zipit Z2") |
706 | .phys_io = 0x40000000, | ||
707 | .boot_params = 0xa0000100, | 706 | .boot_params = 0xa0000100, |
708 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
709 | .map_io = pxa_map_io, | 707 | .map_io = pxa_map_io, |
710 | .init_irq = pxa27x_init_irq, | 708 | .init_irq = pxa27x_init_irq, |
711 | .timer = &pxa_timer, | 709 | .timer = &pxa_timer, |
diff --git a/arch/arm/mach-pxa/zeus.c b/arch/arm/mach-pxa/zeus.c index 9da2b624ba20..dea46a2d089b 100644 --- a/arch/arm/mach-pxa/zeus.c +++ b/arch/arm/mach-pxa/zeus.c | |||
@@ -900,8 +900,6 @@ static void __init zeus_map_io(void) | |||
900 | 900 | ||
901 | MACHINE_START(ARCOM_ZEUS, "Arcom/Eurotech ZEUS") | 901 | MACHINE_START(ARCOM_ZEUS, "Arcom/Eurotech ZEUS") |
902 | /* Maintainer: Marc Zyngier <maz@misterjones.org> */ | 902 | /* Maintainer: Marc Zyngier <maz@misterjones.org> */ |
903 | .phys_io = 0x40000000, | ||
904 | .io_pg_offst = ((io_p2v(0x40000000) >> 18) & 0xfffc), | ||
905 | .boot_params = 0xa0000100, | 903 | .boot_params = 0xa0000100, |
906 | .map_io = zeus_map_io, | 904 | .map_io = zeus_map_io, |
907 | .nr_irqs = ZEUS_NR_IRQS, | 905 | .nr_irqs = ZEUS_NR_IRQS, |
diff --git a/arch/arm/mach-pxa/zylonite.c b/arch/arm/mach-pxa/zylonite.c index 69df3edcdd98..f25fb6245bd7 100644 --- a/arch/arm/mach-pxa/zylonite.c +++ b/arch/arm/mach-pxa/zylonite.c | |||
@@ -411,9 +411,7 @@ static void __init zylonite_init(void) | |||
411 | } | 411 | } |
412 | 412 | ||
413 | MACHINE_START(ZYLONITE, "PXA3xx Platform Development Kit (aka Zylonite)") | 413 | MACHINE_START(ZYLONITE, "PXA3xx Platform Development Kit (aka Zylonite)") |
414 | .phys_io = 0x40000000, | ||
415 | .boot_params = 0xa0000100, | 414 | .boot_params = 0xa0000100, |
416 | .io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc, | ||
417 | .map_io = pxa_map_io, | 415 | .map_io = pxa_map_io, |
418 | .nr_irqs = ZYLONITE_NR_IRQS, | 416 | .nr_irqs = ZYLONITE_NR_IRQS, |
419 | .init_irq = pxa3xx_init_irq, | 417 | .init_irq = pxa3xx_init_irq, |
diff --git a/arch/arm/mach-realview/realview_eb.c b/arch/arm/mach-realview/realview_eb.c index 991c1f8390e2..f2697106f809 100644 --- a/arch/arm/mach-realview/realview_eb.c +++ b/arch/arm/mach-realview/realview_eb.c | |||
@@ -486,8 +486,6 @@ static void __init realview_eb_init(void) | |||
486 | 486 | ||
487 | MACHINE_START(REALVIEW_EB, "ARM-RealView EB") | 487 | MACHINE_START(REALVIEW_EB, "ARM-RealView EB") |
488 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ | 488 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
489 | .phys_io = REALVIEW_EB_UART0_BASE & SECTION_MASK, | ||
490 | .io_pg_offst = (IO_ADDRESS(REALVIEW_EB_UART0_BASE) >> 18) & 0xfffc, | ||
491 | .boot_params = PHYS_OFFSET + 0x00000100, | 489 | .boot_params = PHYS_OFFSET + 0x00000100, |
492 | .fixup = realview_fixup, | 490 | .fixup = realview_fixup, |
493 | .map_io = realview_eb_map_io, | 491 | .map_io = realview_eb_map_io, |
diff --git a/arch/arm/mach-realview/realview_pb1176.c b/arch/arm/mach-realview/realview_pb1176.c index d2be12eb829e..a4125619d71b 100644 --- a/arch/arm/mach-realview/realview_pb1176.c +++ b/arch/arm/mach-realview/realview_pb1176.c | |||
@@ -378,8 +378,6 @@ static void __init realview_pb1176_init(void) | |||
378 | 378 | ||
379 | MACHINE_START(REALVIEW_PB1176, "ARM-RealView PB1176") | 379 | MACHINE_START(REALVIEW_PB1176, "ARM-RealView PB1176") |
380 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ | 380 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
381 | .phys_io = REALVIEW_PB1176_UART0_BASE & SECTION_MASK, | ||
382 | .io_pg_offst = (IO_ADDRESS(REALVIEW_PB1176_UART0_BASE) >> 18) & 0xfffc, | ||
383 | .boot_params = PHYS_OFFSET + 0x00000100, | 381 | .boot_params = PHYS_OFFSET + 0x00000100, |
384 | .fixup = realview_pb1176_fixup, | 382 | .fixup = realview_pb1176_fixup, |
385 | .map_io = realview_pb1176_map_io, | 383 | .map_io = realview_pb1176_map_io, |
diff --git a/arch/arm/mach-realview/realview_pb11mp.c b/arch/arm/mach-realview/realview_pb11mp.c index d591bc00b86e..117b95b2ca15 100644 --- a/arch/arm/mach-realview/realview_pb11mp.c +++ b/arch/arm/mach-realview/realview_pb11mp.c | |||
@@ -381,8 +381,6 @@ static void __init realview_pb11mp_init(void) | |||
381 | 381 | ||
382 | MACHINE_START(REALVIEW_PB11MP, "ARM-RealView PB11MPCore") | 382 | MACHINE_START(REALVIEW_PB11MP, "ARM-RealView PB11MPCore") |
383 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ | 383 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
384 | .phys_io = REALVIEW_PB11MP_UART0_BASE & SECTION_MASK, | ||
385 | .io_pg_offst = (IO_ADDRESS(REALVIEW_PB11MP_UART0_BASE) >> 18) & 0xfffc, | ||
386 | .boot_params = PHYS_OFFSET + 0x00000100, | 384 | .boot_params = PHYS_OFFSET + 0x00000100, |
387 | .fixup = realview_fixup, | 385 | .fixup = realview_fixup, |
388 | .map_io = realview_pb11mp_map_io, | 386 | .map_io = realview_pb11mp_map_io, |
diff --git a/arch/arm/mach-realview/realview_pba8.c b/arch/arm/mach-realview/realview_pba8.c index 6c37621217bc..929b8dc12e81 100644 --- a/arch/arm/mach-realview/realview_pba8.c +++ b/arch/arm/mach-realview/realview_pba8.c | |||
@@ -331,8 +331,6 @@ static void __init realview_pba8_init(void) | |||
331 | 331 | ||
332 | MACHINE_START(REALVIEW_PBA8, "ARM-RealView PB-A8") | 332 | MACHINE_START(REALVIEW_PBA8, "ARM-RealView PB-A8") |
333 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ | 333 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
334 | .phys_io = REALVIEW_PBA8_UART0_BASE & SECTION_MASK, | ||
335 | .io_pg_offst = (IO_ADDRESS(REALVIEW_PBA8_UART0_BASE) >> 18) & 0xfffc, | ||
336 | .boot_params = PHYS_OFFSET + 0x00000100, | 334 | .boot_params = PHYS_OFFSET + 0x00000100, |
337 | .fixup = realview_fixup, | 335 | .fixup = realview_fixup, |
338 | .map_io = realview_pba8_map_io, | 336 | .map_io = realview_pba8_map_io, |
diff --git a/arch/arm/mach-realview/realview_pbx.c b/arch/arm/mach-realview/realview_pbx.c index 9428eff0b116..b9f9e20031a7 100644 --- a/arch/arm/mach-realview/realview_pbx.c +++ b/arch/arm/mach-realview/realview_pbx.c | |||
@@ -417,8 +417,6 @@ static void __init realview_pbx_init(void) | |||
417 | 417 | ||
418 | MACHINE_START(REALVIEW_PBX, "ARM-RealView PBX") | 418 | MACHINE_START(REALVIEW_PBX, "ARM-RealView PBX") |
419 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ | 419 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
420 | .phys_io = REALVIEW_PBX_UART0_BASE & SECTION_MASK, | ||
421 | .io_pg_offst = (IO_ADDRESS(REALVIEW_PBX_UART0_BASE) >> 18) & 0xfffc, | ||
422 | .boot_params = PHYS_OFFSET + 0x00000100, | 420 | .boot_params = PHYS_OFFSET + 0x00000100, |
423 | .fixup = realview_pbx_fixup, | 421 | .fixup = realview_pbx_fixup, |
424 | .map_io = realview_pbx_map_io, | 422 | .map_io = realview_pbx_map_io, |
diff --git a/arch/arm/mach-rpc/riscpc.c b/arch/arm/mach-rpc/riscpc.c index c7fc01e9d1f6..580b3c73d2c7 100644 --- a/arch/arm/mach-rpc/riscpc.c +++ b/arch/arm/mach-rpc/riscpc.c | |||
@@ -218,8 +218,6 @@ extern struct sys_timer ioc_timer; | |||
218 | 218 | ||
219 | MACHINE_START(RISCPC, "Acorn-RiscPC") | 219 | MACHINE_START(RISCPC, "Acorn-RiscPC") |
220 | /* Maintainer: Russell King */ | 220 | /* Maintainer: Russell King */ |
221 | .phys_io = 0x03000000, | ||
222 | .io_pg_offst = ((0xe0000000) >> 18) & 0xfffc, | ||
223 | .boot_params = 0x10000100, | 221 | .boot_params = 0x10000100, |
224 | .reserve_lp0 = 1, | 222 | .reserve_lp0 = 1, |
225 | .reserve_lp1 = 1, | 223 | .reserve_lp1 = 1, |
diff --git a/arch/arm/mach-s3c2410/mach-amlm5900.c b/arch/arm/mach-s3c2410/mach-amlm5900.c index 34fc05a4244b..44440cbd7620 100644 --- a/arch/arm/mach-s3c2410/mach-amlm5900.c +++ b/arch/arm/mach-s3c2410/mach-amlm5900.c | |||
@@ -241,8 +241,6 @@ static void __init amlm5900_init(void) | |||
241 | } | 241 | } |
242 | 242 | ||
243 | MACHINE_START(AML_M5900, "AML_M5900") | 243 | MACHINE_START(AML_M5900, "AML_M5900") |
244 | .phys_io = S3C2410_PA_UART, | ||
245 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
246 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 244 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
247 | .map_io = amlm5900_map_io, | 245 | .map_io = amlm5900_map_io, |
248 | .init_irq = s3c24xx_init_irq, | 246 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2410/mach-bast.c b/arch/arm/mach-s3c2410/mach-bast.c index c1f90f6fab42..2970ea9f7c2b 100644 --- a/arch/arm/mach-s3c2410/mach-bast.c +++ b/arch/arm/mach-s3c2410/mach-bast.c | |||
@@ -664,8 +664,6 @@ static void __init bast_init(void) | |||
664 | 664 | ||
665 | MACHINE_START(BAST, "Simtec-BAST") | 665 | MACHINE_START(BAST, "Simtec-BAST") |
666 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ | 666 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ |
667 | .phys_io = S3C2410_PA_UART, | ||
668 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
669 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 667 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
670 | .map_io = bast_map_io, | 668 | .map_io = bast_map_io, |
671 | .init_irq = s3c24xx_init_irq, | 669 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2410/mach-h1940.c b/arch/arm/mach-s3c2410/mach-h1940.c index 3ba3bab139d0..98c5c9e81ee9 100644 --- a/arch/arm/mach-s3c2410/mach-h1940.c +++ b/arch/arm/mach-s3c2410/mach-h1940.c | |||
@@ -350,8 +350,6 @@ static void __init h1940_init(void) | |||
350 | 350 | ||
351 | MACHINE_START(H1940, "IPAQ-H1940") | 351 | MACHINE_START(H1940, "IPAQ-H1940") |
352 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ | 352 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ |
353 | .phys_io = S3C2410_PA_UART, | ||
354 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
355 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 353 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
356 | .map_io = h1940_map_io, | 354 | .map_io = h1940_map_io, |
357 | .reserve = h1940_reserve, | 355 | .reserve = h1940_reserve, |
diff --git a/arch/arm/mach-s3c2410/mach-n30.c b/arch/arm/mach-s3c2410/mach-n30.c index 41f299d983eb..271b9aa6d40a 100644 --- a/arch/arm/mach-s3c2410/mach-n30.c +++ b/arch/arm/mach-s3c2410/mach-n30.c | |||
@@ -605,8 +605,6 @@ MACHINE_START(N30, "Acer-N30") | |||
605 | /* Maintainer: Christer Weinigel <christer@weinigel.se>, | 605 | /* Maintainer: Christer Weinigel <christer@weinigel.se>, |
606 | Ben Dooks <ben-linux@fluff.org> | 606 | Ben Dooks <ben-linux@fluff.org> |
607 | */ | 607 | */ |
608 | .phys_io = S3C2410_PA_UART, | ||
609 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
610 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 608 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
611 | .timer = &s3c24xx_timer, | 609 | .timer = &s3c24xx_timer, |
612 | .init_machine = n30_init, | 610 | .init_machine = n30_init, |
@@ -617,8 +615,6 @@ MACHINE_END | |||
617 | MACHINE_START(N35, "Acer-N35") | 615 | MACHINE_START(N35, "Acer-N35") |
618 | /* Maintainer: Christer Weinigel <christer@weinigel.se> | 616 | /* Maintainer: Christer Weinigel <christer@weinigel.se> |
619 | */ | 617 | */ |
620 | .phys_io = S3C2410_PA_UART, | ||
621 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
622 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 618 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
623 | .timer = &s3c24xx_timer, | 619 | .timer = &s3c24xx_timer, |
624 | .init_machine = n30_init, | 620 | .init_machine = n30_init, |
diff --git a/arch/arm/mach-s3c2410/mach-otom.c b/arch/arm/mach-s3c2410/mach-otom.c index d8c7f2efc1a7..0aa16cd5acbc 100644 --- a/arch/arm/mach-s3c2410/mach-otom.c +++ b/arch/arm/mach-s3c2410/mach-otom.c | |||
@@ -116,8 +116,6 @@ 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 | .phys_io = S3C2410_PA_UART, | ||
120 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
121 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 119 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
122 | .map_io = otom11_map_io, | 120 | .map_io = otom11_map_io, |
123 | .init_machine = otom11_init, | 121 | .init_machine = otom11_init, |
diff --git a/arch/arm/mach-s3c2410/mach-qt2410.c b/arch/arm/mach-s3c2410/mach-qt2410.c index d0e87b6e2e0f..e8f49feef28c 100644 --- a/arch/arm/mach-s3c2410/mach-qt2410.c +++ b/arch/arm/mach-s3c2410/mach-qt2410.c | |||
@@ -362,8 +362,6 @@ static void __init qt2410_machine_init(void) | |||
362 | } | 362 | } |
363 | 363 | ||
364 | MACHINE_START(QT2410, "QT2410") | 364 | MACHINE_START(QT2410, "QT2410") |
365 | .phys_io = S3C2410_PA_UART, | ||
366 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
367 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 365 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
368 | .map_io = qt2410_map_io, | 366 | .map_io = qt2410_map_io, |
369 | .init_irq = s3c24xx_init_irq, | 367 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2410/mach-smdk2410.c b/arch/arm/mach-s3c2410/mach-smdk2410.c index 452223042201..e17f03387aba 100644 --- a/arch/arm/mach-s3c2410/mach-smdk2410.c +++ b/arch/arm/mach-s3c2410/mach-smdk2410.c | |||
@@ -111,8 +111,6 @@ 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 | .phys_io = S3C2410_PA_UART, | ||
115 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
116 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 114 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
117 | .map_io = smdk2410_map_io, | 115 | .map_io = smdk2410_map_io, |
118 | .init_irq = s3c24xx_init_irq, | 116 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2410/mach-tct_hammer.c b/arch/arm/mach-s3c2410/mach-tct_hammer.c index 929164a8e9b1..a15d0621c22f 100644 --- a/arch/arm/mach-s3c2410/mach-tct_hammer.c +++ b/arch/arm/mach-s3c2410/mach-tct_hammer.c | |||
@@ -152,8 +152,6 @@ static void __init tct_hammer_init(void) | |||
152 | } | 152 | } |
153 | 153 | ||
154 | MACHINE_START(TCT_HAMMER, "TCT_HAMMER") | 154 | MACHINE_START(TCT_HAMMER, "TCT_HAMMER") |
155 | .phys_io = S3C2410_PA_UART, | ||
156 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
157 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 155 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
158 | .map_io = tct_hammer_map_io, | 156 | .map_io = tct_hammer_map_io, |
159 | .init_irq = s3c24xx_init_irq, | 157 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2410/mach-vr1000.c b/arch/arm/mach-s3c2410/mach-vr1000.c index d540d79dd264..6ccce5a761b4 100644 --- a/arch/arm/mach-s3c2410/mach-vr1000.c +++ b/arch/arm/mach-s3c2410/mach-vr1000.c | |||
@@ -400,8 +400,6 @@ 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 | .phys_io = S3C2410_PA_UART, | ||
404 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
405 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 403 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
406 | .map_io = vr1000_map_io, | 404 | .map_io = vr1000_map_io, |
407 | .init_machine = vr1000_init, | 405 | .init_machine = vr1000_init, |
diff --git a/arch/arm/mach-s3c2412/mach-jive.c b/arch/arm/mach-s3c2412/mach-jive.c index 478f4b4606c2..923e01bdf017 100644 --- a/arch/arm/mach-s3c2412/mach-jive.c +++ b/arch/arm/mach-s3c2412/mach-jive.c | |||
@@ -675,8 +675,6 @@ static void __init jive_machine_init(void) | |||
675 | 675 | ||
676 | MACHINE_START(JIVE, "JIVE") | 676 | MACHINE_START(JIVE, "JIVE") |
677 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ | 677 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ |
678 | .phys_io = S3C2410_PA_UART, | ||
679 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
680 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 678 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
681 | 679 | ||
682 | .init_irq = s3c24xx_init_irq, | 680 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2412/mach-smdk2413.c b/arch/arm/mach-s3c2412/mach-smdk2413.c index 054c9f92232a..8e5758bdd666 100644 --- a/arch/arm/mach-s3c2412/mach-smdk2413.c +++ b/arch/arm/mach-s3c2412/mach-smdk2413.c | |||
@@ -150,8 +150,6 @@ static void __init smdk2413_machine_init(void) | |||
150 | 150 | ||
151 | MACHINE_START(S3C2413, "S3C2413") | 151 | MACHINE_START(S3C2413, "S3C2413") |
152 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ | 152 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ |
153 | .phys_io = S3C2410_PA_UART, | ||
154 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
155 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 153 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
156 | 154 | ||
157 | .fixup = smdk2413_fixup, | 155 | .fixup = smdk2413_fixup, |
@@ -163,8 +161,6 @@ MACHINE_END | |||
163 | 161 | ||
164 | MACHINE_START(SMDK2412, "SMDK2412") | 162 | MACHINE_START(SMDK2412, "SMDK2412") |
165 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ | 163 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ |
166 | .phys_io = S3C2410_PA_UART, | ||
167 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
168 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 164 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
169 | 165 | ||
170 | .fixup = smdk2413_fixup, | 166 | .fixup = smdk2413_fixup, |
@@ -176,8 +172,6 @@ MACHINE_END | |||
176 | 172 | ||
177 | MACHINE_START(SMDK2413, "SMDK2413") | 173 | MACHINE_START(SMDK2413, "SMDK2413") |
178 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ | 174 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ |
179 | .phys_io = S3C2410_PA_UART, | ||
180 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
181 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 175 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
182 | 176 | ||
183 | .fixup = smdk2413_fixup, | 177 | .fixup = smdk2413_fixup, |
diff --git a/arch/arm/mach-s3c2412/mach-vstms.c b/arch/arm/mach-s3c2412/mach-vstms.c index f291ac25d312..83544ebe20ac 100644 --- a/arch/arm/mach-s3c2412/mach-vstms.c +++ b/arch/arm/mach-s3c2412/mach-vstms.c | |||
@@ -156,8 +156,6 @@ static void __init vstms_init(void) | |||
156 | } | 156 | } |
157 | 157 | ||
158 | MACHINE_START(VSTMS, "VSTMS") | 158 | MACHINE_START(VSTMS, "VSTMS") |
159 | .phys_io = S3C2410_PA_UART, | ||
160 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
161 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 159 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
162 | 160 | ||
163 | .fixup = vstms_fixup, | 161 | .fixup = vstms_fixup, |
diff --git a/arch/arm/mach-s3c2416/mach-smdk2416.c b/arch/arm/mach-s3c2416/mach-smdk2416.c index 5fc3f67ef265..7fc366476d7e 100644 --- a/arch/arm/mach-s3c2416/mach-smdk2416.c +++ b/arch/arm/mach-s3c2416/mach-smdk2416.c | |||
@@ -195,8 +195,6 @@ static void __init smdk2416_machine_init(void) | |||
195 | 195 | ||
196 | MACHINE_START(SMDK2416, "SMDK2416") | 196 | MACHINE_START(SMDK2416, "SMDK2416") |
197 | /* Maintainer: Yauhen Kharuzhy <jekhor@gmail.com> */ | 197 | /* Maintainer: Yauhen Kharuzhy <jekhor@gmail.com> */ |
198 | .phys_io = S3C2410_PA_UART, | ||
199 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
200 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 198 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
201 | 199 | ||
202 | .init_irq = s3c24xx_init_irq, | 200 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2440/mach-anubis.c b/arch/arm/mach-s3c2440/mach-anubis.c index b73f78a9da5c..d7086788b1ff 100644 --- a/arch/arm/mach-s3c2440/mach-anubis.c +++ b/arch/arm/mach-s3c2440/mach-anubis.c | |||
@@ -498,8 +498,6 @@ static void __init anubis_init(void) | |||
498 | 498 | ||
499 | MACHINE_START(ANUBIS, "Simtec-Anubis") | 499 | MACHINE_START(ANUBIS, "Simtec-Anubis") |
500 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ | 500 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ |
501 | .phys_io = S3C2410_PA_UART, | ||
502 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
503 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 501 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
504 | .map_io = anubis_map_io, | 502 | .map_io = anubis_map_io, |
505 | .init_machine = anubis_init, | 503 | .init_machine = anubis_init, |
diff --git a/arch/arm/mach-s3c2440/mach-at2440evb.c b/arch/arm/mach-s3c2440/mach-at2440evb.c index 84725791e6bf..e3810c86a5e6 100644 --- a/arch/arm/mach-s3c2440/mach-at2440evb.c +++ b/arch/arm/mach-s3c2440/mach-at2440evb.c | |||
@@ -233,8 +233,6 @@ static void __init at2440evb_init(void) | |||
233 | 233 | ||
234 | 234 | ||
235 | MACHINE_START(AT2440EVB, "AT2440EVB") | 235 | MACHINE_START(AT2440EVB, "AT2440EVB") |
236 | .phys_io = S3C2410_PA_UART, | ||
237 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
238 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 236 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
239 | .map_io = at2440evb_map_io, | 237 | .map_io = at2440evb_map_io, |
240 | .init_machine = at2440evb_init, | 238 | .init_machine = at2440evb_init, |
diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c index deaabe86741d..9f2c14ec7181 100644 --- a/arch/arm/mach-s3c2440/mach-gta02.c +++ b/arch/arm/mach-s3c2440/mach-gta02.c | |||
@@ -572,8 +572,6 @@ static void __init gta02_machine_init(void) | |||
572 | 572 | ||
573 | MACHINE_START(NEO1973_GTA02, "GTA02") | 573 | MACHINE_START(NEO1973_GTA02, "GTA02") |
574 | /* Maintainer: Nelson Castillo <arhuaco@freaks-unidos.net> */ | 574 | /* Maintainer: Nelson Castillo <arhuaco@freaks-unidos.net> */ |
575 | .phys_io = S3C2410_PA_UART, | ||
576 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
577 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 575 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
578 | .map_io = gta02_map_io, | 576 | .map_io = gta02_map_io, |
579 | .init_irq = s3c24xx_init_irq, | 577 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2440/mach-mini2440.c b/arch/arm/mach-s3c2440/mach-mini2440.c index a76bcda210ad..f62bb4c793bd 100644 --- a/arch/arm/mach-s3c2440/mach-mini2440.c +++ b/arch/arm/mach-s3c2440/mach-mini2440.c | |||
@@ -691,8 +691,6 @@ static void __init mini2440_init(void) | |||
691 | 691 | ||
692 | MACHINE_START(MINI2440, "MINI2440") | 692 | MACHINE_START(MINI2440, "MINI2440") |
693 | /* Maintainer: Michel Pollet <buserror@gmail.com> */ | 693 | /* Maintainer: Michel Pollet <buserror@gmail.com> */ |
694 | .phys_io = S3C2410_PA_UART, | ||
695 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
696 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 694 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
697 | .map_io = mini2440_map_io, | 695 | .map_io = mini2440_map_io, |
698 | .init_machine = mini2440_init, | 696 | .init_machine = mini2440_init, |
diff --git a/arch/arm/mach-s3c2440/mach-nexcoder.c b/arch/arm/mach-s3c2440/mach-nexcoder.c index 3ff62de45fde..37dd306fb7dc 100644 --- a/arch/arm/mach-s3c2440/mach-nexcoder.c +++ b/arch/arm/mach-s3c2440/mach-nexcoder.c | |||
@@ -151,8 +151,6 @@ static void __init nexcoder_init(void) | |||
151 | 151 | ||
152 | MACHINE_START(NEXCODER_2440, "NexVision - Nexcoder 2440") | 152 | MACHINE_START(NEXCODER_2440, "NexVision - Nexcoder 2440") |
153 | /* Maintainer: Guillaume GOURAT <guillaume.gourat@nexvision.tv> */ | 153 | /* Maintainer: Guillaume GOURAT <guillaume.gourat@nexvision.tv> */ |
154 | .phys_io = S3C2410_PA_UART, | ||
155 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
156 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 154 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
157 | .map_io = nexcoder_map_io, | 155 | .map_io = nexcoder_map_io, |
158 | .init_machine = nexcoder_init, | 156 | .init_machine = nexcoder_init, |
diff --git a/arch/arm/mach-s3c2440/mach-osiris.c b/arch/arm/mach-s3c2440/mach-osiris.c index 319458da71a0..14dc67897757 100644 --- a/arch/arm/mach-s3c2440/mach-osiris.c +++ b/arch/arm/mach-s3c2440/mach-osiris.c | |||
@@ -455,8 +455,6 @@ static void __init osiris_init(void) | |||
455 | 455 | ||
456 | MACHINE_START(OSIRIS, "Simtec-OSIRIS") | 456 | MACHINE_START(OSIRIS, "Simtec-OSIRIS") |
457 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ | 457 | /* Maintainer: Ben Dooks <ben@simtec.co.uk> */ |
458 | .phys_io = S3C2410_PA_UART, | ||
459 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
460 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 458 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
461 | .map_io = osiris_map_io, | 459 | .map_io = osiris_map_io, |
462 | .init_irq = s3c24xx_init_irq, | 460 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2440/mach-rx1950.c b/arch/arm/mach-s3c2440/mach-rx1950.c index 142d1f921176..32019bd9db3b 100644 --- a/arch/arm/mach-s3c2440/mach-rx1950.c +++ b/arch/arm/mach-s3c2440/mach-rx1950.c | |||
@@ -580,8 +580,6 @@ static void __init rx1950_reserve(void) | |||
580 | 580 | ||
581 | MACHINE_START(RX1950, "HP iPAQ RX1950") | 581 | MACHINE_START(RX1950, "HP iPAQ RX1950") |
582 | /* Maintainers: Vasily Khoruzhick */ | 582 | /* Maintainers: Vasily Khoruzhick */ |
583 | .phys_io = S3C2410_PA_UART, | ||
584 | .io_pg_offst = (((u32) S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
585 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 583 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
586 | .map_io = rx1950_map_io, | 584 | .map_io = rx1950_map_io, |
587 | .reserve = rx1950_reserve, | 585 | .reserve = rx1950_reserve, |
diff --git a/arch/arm/mach-s3c2440/mach-rx3715.c b/arch/arm/mach-s3c2440/mach-rx3715.c index 6bb44f75a9ce..1472b1a5b2fb 100644 --- a/arch/arm/mach-s3c2440/mach-rx3715.c +++ b/arch/arm/mach-s3c2440/mach-rx3715.c | |||
@@ -218,8 +218,6 @@ static void __init rx3715_init_machine(void) | |||
218 | 218 | ||
219 | MACHINE_START(RX3715, "IPAQ-RX3715") | 219 | MACHINE_START(RX3715, "IPAQ-RX3715") |
220 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ | 220 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ |
221 | .phys_io = S3C2410_PA_UART, | ||
222 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
223 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 221 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
224 | .map_io = rx3715_map_io, | 222 | .map_io = rx3715_map_io, |
225 | .reserve = rx3715_reserve, | 223 | .reserve = rx3715_reserve, |
diff --git a/arch/arm/mach-s3c2440/mach-smdk2440.c b/arch/arm/mach-s3c2440/mach-smdk2440.c index df83276d85ae..eedfe0f11643 100644 --- a/arch/arm/mach-s3c2440/mach-smdk2440.c +++ b/arch/arm/mach-s3c2440/mach-smdk2440.c | |||
@@ -175,8 +175,6 @@ static void __init smdk2440_machine_init(void) | |||
175 | 175 | ||
176 | MACHINE_START(S3C2440, "SMDK2440") | 176 | MACHINE_START(S3C2440, "SMDK2440") |
177 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ | 177 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ |
178 | .phys_io = S3C2410_PA_UART, | ||
179 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
180 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 178 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
181 | 179 | ||
182 | .init_irq = s3c24xx_init_irq, | 180 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c2443/mach-smdk2443.c b/arch/arm/mach-s3c2443/mach-smdk2443.c index 4c863d3a52f4..4337f0a9960d 100644 --- a/arch/arm/mach-s3c2443/mach-smdk2443.c +++ b/arch/arm/mach-s3c2443/mach-smdk2443.c | |||
@@ -132,8 +132,6 @@ static void __init smdk2443_machine_init(void) | |||
132 | 132 | ||
133 | MACHINE_START(SMDK2443, "SMDK2443") | 133 | MACHINE_START(SMDK2443, "SMDK2443") |
134 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ | 134 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ |
135 | .phys_io = S3C2410_PA_UART, | ||
136 | .io_pg_offst = (((u32)S3C24XX_VA_UART) >> 18) & 0xfffc, | ||
137 | .boot_params = S3C2410_SDRAM_PA + 0x100, | 135 | .boot_params = S3C2410_SDRAM_PA + 0x100, |
138 | 136 | ||
139 | .init_irq = s3c24xx_init_irq, | 137 | .init_irq = s3c24xx_init_irq, |
diff --git a/arch/arm/mach-s3c64xx/mach-anw6410.c b/arch/arm/mach-s3c64xx/mach-anw6410.c index 742dc87bd9c1..a53cf149476e 100644 --- a/arch/arm/mach-s3c64xx/mach-anw6410.c +++ b/arch/arm/mach-s3c64xx/mach-anw6410.c | |||
@@ -233,8 +233,6 @@ static void __init anw6410_machine_init(void) | |||
233 | 233 | ||
234 | MACHINE_START(ANW6410, "A&W6410") | 234 | MACHINE_START(ANW6410, "A&W6410") |
235 | /* Maintainer: Kwangwoo Lee <kwangwoo.lee@gmail.com> */ | 235 | /* Maintainer: Kwangwoo Lee <kwangwoo.lee@gmail.com> */ |
236 | .phys_io = S3C_PA_UART & 0xfff00000, | ||
237 | .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, | ||
238 | .boot_params = S3C64XX_PA_SDRAM + 0x100, | 236 | .boot_params = S3C64XX_PA_SDRAM + 0x100, |
239 | 237 | ||
240 | .init_irq = s3c6410_init_irq, | 238 | .init_irq = s3c6410_init_irq, |
diff --git a/arch/arm/mach-s3c64xx/mach-hmt.c b/arch/arm/mach-s3c64xx/mach-hmt.c index fba90229f0df..b2639582caca 100644 --- a/arch/arm/mach-s3c64xx/mach-hmt.c +++ b/arch/arm/mach-s3c64xx/mach-hmt.c | |||
@@ -265,8 +265,6 @@ static void __init hmt_machine_init(void) | |||
265 | 265 | ||
266 | MACHINE_START(HMT, "Airgoo-HMT") | 266 | MACHINE_START(HMT, "Airgoo-HMT") |
267 | /* Maintainer: Peter Korsgaard <jacmet@sunsite.dk> */ | 267 | /* Maintainer: Peter Korsgaard <jacmet@sunsite.dk> */ |
268 | .phys_io = S3C_PA_UART & 0xfff00000, | ||
269 | .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, | ||
270 | .boot_params = S3C64XX_PA_SDRAM + 0x100, | 268 | .boot_params = S3C64XX_PA_SDRAM + 0x100, |
271 | .init_irq = s3c6410_init_irq, | 269 | .init_irq = s3c6410_init_irq, |
272 | .map_io = hmt_map_io, | 270 | .map_io = hmt_map_io, |
diff --git a/arch/arm/mach-s3c64xx/mach-ncp.c b/arch/arm/mach-s3c64xx/mach-ncp.c index bf65747ea68e..c4986498cd12 100644 --- a/arch/arm/mach-s3c64xx/mach-ncp.c +++ b/arch/arm/mach-s3c64xx/mach-ncp.c | |||
@@ -97,8 +97,6 @@ static void __init ncp_machine_init(void) | |||
97 | 97 | ||
98 | MACHINE_START(NCP, "NCP") | 98 | MACHINE_START(NCP, "NCP") |
99 | /* Maintainer: Samsung Electronics */ | 99 | /* Maintainer: Samsung Electronics */ |
100 | .phys_io = S3C_PA_UART & 0xfff00000, | ||
101 | .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, | ||
102 | .boot_params = S3C64XX_PA_SDRAM + 0x100, | 100 | .boot_params = S3C64XX_PA_SDRAM + 0x100, |
103 | .init_irq = s3c6410_init_irq, | 101 | .init_irq = s3c6410_init_irq, |
104 | .map_io = ncp_map_io, | 102 | .map_io = ncp_map_io, |
diff --git a/arch/arm/mach-s3c64xx/mach-real6410.c b/arch/arm/mach-s3c64xx/mach-real6410.c index e130379ba0e8..4b4475da8ec6 100644 --- a/arch/arm/mach-s3c64xx/mach-real6410.c +++ b/arch/arm/mach-s3c64xx/mach-real6410.c | |||
@@ -141,8 +141,6 @@ static void __init real6410_machine_init(void) | |||
141 | 141 | ||
142 | MACHINE_START(REAL6410, "REAL6410") | 142 | MACHINE_START(REAL6410, "REAL6410") |
143 | /* Maintainer: Darius Augulis <augulis.darius@gmail.com> */ | 143 | /* Maintainer: Darius Augulis <augulis.darius@gmail.com> */ |
144 | .phys_io = S3C_PA_UART & 0xfff00000, | ||
145 | .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, | ||
146 | .boot_params = S3C64XX_PA_SDRAM + 0x100, | 144 | .boot_params = S3C64XX_PA_SDRAM + 0x100, |
147 | 145 | ||
148 | .init_irq = s3c6410_init_irq, | 146 | .init_irq = s3c6410_init_irq, |
diff --git a/arch/arm/mach-s3c64xx/mach-smartq5.c b/arch/arm/mach-s3c64xx/mach-smartq5.c index 235e43928cb8..3a3e5acde523 100644 --- a/arch/arm/mach-s3c64xx/mach-smartq5.c +++ b/arch/arm/mach-s3c64xx/mach-smartq5.c | |||
@@ -146,8 +146,6 @@ static void __init smartq5_machine_init(void) | |||
146 | 146 | ||
147 | MACHINE_START(SMARTQ5, "SmartQ 5") | 147 | MACHINE_START(SMARTQ5, "SmartQ 5") |
148 | /* Maintainer: Maurus Cuelenaere <mcuelenaere AT gmail DOT com> */ | 148 | /* Maintainer: Maurus Cuelenaere <mcuelenaere AT gmail DOT com> */ |
149 | .phys_io = S3C_PA_UART & 0xfff00000, | ||
150 | .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, | ||
151 | .boot_params = S3C64XX_PA_SDRAM + 0x100, | 149 | .boot_params = S3C64XX_PA_SDRAM + 0x100, |
152 | .init_irq = s3c6410_init_irq, | 150 | .init_irq = s3c6410_init_irq, |
153 | .map_io = smartq_map_io, | 151 | .map_io = smartq_map_io, |
diff --git a/arch/arm/mach-s3c64xx/mach-smartq7.c b/arch/arm/mach-s3c64xx/mach-smartq7.c index 78a58c351f0a..e65375877d53 100644 --- a/arch/arm/mach-s3c64xx/mach-smartq7.c +++ b/arch/arm/mach-s3c64xx/mach-smartq7.c | |||
@@ -162,8 +162,6 @@ static void __init smartq7_machine_init(void) | |||
162 | 162 | ||
163 | MACHINE_START(SMARTQ7, "SmartQ 7") | 163 | MACHINE_START(SMARTQ7, "SmartQ 7") |
164 | /* Maintainer: Maurus Cuelenaere <mcuelenaere AT gmail DOT com> */ | 164 | /* Maintainer: Maurus Cuelenaere <mcuelenaere AT gmail DOT com> */ |
165 | .phys_io = S3C_PA_UART & 0xfff00000, | ||
166 | .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, | ||
167 | .boot_params = S3C64XX_PA_SDRAM + 0x100, | 165 | .boot_params = S3C64XX_PA_SDRAM + 0x100, |
168 | .init_irq = s3c6410_init_irq, | 166 | .init_irq = s3c6410_init_irq, |
169 | .map_io = smartq_map_io, | 167 | .map_io = smartq_map_io, |
diff --git a/arch/arm/mach-s3c64xx/mach-smdk6400.c b/arch/arm/mach-s3c64xx/mach-smdk6400.c index 59916676d8d2..3cca642f1e6d 100644 --- a/arch/arm/mach-s3c64xx/mach-smdk6400.c +++ b/arch/arm/mach-s3c64xx/mach-smdk6400.c | |||
@@ -85,8 +85,6 @@ static void __init smdk6400_machine_init(void) | |||
85 | 85 | ||
86 | MACHINE_START(SMDK6400, "SMDK6400") | 86 | MACHINE_START(SMDK6400, "SMDK6400") |
87 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ | 87 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ |
88 | .phys_io = S3C_PA_UART & 0xfff00000, | ||
89 | .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, | ||
90 | .boot_params = S3C64XX_PA_SDRAM + 0x100, | 88 | .boot_params = S3C64XX_PA_SDRAM + 0x100, |
91 | 89 | ||
92 | .init_irq = s3c6400_init_irq, | 90 | .init_irq = s3c6400_init_irq, |
diff --git a/arch/arm/mach-s3c64xx/mach-smdk6410.c b/arch/arm/mach-s3c64xx/mach-smdk6410.c index d498219fff1b..ec8865c03a19 100644 --- a/arch/arm/mach-s3c64xx/mach-smdk6410.c +++ b/arch/arm/mach-s3c64xx/mach-smdk6410.c | |||
@@ -704,8 +704,6 @@ static void __init smdk6410_machine_init(void) | |||
704 | 704 | ||
705 | MACHINE_START(SMDK6410, "SMDK6410") | 705 | MACHINE_START(SMDK6410, "SMDK6410") |
706 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ | 706 | /* Maintainer: Ben Dooks <ben-linux@fluff.org> */ |
707 | .phys_io = S3C_PA_UART & 0xfff00000, | ||
708 | .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, | ||
709 | .boot_params = S3C64XX_PA_SDRAM + 0x100, | 707 | .boot_params = S3C64XX_PA_SDRAM + 0x100, |
710 | 708 | ||
711 | .init_irq = s3c6410_init_irq, | 709 | .init_irq = s3c6410_init_irq, |
diff --git a/arch/arm/mach-s5p6442/mach-smdk6442.c b/arch/arm/mach-s5p6442/mach-smdk6442.c index 8d8d04272f85..819fd80d00af 100644 --- a/arch/arm/mach-s5p6442/mach-smdk6442.c +++ b/arch/arm/mach-s5p6442/mach-smdk6442.c | |||
@@ -83,8 +83,6 @@ static void __init smdk6442_machine_init(void) | |||
83 | 83 | ||
84 | MACHINE_START(SMDK6442, "SMDK6442") | 84 | MACHINE_START(SMDK6442, "SMDK6442") |
85 | /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ | 85 | /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ |
86 | .phys_io = S3C_PA_UART & 0xfff00000, | ||
87 | .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, | ||
88 | .boot_params = S5P_PA_SDRAM + 0x100, | 86 | .boot_params = S5P_PA_SDRAM + 0x100, |
89 | .init_irq = s5p6442_init_irq, | 87 | .init_irq = s5p6442_init_irq, |
90 | .map_io = smdk6442_map_io, | 88 | .map_io = smdk6442_map_io, |
diff --git a/arch/arm/mach-s5p64x0/mach-smdk6440.c b/arch/arm/mach-s5p64x0/mach-smdk6440.c index 28de0a57208c..87c3f03c618c 100644 --- a/arch/arm/mach-s5p64x0/mach-smdk6440.c +++ b/arch/arm/mach-s5p64x0/mach-smdk6440.c | |||
@@ -152,8 +152,6 @@ static void __init smdk6440_machine_init(void) | |||
152 | 152 | ||
153 | MACHINE_START(SMDK6440, "SMDK6440") | 153 | MACHINE_START(SMDK6440, "SMDK6440") |
154 | /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ | 154 | /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ |
155 | .phys_io = S5P6440_PA_UART(0) & 0xfff00000, | ||
156 | .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, | ||
157 | .boot_params = S5P64X0_PA_SDRAM + 0x100, | 155 | .boot_params = S5P64X0_PA_SDRAM + 0x100, |
158 | 156 | ||
159 | .init_irq = s5p6440_init_irq, | 157 | .init_irq = s5p6440_init_irq, |
diff --git a/arch/arm/mach-s5p64x0/mach-smdk6450.c b/arch/arm/mach-s5p64x0/mach-smdk6450.c index 8e982171418b..d609f5af2b98 100644 --- a/arch/arm/mach-s5p64x0/mach-smdk6450.c +++ b/arch/arm/mach-s5p64x0/mach-smdk6450.c | |||
@@ -171,8 +171,6 @@ static void __init smdk6450_machine_init(void) | |||
171 | 171 | ||
172 | MACHINE_START(SMDK6450, "SMDK6450") | 172 | MACHINE_START(SMDK6450, "SMDK6450") |
173 | /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ | 173 | /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ |
174 | .phys_io = S5P6450_PA_UART(0) & 0xfff00000, | ||
175 | .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, | ||
176 | .boot_params = S5P64X0_PA_SDRAM + 0x100, | 174 | .boot_params = S5P64X0_PA_SDRAM + 0x100, |
177 | 175 | ||
178 | .init_irq = s5p6450_init_irq, | 176 | .init_irq = s5p6450_init_irq, |
diff --git a/arch/arm/mach-s5pc100/mach-smdkc100.c b/arch/arm/mach-s5pc100/mach-smdkc100.c index 020c3f98f81f..880fb075092c 100644 --- a/arch/arm/mach-s5pc100/mach-smdkc100.c +++ b/arch/arm/mach-s5pc100/mach-smdkc100.c | |||
@@ -235,8 +235,6 @@ static void __init smdkc100_machine_init(void) | |||
235 | 235 | ||
236 | MACHINE_START(SMDKC100, "SMDKC100") | 236 | MACHINE_START(SMDKC100, "SMDKC100") |
237 | /* Maintainer: Byungho Min <bhmin@samsung.com> */ | 237 | /* Maintainer: Byungho Min <bhmin@samsung.com> */ |
238 | .phys_io = S3C_PA_UART & 0xfff00000, | ||
239 | .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, | ||
240 | .boot_params = S5P_PA_SDRAM + 0x100, | 238 | .boot_params = S5P_PA_SDRAM + 0x100, |
241 | .init_irq = s5pc100_init_irq, | 239 | .init_irq = s5pc100_init_irq, |
242 | .map_io = smdkc100_map_io, | 240 | .map_io = smdkc100_map_io, |
diff --git a/arch/arm/mach-s5pv210/mach-aquila.c b/arch/arm/mach-s5pv210/mach-aquila.c index bf772de6b0c3..00883087363c 100644 --- a/arch/arm/mach-s5pv210/mach-aquila.c +++ b/arch/arm/mach-s5pv210/mach-aquila.c | |||
@@ -516,8 +516,6 @@ MACHINE_START(AQUILA, "Aquila") | |||
516 | /* Maintainers: | 516 | /* Maintainers: |
517 | Marek Szyprowski <m.szyprowski@samsung.com> | 517 | Marek Szyprowski <m.szyprowski@samsung.com> |
518 | Kyungmin Park <kyungmin.park@samsung.com> */ | 518 | Kyungmin Park <kyungmin.park@samsung.com> */ |
519 | .phys_io = S3C_PA_UART & 0xfff00000, | ||
520 | .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, | ||
521 | .boot_params = S5P_PA_SDRAM + 0x100, | 519 | .boot_params = S5P_PA_SDRAM + 0x100, |
522 | .init_irq = s5pv210_init_irq, | 520 | .init_irq = s5pv210_init_irq, |
523 | .map_io = aquila_map_io, | 521 | .map_io = aquila_map_io, |
diff --git a/arch/arm/mach-s5pv210/mach-goni.c b/arch/arm/mach-s5pv210/mach-goni.c index fdc5cca4eb41..d9ecf57fc2a5 100644 --- a/arch/arm/mach-s5pv210/mach-goni.c +++ b/arch/arm/mach-s5pv210/mach-goni.c | |||
@@ -491,8 +491,6 @@ static void __init goni_machine_init(void) | |||
491 | 491 | ||
492 | MACHINE_START(GONI, "GONI") | 492 | MACHINE_START(GONI, "GONI") |
493 | /* Maintainers: Kyungmin Park <kyungmin.park@samsung.com> */ | 493 | /* Maintainers: Kyungmin Park <kyungmin.park@samsung.com> */ |
494 | .phys_io = S3C_PA_UART & 0xfff00000, | ||
495 | .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, | ||
496 | .boot_params = S5P_PA_SDRAM + 0x100, | 494 | .boot_params = S5P_PA_SDRAM + 0x100, |
497 | .init_irq = s5pv210_init_irq, | 495 | .init_irq = s5pv210_init_irq, |
498 | .map_io = goni_map_io, | 496 | .map_io = goni_map_io, |
diff --git a/arch/arm/mach-s5pv210/mach-smdkc110.c b/arch/arm/mach-s5pv210/mach-smdkc110.c index 8211bb87c54b..cea9bca79d88 100644 --- a/arch/arm/mach-s5pv210/mach-smdkc110.c +++ b/arch/arm/mach-s5pv210/mach-smdkc110.c | |||
@@ -127,8 +127,6 @@ static void __init smdkc110_machine_init(void) | |||
127 | 127 | ||
128 | MACHINE_START(SMDKC110, "SMDKC110") | 128 | MACHINE_START(SMDKC110, "SMDKC110") |
129 | /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ | 129 | /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ |
130 | .phys_io = S3C_PA_UART & 0xfff00000, | ||
131 | .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, | ||
132 | .boot_params = S5P_PA_SDRAM + 0x100, | 130 | .boot_params = S5P_PA_SDRAM + 0x100, |
133 | .init_irq = s5pv210_init_irq, | 131 | .init_irq = s5pv210_init_irq, |
134 | .map_io = smdkc110_map_io, | 132 | .map_io = smdkc110_map_io, |
diff --git a/arch/arm/mach-s5pv210/mach-smdkv210.c b/arch/arm/mach-s5pv210/mach-smdkv210.c index fbbc0a3c3738..83189ae9da9a 100644 --- a/arch/arm/mach-s5pv210/mach-smdkv210.c +++ b/arch/arm/mach-s5pv210/mach-smdkv210.c | |||
@@ -165,8 +165,6 @@ static void __init smdkv210_machine_init(void) | |||
165 | 165 | ||
166 | MACHINE_START(SMDKV210, "SMDKV210") | 166 | MACHINE_START(SMDKV210, "SMDKV210") |
167 | /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ | 167 | /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ |
168 | .phys_io = S3C_PA_UART & 0xfff00000, | ||
169 | .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, | ||
170 | .boot_params = S5P_PA_SDRAM + 0x100, | 168 | .boot_params = S5P_PA_SDRAM + 0x100, |
171 | .init_irq = s5pv210_init_irq, | 169 | .init_irq = s5pv210_init_irq, |
172 | .map_io = smdkv210_map_io, | 170 | .map_io = smdkv210_map_io, |
diff --git a/arch/arm/mach-s5pv310/mach-smdkv310.c b/arch/arm/mach-s5pv310/mach-smdkv310.c index 0d6ab77709d2..46215a14b3bb 100644 --- a/arch/arm/mach-s5pv310/mach-smdkv310.c +++ b/arch/arm/mach-s5pv310/mach-smdkv310.c | |||
@@ -82,8 +82,6 @@ static void __init smdkv310_machine_init(void) | |||
82 | MACHINE_START(SMDKV310, "SMDKV310") | 82 | MACHINE_START(SMDKV310, "SMDKV310") |
83 | /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ | 83 | /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ |
84 | /* Maintainer: Changhwan Youn <chaos.youn@samsung.com> */ | 84 | /* Maintainer: Changhwan Youn <chaos.youn@samsung.com> */ |
85 | .phys_io = S3C_PA_UART & 0xfff00000, | ||
86 | .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, | ||
87 | .boot_params = S5P_PA_SDRAM + 0x100, | 85 | .boot_params = S5P_PA_SDRAM + 0x100, |
88 | .init_irq = s5pv310_init_irq, | 86 | .init_irq = s5pv310_init_irq, |
89 | .map_io = smdkv310_map_io, | 87 | .map_io = smdkv310_map_io, |
diff --git a/arch/arm/mach-s5pv310/mach-universal_c210.c b/arch/arm/mach-s5pv310/mach-universal_c210.c index 2388cb947936..d7c2ec770f88 100644 --- a/arch/arm/mach-s5pv310/mach-universal_c210.c +++ b/arch/arm/mach-s5pv310/mach-universal_c210.c | |||
@@ -76,8 +76,6 @@ static void __init universal_machine_init(void) | |||
76 | 76 | ||
77 | MACHINE_START(UNIVERSAL_C210, "UNIVERSAL_C210") | 77 | MACHINE_START(UNIVERSAL_C210, "UNIVERSAL_C210") |
78 | /* Maintainer: Kyungmin Park <kyungmin.park@samsung.com> */ | 78 | /* Maintainer: Kyungmin Park <kyungmin.park@samsung.com> */ |
79 | .phys_io = S3C_PA_UART & 0xfff00000, | ||
80 | .io_pg_offst = (((u32)S3C_VA_UART) >> 18) & 0xfffc, | ||
81 | .boot_params = S5P_PA_SDRAM + 0x100, | 79 | .boot_params = S5P_PA_SDRAM + 0x100, |
82 | .init_irq = s5pv310_init_irq, | 80 | .init_irq = s5pv310_init_irq, |
83 | .map_io = universal_map_io, | 81 | .map_io = universal_map_io, |
diff --git a/arch/arm/mach-sa1100/assabet.c b/arch/arm/mach-sa1100/assabet.c index 169e5b87dbff..5778274a8260 100644 --- a/arch/arm/mach-sa1100/assabet.c +++ b/arch/arm/mach-sa1100/assabet.c | |||
@@ -447,8 +447,6 @@ static void __init assabet_map_io(void) | |||
447 | 447 | ||
448 | 448 | ||
449 | MACHINE_START(ASSABET, "Intel-Assabet") | 449 | MACHINE_START(ASSABET, "Intel-Assabet") |
450 | .phys_io = 0x80000000, | ||
451 | .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, | ||
452 | .boot_params = 0xc0000100, | 450 | .boot_params = 0xc0000100, |
453 | .fixup = fixup_assabet, | 451 | .fixup = fixup_assabet, |
454 | .map_io = assabet_map_io, | 452 | .map_io = assabet_map_io, |
diff --git a/arch/arm/mach-sa1100/badge4.c b/arch/arm/mach-sa1100/badge4.c index 259cb2c15fff..4f19ff868b00 100644 --- a/arch/arm/mach-sa1100/badge4.c +++ b/arch/arm/mach-sa1100/badge4.c | |||
@@ -302,8 +302,6 @@ static void __init badge4_map_io(void) | |||
302 | } | 302 | } |
303 | 303 | ||
304 | MACHINE_START(BADGE4, "Hewlett-Packard Laboratories BadgePAD 4") | 304 | MACHINE_START(BADGE4, "Hewlett-Packard Laboratories BadgePAD 4") |
305 | .phys_io = 0x80000000, | ||
306 | .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, | ||
307 | .boot_params = 0xc0000100, | 305 | .boot_params = 0xc0000100, |
308 | .map_io = badge4_map_io, | 306 | .map_io = badge4_map_io, |
309 | .init_irq = sa1100_init_irq, | 307 | .init_irq = sa1100_init_irq, |
diff --git a/arch/arm/mach-sa1100/cerf.c b/arch/arm/mach-sa1100/cerf.c index bc950ef418af..98d780608c7e 100644 --- a/arch/arm/mach-sa1100/cerf.c +++ b/arch/arm/mach-sa1100/cerf.c | |||
@@ -135,8 +135,6 @@ static void __init cerf_init(void) | |||
135 | 135 | ||
136 | MACHINE_START(CERF, "Intrinsyc CerfBoard/CerfCube") | 136 | MACHINE_START(CERF, "Intrinsyc CerfBoard/CerfCube") |
137 | /* Maintainer: support@intrinsyc.com */ | 137 | /* Maintainer: support@intrinsyc.com */ |
138 | .phys_io = 0x80000000, | ||
139 | .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, | ||
140 | .map_io = cerf_map_io, | 138 | .map_io = cerf_map_io, |
141 | .init_irq = cerf_init_irq, | 139 | .init_irq = cerf_init_irq, |
142 | .timer = &sa1100_timer, | 140 | .timer = &sa1100_timer, |
diff --git a/arch/arm/mach-sa1100/collie.c b/arch/arm/mach-sa1100/collie.c index 16e682d5dbb7..d43c5ef58eb6 100644 --- a/arch/arm/mach-sa1100/collie.c +++ b/arch/arm/mach-sa1100/collie.c | |||
@@ -379,8 +379,6 @@ static void __init collie_map_io(void) | |||
379 | } | 379 | } |
380 | 380 | ||
381 | MACHINE_START(COLLIE, "Sharp-Collie") | 381 | MACHINE_START(COLLIE, "Sharp-Collie") |
382 | .phys_io = 0x80000000, | ||
383 | .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, | ||
384 | .map_io = collie_map_io, | 382 | .map_io = collie_map_io, |
385 | .init_irq = sa1100_init_irq, | 383 | .init_irq = sa1100_init_irq, |
386 | .timer = &sa1100_timer, | 384 | .timer = &sa1100_timer, |
diff --git a/arch/arm/mach-sa1100/h3100.c b/arch/arm/mach-sa1100/h3100.c index 0c7cea0dc013..03d7376cf8a0 100644 --- a/arch/arm/mach-sa1100/h3100.c +++ b/arch/arm/mach-sa1100/h3100.c | |||
@@ -84,8 +84,6 @@ static void __init h3100_mach_init(void) | |||
84 | } | 84 | } |
85 | 85 | ||
86 | MACHINE_START(H3100, "Compaq iPAQ H3100") | 86 | MACHINE_START(H3100, "Compaq iPAQ H3100") |
87 | .phys_io = 0x80000000, | ||
88 | .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, | ||
89 | .boot_params = 0xc0000100, | 87 | .boot_params = 0xc0000100, |
90 | .map_io = h3100_map_io, | 88 | .map_io = h3100_map_io, |
91 | .init_irq = sa1100_init_irq, | 89 | .init_irq = sa1100_init_irq, |
diff --git a/arch/arm/mach-sa1100/h3600.c b/arch/arm/mach-sa1100/h3600.c index af3b71459f8d..965f64a836f8 100644 --- a/arch/arm/mach-sa1100/h3600.c +++ b/arch/arm/mach-sa1100/h3600.c | |||
@@ -125,8 +125,6 @@ static void __init h3600_mach_init(void) | |||
125 | } | 125 | } |
126 | 126 | ||
127 | MACHINE_START(H3600, "Compaq iPAQ H3600") | 127 | MACHINE_START(H3600, "Compaq iPAQ H3600") |
128 | .phys_io = 0x80000000, | ||
129 | .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, | ||
130 | .boot_params = 0xc0000100, | 128 | .boot_params = 0xc0000100, |
131 | .map_io = h3600_map_io, | 129 | .map_io = h3600_map_io, |
132 | .init_irq = sa1100_init_irq, | 130 | .init_irq = sa1100_init_irq, |
diff --git a/arch/arm/mach-sa1100/hackkit.c b/arch/arm/mach-sa1100/hackkit.c index 51568dfc8e97..db5e434a17db 100644 --- a/arch/arm/mach-sa1100/hackkit.c +++ b/arch/arm/mach-sa1100/hackkit.c | |||
@@ -195,8 +195,6 @@ static void __init hackkit_init(void) | |||
195 | */ | 195 | */ |
196 | 196 | ||
197 | MACHINE_START(HACKKIT, "HackKit Cpu Board") | 197 | MACHINE_START(HACKKIT, "HackKit Cpu Board") |
198 | .phys_io = 0x80000000, | ||
199 | .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, | ||
200 | .boot_params = 0xc0000100, | 198 | .boot_params = 0xc0000100, |
201 | .map_io = hackkit_map_io, | 199 | .map_io = hackkit_map_io, |
202 | .init_irq = sa1100_init_irq, | 200 | .init_irq = sa1100_init_irq, |
diff --git a/arch/arm/mach-sa1100/jornada720.c b/arch/arm/mach-sa1100/jornada720.c index d3ec620618f1..491ac9f20fb4 100644 --- a/arch/arm/mach-sa1100/jornada720.c +++ b/arch/arm/mach-sa1100/jornada720.c | |||
@@ -364,8 +364,6 @@ static void __init jornada720_mach_init(void) | |||
364 | 364 | ||
365 | MACHINE_START(JORNADA720, "HP Jornada 720") | 365 | MACHINE_START(JORNADA720, "HP Jornada 720") |
366 | /* Maintainer: Kristoffer Ericson <Kristoffer.Ericson@gmail.com> */ | 366 | /* Maintainer: Kristoffer Ericson <Kristoffer.Ericson@gmail.com> */ |
367 | .phys_io = 0x80000000, | ||
368 | .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, | ||
369 | .boot_params = 0xc0000100, | 367 | .boot_params = 0xc0000100, |
370 | .map_io = jornada720_map_io, | 368 | .map_io = jornada720_map_io, |
371 | .init_irq = sa1100_init_irq, | 369 | .init_irq = sa1100_init_irq, |
diff --git a/arch/arm/mach-sa1100/lart.c b/arch/arm/mach-sa1100/lart.c index 68069d6dc07a..7b9556b59057 100644 --- a/arch/arm/mach-sa1100/lart.c +++ b/arch/arm/mach-sa1100/lart.c | |||
@@ -61,8 +61,6 @@ static void __init lart_map_io(void) | |||
61 | } | 61 | } |
62 | 62 | ||
63 | MACHINE_START(LART, "LART") | 63 | MACHINE_START(LART, "LART") |
64 | .phys_io = 0x80000000, | ||
65 | .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, | ||
66 | .boot_params = 0xc0000100, | 64 | .boot_params = 0xc0000100, |
67 | .map_io = lart_map_io, | 65 | .map_io = lart_map_io, |
68 | .init_irq = sa1100_init_irq, | 66 | .init_irq = sa1100_init_irq, |
diff --git a/arch/arm/mach-sa1100/pleb.c b/arch/arm/mach-sa1100/pleb.c index 1ccd6018d3a3..42b80400c100 100644 --- a/arch/arm/mach-sa1100/pleb.c +++ b/arch/arm/mach-sa1100/pleb.c | |||
@@ -146,8 +146,6 @@ static void __init pleb_map_io(void) | |||
146 | } | 146 | } |
147 | 147 | ||
148 | MACHINE_START(PLEB, "PLEB") | 148 | MACHINE_START(PLEB, "PLEB") |
149 | .phys_io = 0x80000000, | ||
150 | .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, | ||
151 | .map_io = pleb_map_io, | 149 | .map_io = pleb_map_io, |
152 | .init_irq = sa1100_init_irq, | 150 | .init_irq = sa1100_init_irq, |
153 | .timer = &sa1100_timer, | 151 | .timer = &sa1100_timer, |
diff --git a/arch/arm/mach-sa1100/shannon.c b/arch/arm/mach-sa1100/shannon.c index 85e82bb73d7e..7917b2405579 100644 --- a/arch/arm/mach-sa1100/shannon.c +++ b/arch/arm/mach-sa1100/shannon.c | |||
@@ -82,8 +82,6 @@ static void __init shannon_map_io(void) | |||
82 | } | 82 | } |
83 | 83 | ||
84 | MACHINE_START(SHANNON, "Shannon (AKA: Tuxscreen)") | 84 | MACHINE_START(SHANNON, "Shannon (AKA: Tuxscreen)") |
85 | .phys_io = 0x80000000, | ||
86 | .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, | ||
87 | .boot_params = 0xc0000100, | 85 | .boot_params = 0xc0000100, |
88 | .map_io = shannon_map_io, | 86 | .map_io = shannon_map_io, |
89 | .init_irq = sa1100_init_irq, | 87 | .init_irq = sa1100_init_irq, |
diff --git a/arch/arm/mach-sa1100/simpad.c b/arch/arm/mach-sa1100/simpad.c index 49cfd64663ac..27692d0ffbe8 100644 --- a/arch/arm/mach-sa1100/simpad.c +++ b/arch/arm/mach-sa1100/simpad.c | |||
@@ -228,8 +228,6 @@ arch_initcall(simpad_init); | |||
228 | 228 | ||
229 | MACHINE_START(SIMPAD, "Simpad") | 229 | MACHINE_START(SIMPAD, "Simpad") |
230 | /* Maintainer: Holger Freyther */ | 230 | /* Maintainer: Holger Freyther */ |
231 | .phys_io = 0x80000000, | ||
232 | .io_pg_offst = ((0xf8000000) >> 18) & 0xfffc, | ||
233 | .boot_params = 0xc0000100, | 231 | .boot_params = 0xc0000100, |
234 | .map_io = simpad_map_io, | 232 | .map_io = simpad_map_io, |
235 | .init_irq = sa1100_init_irq, | 233 | .init_irq = sa1100_init_irq, |
diff --git a/arch/arm/mach-shark/core.c b/arch/arm/mach-shark/core.c index 358d875ace14..5cf7f94c1f31 100644 --- a/arch/arm/mach-shark/core.c +++ b/arch/arm/mach-shark/core.c | |||
@@ -152,8 +152,6 @@ static struct sys_timer shark_timer = { | |||
152 | 152 | ||
153 | MACHINE_START(SHARK, "Shark") | 153 | MACHINE_START(SHARK, "Shark") |
154 | /* Maintainer: Alexander Schulz */ | 154 | /* Maintainer: Alexander Schulz */ |
155 | .phys_io = 0x40000000, | ||
156 | .io_pg_offst = ((0xe0000000) >> 18) & 0xfffc, | ||
157 | .boot_params = 0x08003000, | 155 | .boot_params = 0x08003000, |
158 | .map_io = shark_map_io, | 156 | .map_io = shark_map_io, |
159 | .init_irq = shark_init_irq, | 157 | .init_irq = shark_init_irq, |
diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index 95935c83c306..14923989ea05 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c | |||
@@ -1105,8 +1105,6 @@ static struct sys_timer ap4evb_timer = { | |||
1105 | }; | 1105 | }; |
1106 | 1106 | ||
1107 | MACHINE_START(AP4EVB, "ap4evb") | 1107 | MACHINE_START(AP4EVB, "ap4evb") |
1108 | .phys_io = 0xe6000000, | ||
1109 | .io_pg_offst = ((0xe6000000) >> 18) & 0xfffc, | ||
1110 | .map_io = ap4evb_map_io, | 1108 | .map_io = ap4evb_map_io, |
1111 | .init_irq = sh7372_init_irq, | 1109 | .init_irq = sh7372_init_irq, |
1112 | .init_machine = ap4evb_init, | 1110 | .init_machine = ap4evb_init, |
diff --git a/arch/arm/mach-shmobile/board-g3evm.c b/arch/arm/mach-shmobile/board-g3evm.c index a5525901e91f..3b83d6320bec 100644 --- a/arch/arm/mach-shmobile/board-g3evm.c +++ b/arch/arm/mach-shmobile/board-g3evm.c | |||
@@ -365,8 +365,6 @@ static struct sys_timer g3evm_timer = { | |||
365 | }; | 365 | }; |
366 | 366 | ||
367 | MACHINE_START(G3EVM, "g3evm") | 367 | MACHINE_START(G3EVM, "g3evm") |
368 | .phys_io = 0xe6000000, | ||
369 | .io_pg_offst = ((0xe6000000) >> 18) & 0xfffc, | ||
370 | .map_io = g3evm_map_io, | 368 | .map_io = g3evm_map_io, |
371 | .init_irq = sh7367_init_irq, | 369 | .init_irq = sh7367_init_irq, |
372 | .init_machine = g3evm_init, | 370 | .init_machine = g3evm_init, |
diff --git a/arch/arm/mach-shmobile/board-g4evm.c b/arch/arm/mach-shmobile/board-g4evm.c index 2c3ff6f7f34c..5b3b582ef3f2 100644 --- a/arch/arm/mach-shmobile/board-g4evm.c +++ b/arch/arm/mach-shmobile/board-g4evm.c | |||
@@ -392,8 +392,6 @@ static struct sys_timer g4evm_timer = { | |||
392 | }; | 392 | }; |
393 | 393 | ||
394 | MACHINE_START(G4EVM, "g4evm") | 394 | MACHINE_START(G4EVM, "g4evm") |
395 | .phys_io = 0xe6000000, | ||
396 | .io_pg_offst = ((0xe6000000) >> 18) & 0xfffc, | ||
397 | .map_io = g4evm_map_io, | 395 | .map_io = g4evm_map_io, |
398 | .init_irq = sh7377_init_irq, | 396 | .init_irq = sh7377_init_irq, |
399 | .init_machine = g4evm_init, | 397 | .init_machine = g4evm_init, |
diff --git a/arch/arm/mach-stmp378x/stmp378x_devb.c b/arch/arm/mach-stmp378x/stmp378x_devb.c index 90d8fe6f10fe..06158848afd9 100644 --- a/arch/arm/mach-stmp378x/stmp378x_devb.c +++ b/arch/arm/mach-stmp378x/stmp378x_devb.c | |||
@@ -324,8 +324,6 @@ static void __init stmp378x_devb_init(void) | |||
324 | } | 324 | } |
325 | 325 | ||
326 | MACHINE_START(STMP378X, "STMP378X") | 326 | MACHINE_START(STMP378X, "STMP378X") |
327 | .phys_io = 0x80000000, | ||
328 | .io_pg_offst = ((0xf0000000) >> 18) & 0xfffc, | ||
329 | .boot_params = 0x40000100, | 327 | .boot_params = 0x40000100, |
330 | .map_io = stmp378x_map_io, | 328 | .map_io = stmp378x_map_io, |
331 | .init_irq = stmp378x_init_irq, | 329 | .init_irq = stmp378x_init_irq, |
diff --git a/arch/arm/mach-stmp37xx/stmp37xx_devb.c b/arch/arm/mach-stmp37xx/stmp37xx_devb.c index 394f21ab59e6..311d8552d362 100644 --- a/arch/arm/mach-stmp37xx/stmp37xx_devb.c +++ b/arch/arm/mach-stmp37xx/stmp37xx_devb.c | |||
@@ -91,8 +91,6 @@ static void __init stmp37xx_devb_init(void) | |||
91 | } | 91 | } |
92 | 92 | ||
93 | MACHINE_START(STMP37XX, "STMP37XX") | 93 | MACHINE_START(STMP37XX, "STMP37XX") |
94 | .phys_io = 0x80000000, | ||
95 | .io_pg_offst = ((0xf0000000) >> 18) & 0xfffc, | ||
96 | .boot_params = 0x40000100, | 94 | .boot_params = 0x40000100, |
97 | .map_io = stmp37xx_map_io, | 95 | .map_io = stmp37xx_map_io, |
98 | .init_irq = stmp37xx_init_irq, | 96 | .init_irq = stmp37xx_init_irq, |
diff --git a/arch/arm/mach-tcc8k/board-tcc8000-sdk.c b/arch/arm/mach-tcc8k/board-tcc8000-sdk.c index 4e42555b2009..7991415e666b 100644 --- a/arch/arm/mach-tcc8k/board-tcc8000-sdk.c +++ b/arch/arm/mach-tcc8k/board-tcc8000-sdk.c | |||
@@ -54,8 +54,6 @@ static void __init tcc8k_map_io(void) | |||
54 | } | 54 | } |
55 | 55 | ||
56 | MACHINE_START(TCC8000_SDK, "Telechips TCC8000-SDK Demo Board") | 56 | MACHINE_START(TCC8000_SDK, "Telechips TCC8000-SDK Demo Board") |
57 | .phys_io = 0x90000000, | ||
58 | .io_pg_offst = ((0xf1000000) >> 18) & 0xfffc, | ||
59 | .boot_params = PHYS_OFFSET + 0x00000100, | 57 | .boot_params = PHYS_OFFSET + 0x00000100, |
60 | .map_io = tcc8k_map_io, | 58 | .map_io = tcc8k_map_io, |
61 | .init_irq = tcc8k_init_irq, | 59 | .init_irq = tcc8k_init_irq, |
diff --git a/arch/arm/mach-tegra/board-harmony.c b/arch/arm/mach-tegra/board-harmony.c index 9e305de56be9..b9dbdb1289d0 100644 --- a/arch/arm/mach-tegra/board-harmony.c +++ b/arch/arm/mach-tegra/board-harmony.c | |||
@@ -115,8 +115,6 @@ static void __init tegra_harmony_init(void) | |||
115 | 115 | ||
116 | MACHINE_START(HARMONY, "harmony") | 116 | MACHINE_START(HARMONY, "harmony") |
117 | .boot_params = 0x00000100, | 117 | .boot_params = 0x00000100, |
118 | .phys_io = IO_APB_PHYS, | ||
119 | .io_pg_offst = ((IO_APB_VIRT) >> 18) & 0xfffc, | ||
120 | .fixup = tegra_harmony_fixup, | 118 | .fixup = tegra_harmony_fixup, |
121 | .init_irq = tegra_init_irq, | 119 | .init_irq = tegra_init_irq, |
122 | .init_machine = tegra_harmony_init, | 120 | .init_machine = tegra_harmony_init, |
diff --git a/arch/arm/mach-u300/u300.c b/arch/arm/mach-u300/u300.c index bfcda9820888..07c35a846424 100644 --- a/arch/arm/mach-u300/u300.c +++ b/arch/arm/mach-u300/u300.c | |||
@@ -61,8 +61,6 @@ static void __init u300_init_machine(void) | |||
61 | 61 | ||
62 | MACHINE_START(U300, MACH_U300_STRING) | 62 | MACHINE_START(U300, MACH_U300_STRING) |
63 | /* Maintainer: Linus Walleij <linus.walleij@stericsson.com> */ | 63 | /* Maintainer: Linus Walleij <linus.walleij@stericsson.com> */ |
64 | .phys_io = U300_AHB_PER_PHYS_BASE, | ||
65 | .io_pg_offst = ((U300_AHB_PER_VIRT_BASE) >> 18) & 0xfffc, | ||
66 | .boot_params = BOOT_PARAMS_OFFSET, | 64 | .boot_params = BOOT_PARAMS_OFFSET, |
67 | .map_io = u300_map_io, | 65 | .map_io = u300_map_io, |
68 | .reserve = u300_reserve, | 66 | .reserve = u300_reserve, |
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index 642b8e60d119..4fb23e2e2cd5 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c | |||
@@ -195,8 +195,6 @@ static void __init u8500_init_machine(void) | |||
195 | 195 | ||
196 | MACHINE_START(U8500, "ST-Ericsson MOP500 platform") | 196 | MACHINE_START(U8500, "ST-Ericsson MOP500 platform") |
197 | /* Maintainer: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> */ | 197 | /* Maintainer: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> */ |
198 | .phys_io = U8500_UART2_BASE, | ||
199 | .io_pg_offst = (IO_ADDRESS(U8500_UART2_BASE) >> 18) & 0xfffc, | ||
200 | .boot_params = 0x100, | 198 | .boot_params = 0x100, |
201 | .map_io = u8500_map_io, | 199 | .map_io = u8500_map_io, |
202 | .init_irq = ux500_init_irq, | 200 | .init_irq = ux500_init_irq, |
diff --git a/arch/arm/mach-ux500/board-u5500.c b/arch/arm/mach-ux500/board-u5500.c index 4430e69cf538..1ca094a45e71 100644 --- a/arch/arm/mach-ux500/board-u5500.c +++ b/arch/arm/mach-ux500/board-u5500.c | |||
@@ -31,8 +31,6 @@ static void __init u5500_init_machine(void) | |||
31 | } | 31 | } |
32 | 32 | ||
33 | MACHINE_START(U8500, "ST-Ericsson U5500 Platform") | 33 | MACHINE_START(U8500, "ST-Ericsson U5500 Platform") |
34 | .phys_io = UX500_UART0_BASE, | ||
35 | .io_pg_offst = (IO_ADDRESS(UX500_UART0_BASE) >> 18) & 0xfffc, | ||
36 | .boot_params = 0x00000100, | 34 | .boot_params = 0x00000100, |
37 | .map_io = u5500_map_io, | 35 | .map_io = u5500_map_io, |
38 | .init_irq = ux500_init_irq, | 36 | .init_irq = ux500_init_irq, |
diff --git a/arch/arm/mach-versatile/versatile_ab.c b/arch/arm/mach-versatile/versatile_ab.c index bb8ec7724f79..aa9730fb13bf 100644 --- a/arch/arm/mach-versatile/versatile_ab.c +++ b/arch/arm/mach-versatile/versatile_ab.c | |||
@@ -35,8 +35,6 @@ | |||
35 | 35 | ||
36 | MACHINE_START(VERSATILE_AB, "ARM-Versatile AB") | 36 | MACHINE_START(VERSATILE_AB, "ARM-Versatile AB") |
37 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ | 37 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
38 | .phys_io = 0x101f1000, | ||
39 | .io_pg_offst = ((0xf11f1000) >> 18) & 0xfffc, | ||
40 | .boot_params = 0x00000100, | 38 | .boot_params = 0x00000100, |
41 | .map_io = versatile_map_io, | 39 | .map_io = versatile_map_io, |
42 | .init_irq = versatile_init_irq, | 40 | .init_irq = versatile_init_irq, |
diff --git a/arch/arm/mach-versatile/versatile_pb.c b/arch/arm/mach-versatile/versatile_pb.c index 239cd30fc4f5..bf469642a3f8 100644 --- a/arch/arm/mach-versatile/versatile_pb.c +++ b/arch/arm/mach-versatile/versatile_pb.c | |||
@@ -108,8 +108,6 @@ static void __init versatile_pb_init(void) | |||
108 | 108 | ||
109 | MACHINE_START(VERSATILE_PB, "ARM-Versatile PB") | 109 | MACHINE_START(VERSATILE_PB, "ARM-Versatile PB") |
110 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ | 110 | /* Maintainer: ARM Ltd/Deep Blue Solutions Ltd */ |
111 | .phys_io = 0x101f1000, | ||
112 | .io_pg_offst = ((0xf11f1000) >> 18) & 0xfffc, | ||
113 | .boot_params = 0x00000100, | 111 | .boot_params = 0x00000100, |
114 | .map_io = versatile_map_io, | 112 | .map_io = versatile_map_io, |
115 | .init_irq = versatile_init_irq, | 113 | .init_irq = versatile_init_irq, |
diff --git a/arch/arm/mach-vexpress/ct-ca9x4.c b/arch/arm/mach-vexpress/ct-ca9x4.c index 71fb17349520..c2e405a9e025 100644 --- a/arch/arm/mach-vexpress/ct-ca9x4.c +++ b/arch/arm/mach-vexpress/ct-ca9x4.c | |||
@@ -245,8 +245,6 @@ static void __init ct_ca9x4_init(void) | |||
245 | } | 245 | } |
246 | 246 | ||
247 | MACHINE_START(VEXPRESS, "ARM-Versatile Express CA9x4") | 247 | MACHINE_START(VEXPRESS, "ARM-Versatile Express CA9x4") |
248 | .phys_io = V2M_UART0 & SECTION_MASK, | ||
249 | .io_pg_offst = (__MMIO_P2V(V2M_UART0) >> 18) & 0xfffc, | ||
250 | .boot_params = PHYS_OFFSET + 0x00000100, | 248 | .boot_params = PHYS_OFFSET + 0x00000100, |
251 | .map_io = ct_ca9x4_map_io, | 249 | .map_io = ct_ca9x4_map_io, |
252 | .init_irq = ct_ca9x4_init_irq, | 250 | .init_irq = ct_ca9x4_init_irq, |
diff --git a/arch/arm/mach-w90x900/mach-nuc910evb.c b/arch/arm/mach-w90x900/mach-nuc910evb.c index ec05bda946f3..30fccde94fb8 100644 --- a/arch/arm/mach-w90x900/mach-nuc910evb.c +++ b/arch/arm/mach-w90x900/mach-nuc910evb.c | |||
@@ -34,8 +34,6 @@ static void __init nuc910evb_init(void) | |||
34 | 34 | ||
35 | MACHINE_START(W90P910EVB, "W90P910EVB") | 35 | MACHINE_START(W90P910EVB, "W90P910EVB") |
36 | /* Maintainer: Wan ZongShun */ | 36 | /* Maintainer: Wan ZongShun */ |
37 | .phys_io = W90X900_PA_UART, | ||
38 | .io_pg_offst = (((u32)W90X900_VA_UART) >> 18) & 0xfffc, | ||
39 | .boot_params = 0, | 37 | .boot_params = 0, |
40 | .map_io = nuc910evb_map_io, | 38 | .map_io = nuc910evb_map_io, |
41 | .init_irq = nuc900_init_irq, | 39 | .init_irq = nuc900_init_irq, |
diff --git a/arch/arm/mach-w90x900/mach-nuc950evb.c b/arch/arm/mach-w90x900/mach-nuc950evb.c index 04d295f89eb0..590c99b96dc1 100644 --- a/arch/arm/mach-w90x900/mach-nuc950evb.c +++ b/arch/arm/mach-w90x900/mach-nuc950evb.c | |||
@@ -37,8 +37,6 @@ static void __init nuc950evb_init(void) | |||
37 | 37 | ||
38 | MACHINE_START(W90P950EVB, "W90P950EVB") | 38 | MACHINE_START(W90P950EVB, "W90P950EVB") |
39 | /* Maintainer: Wan ZongShun */ | 39 | /* Maintainer: Wan ZongShun */ |
40 | .phys_io = W90X900_PA_UART, | ||
41 | .io_pg_offst = (((u32)W90X900_VA_UART) >> 18) & 0xfffc, | ||
42 | .boot_params = 0, | 40 | .boot_params = 0, |
43 | .map_io = nuc950evb_map_io, | 41 | .map_io = nuc950evb_map_io, |
44 | .init_irq = nuc900_init_irq, | 42 | .init_irq = nuc900_init_irq, |
diff --git a/arch/arm/mach-w90x900/mach-nuc960evb.c b/arch/arm/mach-w90x900/mach-nuc960evb.c index e3a46f19f2bc..e09c645d61b6 100644 --- a/arch/arm/mach-w90x900/mach-nuc960evb.c +++ b/arch/arm/mach-w90x900/mach-nuc960evb.c | |||
@@ -34,8 +34,6 @@ static void __init nuc960evb_init(void) | |||
34 | 34 | ||
35 | MACHINE_START(W90N960EVB, "W90N960EVB") | 35 | MACHINE_START(W90N960EVB, "W90N960EVB") |
36 | /* Maintainer: Wan ZongShun */ | 36 | /* Maintainer: Wan ZongShun */ |
37 | .phys_io = W90X900_PA_UART, | ||
38 | .io_pg_offst = (((u32)W90X900_VA_UART) >> 18) & 0xfffc, | ||
39 | .boot_params = 0, | 37 | .boot_params = 0, |
40 | .map_io = nuc960evb_map_io, | 38 | .map_io = nuc960evb_map_io, |
41 | .init_irq = nuc900_init_irq, | 39 | .init_irq = nuc900_init_irq, |