]> git.karo-electronics.de Git - karo-tx-uboot.git/commitdiff
ppc4xx: Move gpio.h to ppc4xx-gpio.h since its ppc4xx specific
authorStefan Roese <sr@denx.de>
Thu, 16 Sep 2010 12:30:37 +0000 (14:30 +0200)
committerStefan Roese <sr@denx.de>
Thu, 23 Sep 2010 07:02:05 +0000 (09:02 +0200)
Signed-off-by: Stefan Roese <sr@denx.de>
23 files changed:
arch/powerpc/cpu/ppc4xx/cpu_init.c
arch/powerpc/cpu/ppc4xx/gpio.c
arch/powerpc/include/asm/ppc4xx-gpio.h [moved from arch/powerpc/include/asm/gpio.h with 100% similarity]
board/amcc/acadia/memory.c
board/amcc/bamboo/bamboo.c
board/amcc/canyonlands/canyonlands.c
board/amcc/katmai/katmai.c
board/amcc/makalu/makalu.c
board/amcc/sequoia/sequoia.c
board/amcc/taihu/lcd.c
board/amcc/taihu/taihu.c
board/esd/pmc405de/pmc405de.c
board/gdsys/dlvision/dlvision.c
board/gdsys/intip/intip.c
board/korat/korat.c
board/lwmon5/lwmon5.c
board/mosaixtech/icon/icon.c
board/quad100hd/nand.c
board/quad100hd/quad100hd.c
board/t3corp/t3corp.c
board/zeus/update.c
board/zeus/zeus.c
post/board/lwmon5/watchdog.c

index 7a7954ddb965ac909dacc2c8644805c796cb8316..6456dc7a98d802502da0c8cf2322683e075c9fd1 100644 (file)
@@ -25,7 +25,7 @@
 #include <watchdog.h>
 #include <asm/ppc4xx-emac.h>
 #include <asm/processor.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 #include <asm/ppc4xx.h>
 
 #if defined(CONFIG_405GP)  || defined(CONFIG_405EP)
index c0d351a957b9b2a851aadf0d072b0341b77b7b17..1f9f93a696c2d70163ae33f8218842df76c9c78a 100644 (file)
@@ -24,7 +24,7 @@
 #include <common.h>
 #include <asm/processor.h>
 #include <asm/io.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 
 #if defined(CONFIG_SYS_4xx_GPIO_TABLE)
 gpio_param_s const gpio_tab[GPIO_GROUP_MAX][GPIO_MAX] = CONFIG_SYS_4xx_GPIO_TABLE;
index 8c2addcb94584bfe4618f7a488e730651d7b05c7..703a6686ea2920606c19ee4e467ded8199492dbc 100644 (file)
@@ -29,7 +29,7 @@
 #include <common.h>
 #include <asm/processor.h>
 #include <asm/io.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 
 extern void board_pll_init_f(void);
 
index 99497b2d427bb8c53027dda7c8fa3f6e74afb288..41957c9b8f69e4a1edb3644b4091c24a46c7f651 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <common.h>
 #include <asm/processor.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 #include <spd_sdram.h>
 #include <asm/ppc440.h>
 #include "bamboo.h"
index ccc44f441381d43b779798b02c0c0b85fd1fbea8..b26cadb6bb109f7b0a2625fd3a21f5879f640d79 100644 (file)
@@ -27,7 +27,7 @@
 #include <asm/io.h>
 #include <asm/mmu.h>
 #include <asm/4xx_pcie.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 #include <asm/errno.h>
 
 extern flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; /* info for FLASH chips */
index 15cf703891d9c576e0e698243e887690fef72db7..7301cd5953ae380066ca5f5760b7d23761ba7b20 100644 (file)
@@ -30,7 +30,7 @@
 #include <netdev.h>
 #include <asm/processor.h>
 #include <asm/io.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 #include <asm/4xx_pcie.h>
 #include <asm/errno.h>
 
index 3e3fccdbb0d2ca37a18ed4e643b0e1dedd56adf9..483df662723c3a3c7c29bc75375e374da1d8d7c6 100644 (file)
@@ -26,7 +26,7 @@
 #include <asm/ppc405.h>
 #include <libfdt.h>
 #include <asm/processor.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 #include <asm/io.h>
 #include <fdt_support.h>
 #include <asm/errno.h>
index 1a6dfc1dc638d86795377766ab064da4e60d8ab0..4338e6bca5d01b501e5e7cc8ef687e690546f604 100644 (file)
@@ -26,7 +26,7 @@
 #include <libfdt.h>
 #include <fdt_support.h>
 #include <asm/ppc4xx.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 #include <asm/processor.h>
 #include <asm/io.h>
 #include <asm/bitops.h>
