diff options
author | Jiri Kosina <jkosina@suse.cz> | 2011-11-13 14:55:35 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-11-13 14:55:53 -0500 |
commit | 2290c0d06d82faee87b1ab2d9d4f7bf81ef64379 (patch) | |
tree | e075e4d5534193f28e6059904f61e5ca03958d3c /arch/powerpc/platforms/44x | |
parent | 4da669a2e3e5bc70b30a0465f3641528681b5f77 (diff) | |
parent | 52e4c2a05256cb83cda12f3c2137ab1533344edb (diff) |
Merge branch 'master' into for-next
Sync with Linus tree to have 157550ff ("mtd: add GPMI-NAND driver
in the config and Makefile") as I have patch depending on that one.
Diffstat (limited to 'arch/powerpc/platforms/44x')
-rw-r--r-- | arch/powerpc/platforms/44x/Kconfig | 54 | ||||
-rw-r--r-- | arch/powerpc/platforms/44x/warp.c | 1 |
2 files changed, 28 insertions, 27 deletions
diff --git a/arch/powerpc/platforms/44x/Kconfig b/arch/powerpc/platforms/44x/Kconfig index 2c1a3e694114..0cb8899a5cc1 100644 --- a/arch/powerpc/platforms/44x/Kconfig +++ b/arch/powerpc/platforms/44x/Kconfig | |||
@@ -23,7 +23,7 @@ config BLUESTONE | |||
23 | default n | 23 | default n |
24 | select PPC44x_SIMPLE | 24 | select PPC44x_SIMPLE |
25 | select APM821xx | 25 | select APM821xx |
26 | select IBM_NEW_EMAC_RGMII | 26 | select IBM_EMAC_RGMII |
27 | help | 27 | help |
28 | This option enables support for the APM APM821xx Evaluation board. | 28 | This option enables support for the APM APM821xx Evaluation board. |
29 | 29 | ||
@@ -122,8 +122,8 @@ config CANYONLANDS | |||
122 | select PPC4xx_PCI_EXPRESS | 122 | select PPC4xx_PCI_EXPRESS |
123 | select PCI_MSI | 123 | select PCI_MSI |
124 | select PPC4xx_MSI | 124 | select PPC4xx_MSI |
125 | select IBM_NEW_EMAC_RGMII | 125 | select IBM_EMAC_RGMII |
126 | select IBM_NEW_EMAC_ZMII | 126 | select IBM_EMAC_ZMII |
127 | help | 127 | help |
128 | This option enables support for the AMCC PPC460EX evaluation board. | 128 | This option enables support for the AMCC PPC460EX evaluation board. |
129 | 129 | ||
@@ -135,8 +135,8 @@ config GLACIER | |||
135 | select 460EX # Odd since it uses 460GT but the effects are the same | 135 | select 460EX # Odd since it uses 460GT but the effects are the same |
136 | select PCI | 136 | select PCI |
137 | select PPC4xx_PCI_EXPRESS | 137 | select PPC4xx_PCI_EXPRESS |
138 | select IBM_NEW_EMAC_RGMII | 138 | select IBM_EMAC_RGMII |
139 | select IBM_NEW_EMAC_ZMII | 139 | select IBM_EMAC_ZMII |
140 | help | 140 | help |
141 | This option enables support for the AMCC PPC460GT evaluation board. | 141 | This option enables support for the AMCC PPC460GT evaluation board. |
142 | 142 | ||
@@ -161,7 +161,7 @@ config EIGER | |||
161 | select 460SX | 161 | select 460SX |
162 | select PCI | 162 | select PCI |
163 | select PPC4xx_PCI_EXPRESS | 163 | select PPC4xx_PCI_EXPRESS |
164 | select IBM_NEW_EMAC_RGMII | 164 | select IBM_EMAC_RGMII |
165 | help | 165 | help |
166 | This option enables support for the AMCC PPC460SX evaluation board. | 166 | This option enables support for the AMCC PPC460SX evaluation board. |
167 | 167 | ||
@@ -244,59 +244,59 @@ config 440EP | |||
244 | bool | 244 | bool |
245 | select PPC_FPU | 245 | select PPC_FPU |
246 | select IBM440EP_ERR42 | 246 | select IBM440EP_ERR42 |
247 | select IBM_NEW_EMAC_ZMII | 247 | select IBM_EMAC_ZMII |
248 | select USB_ARCH_HAS_OHCI | 248 | select USB_ARCH_HAS_OHCI |
249 | 249 | ||
250 | config 440EPX | 250 | config 440EPX |
251 | bool | 251 | bool |
252 | select PPC_FPU | 252 | select PPC_FPU |
253 | select IBM_NEW_EMAC_EMAC4 | 253 | select IBM_EMAC_EMAC4 |
254 | select IBM_NEW_EMAC_RGMII | 254 | select IBM_EMAC_RGMII |
255 | select IBM_NEW_EMAC_ZMII | 255 | select IBM_EMAC_ZMII |
256 | 256 | ||
257 | config 440GRX | 257 | config 440GRX |
258 | bool | 258 | bool |
259 | select IBM_NEW_EMAC_EMAC4 | 259 | select IBM_EMAC_EMAC4 |
260 | select IBM_NEW_EMAC_RGMII | 260 | select IBM_EMAC_RGMII |
261 | select IBM_NEW_EMAC_ZMII | 261 | select IBM_EMAC_ZMII |
262 | 262 | ||
263 | config 440GP | 263 | config 440GP |
264 | bool | 264 | bool |
265 | select IBM_NEW_EMAC_ZMII | 265 | select IBM_EMAC_ZMII |
266 | 266 | ||
267 | config 440GX | 267 | config 440GX |
268 | bool | 268 | bool |
269 | select IBM_NEW_EMAC_EMAC4 | 269 | select IBM_EMAC_EMAC4 |
270 | select IBM_NEW_EMAC_RGMII | 270 | select IBM_EMAC_RGMII |
271 | select IBM_NEW_EMAC_ZMII #test only | 271 | select IBM_EMAC_ZMII #test only |
272 | select IBM_NEW_EMAC_TAH #test only | 272 | select IBM_EMAC_TAH #test only |
273 | 273 | ||
274 | config 440SP | 274 | config 440SP |
275 | bool | 275 | bool |
276 | 276 | ||
277 | config 440SPe | 277 | config 440SPe |
278 | bool | 278 | bool |
279 | select IBM_NEW_EMAC_EMAC4 | 279 | select IBM_EMAC_EMAC4 |
280 | 280 | ||
281 | config 460EX | 281 | config 460EX |
282 | bool | 282 | bool |
283 | select PPC_FPU | 283 | select PPC_FPU |
284 | select IBM_NEW_EMAC_EMAC4 | 284 | select IBM_EMAC_EMAC4 |
285 | select IBM_NEW_EMAC_TAH | 285 | select IBM_EMAC_TAH |
286 | 286 | ||
287 | config 460SX | 287 | config 460SX |
288 | bool | 288 | bool |
289 | select PPC_FPU | 289 | select PPC_FPU |
290 | select IBM_NEW_EMAC_EMAC4 | 290 | select IBM_EMAC_EMAC4 |
291 | select IBM_NEW_EMAC_RGMII | 291 | select IBM_EMAC_RGMII |
292 | select IBM_NEW_EMAC_ZMII | 292 | select IBM_EMAC_ZMII |
293 | select IBM_NEW_EMAC_TAH | 293 | select IBM_EMAC_TAH |
294 | 294 | ||
295 | config APM821xx | 295 | config APM821xx |
296 | bool | 296 | bool |
297 | select PPC_FPU | 297 | select PPC_FPU |
298 | select IBM_NEW_EMAC_EMAC4 | 298 | select IBM_EMAC_EMAC4 |
299 | select IBM_NEW_EMAC_TAH | 299 | select IBM_EMAC_TAH |
300 | 300 | ||
301 | # 44x errata/workaround config symbols, selected by the CPU models above | 301 | # 44x errata/workaround config symbols, selected by the CPU models above |
302 | config IBM440EP_ERR42 | 302 | config IBM440EP_ERR42 |
diff --git a/arch/powerpc/platforms/44x/warp.c b/arch/powerpc/platforms/44x/warp.c index 8f771395f424..4cfa49901c02 100644 --- a/arch/powerpc/platforms/44x/warp.c +++ b/arch/powerpc/platforms/44x/warp.c | |||
@@ -18,6 +18,7 @@ | |||
18 | #include <linux/of_gpio.h> | 18 | #include <linux/of_gpio.h> |
19 | #include <linux/of_i2c.h> | 19 | #include <linux/of_i2c.h> |
20 | #include <linux/slab.h> | 20 | #include <linux/slab.h> |
21 | #include <linux/export.h> | ||
21 | 22 | ||
22 | #include <asm/machdep.h> | 23 | #include <asm/machdep.h> |
23 | #include <asm/prom.h> | 24 | #include <asm/prom.h> |