index 9b2afdabca5bfb4406f65bd33d50871c80d8d581..15cfcb0c839dbd57a8ba011caee6926755276618 100644 (file)
@@ -22,7 +22,7 @@
 #include <common.h>
 #include <command.h>
 #include <asm/io.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 
 #define LCD_CMD_ADDR   0x50100002
 #define LCD_DATA_ADDR  0x50100003
index dd2aba546c1980b18a0840b58a4ce3bfea2efb28..87c9403e4a84286f92d26cfd591d65184e273138 100644 (file)
@@ -29,7 +29,7 @@
 #include <asm/io.h>
 #include <spi.h>
 #include <netdev.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 
 extern int lcd_init(void);
 
index b84e08ad7233fcd8d7f4d9aa726b1c40732ce0c0..c266ebe84ff9b831752d985f61e4e5c4f911ed4f 100644 (file)
@@ -26,7 +26,7 @@
 #include <fdt_support.h>
 #include <asm/processor.h>
 #include <asm/io.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 #include <asm/4xx_pci.h>
 #include <command.h>
 #include <malloc.h>
index ff5f1832359f3cacbbd20630dad4adc864092ac9..3499bdc685fe54e2a3131af469d09dbe43f1285e 100644 (file)
@@ -25,7 +25,7 @@
 #include <command.h>
 #include <asm/processor.h>
 #include <asm/io.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 
 enum {
        HWTYPE_DLVISION_CPU = 0,
index 8d83198f728f7fbdf39927f3c8046bc0f26b23e1..aa85ea416a63037acca11ccde2fa4913d5fac60b 100644 (file)
@@ -31,7 +31,7 @@
 #include <asm/io.h>
 #include <asm/mmu.h>
 #include <asm/4xx_pcie.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 
 extern flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS];
 
index cdcd8c9a7087f435dc35dbcb23833af0bf630e50..afa36d6c6ee3d1816267a29e6728d7472d5c6f79 100644 (file)
@@ -31,7 +31,7 @@
 #include <libfdt.h>
 #include <asm/ppc440.h>
 #include <asm/bitops.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 #include <asm/io.h>
 #include <asm/ppc4xx-uic.h>
 #include <asm/processor.h>
index aec026314f69010d6f4ef6f4f16a959e1235945a..0c6f4e571ce618ec43262322cf1d2b10eb0e63aa 100644 (file)
@@ -22,7 +22,7 @@
 #include <command.h>
 #include <asm/ppc440.h>
 #include <asm/processor.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 #include <asm/io.h>
 
 DECLARE_GLOBAL_DATA_PTR;
index 70b03dc803bee09add3b963d9934c80ee083c900..e09dbc3df0d2fddc5b09267ac87f765b644f6b5a 100644 (file)
@@ -30,7 +30,7 @@
 #include <netdev.h>
 #include <asm/processor.h>
 #include <asm/io.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 #include <asm/4xx_pcie.h>
 #include <asm/errno.h>
 #include <asm/mmu.h>
index 35525bc3bf5e7e07df95eb7f1f4c6c0df2da6f18..a2220994e208cca8ffe753028e3baa3f93f2abfe 100644 (file)
@@ -24,7 +24,7 @@
 #include <common.h>
 #include <config.h>
 #if defined(CONFIG_CMD_NAND)
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 #include <asm/io.h>
 #include <nand.h>
 
index f878c49bfad8bec9927356c888d63d72b1eec8ca..2f72d2b1bee2bac737a9b5631c657c8ae82f5d8b 100644 (file)
@@ -33,7 +33,7 @@
 
 #include <asm/processor.h>
 #include <asm/io.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 26568e23c5668d1be389447a01929b03fcd91422..04d6a2e2af43a9d9cb21e7410fb31878a2d248b9 100644 (file)
@@ -27,7 +27,7 @@
 #include <asm/io.h>
 #include <asm/mmu.h>
 #include <asm/4xx_pcie.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 
 int board_early_init_f(void)
 {
index 61196276d540b307ff48faf58ae8e73d3829450e..141f14b2b0911c000de5b64a5aec0203fb53fcd3 100644 (file)
@@ -26,7 +26,7 @@
 #include <command.h>
 #include <asm/processor.h>
 #include <asm/io.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 #include <i2c.h>
 
 #if defined(CONFIG_ZEUS)
index 4e6878a266623132b84cd6a05c46c2152f370eb0..a29e518e0a5ac10a890475ee7e77e032e900d8a4 100644 (file)
@@ -30,7 +30,7 @@
 
 #include <asm/processor.h>
 #include <asm/io.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
index 44f048832343bde96114620b6c08cd2d9dabf383..f181506fe411c30a2faa8544f9f23a01fb41836a 100644 (file)
@@ -34,7 +34,7 @@
 #if CONFIG_POST & CONFIG_SYS_POST_WATCHDOG
 
 #include <watchdog.h>
-#include <asm/gpio.h>
+#include <asm/ppc4xx-gpio.h>
 #include <asm/io.h>
 
 static uint watchdog_magic_read(void)