]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
qe: move drivers/qe/qe.h to include/fsl_qe.h
authorQianyu Gong <qianyu.gong@nxp.com>
Thu, 18 Feb 2016 05:01:59 +0000 (13:01 +0800)
committerYork Sun <york.sun@nxp.com>
Wed, 24 Feb 2016 16:51:13 +0000 (08:51 -0800)
As the QE firmware struct is shared with Fman, move the header file
out of drivers/qe/.

Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
15 files changed:
arch/powerpc/cpu/mpc85xx/cpu_init.c
arch/powerpc/cpu/mpc85xx/fdt.c
board/freescale/common/arm_sleep.c
board/freescale/common/mpc85xx_sleep.c
board/freescale/ls1021aqds/ls1021aqds.c
board/freescale/ls1021atwr/ls1021atwr.c
drivers/net/fm/fm.c
drivers/qe/fdt.c
drivers/qe/qe.c
drivers/qe/uccf.c
drivers/qe/uccf.h
drivers/qe/uec.c
drivers/qe/uec.h
drivers/qe/uec_phy.c
include/fsl_qe.h [moved from drivers/qe/qe.h with 100% similarity]

index 4ae4a6c83dc2c59e5d37dcbea9688ad48bcb5168..f168375b45dc56ff1274ccac59747560d520a9b0 100644 (file)
@@ -48,7 +48,7 @@
 
 #include "../../../../drivers/block/fsl_sata.h"
 #ifdef CONFIG_U_QE
-#include "../../../../drivers/qe/qe.h"
+#include <fsl_qe.h>
 #endif
 
 DECLARE_GLOBAL_DATA_PTR;
index 7270be1b28ace04f68ed909cd275cc0bc4dd4828..50eef052a544fc14439ff29b8bc5474668ffc9ec 100644 (file)
@@ -19,7 +19,7 @@
 #ifdef CONFIG_FSL_ESDHC
 #include <fsl_esdhc.h>
 #endif
-#include "../../../../drivers/qe/qe.h"         /* For struct qe_firmware */
+#include <fsl_qe.h>            /* For struct qe_firmware */
 
 DECLARE_GLOBAL_DATA_PTR;
 
index a498c65f040d35ff1172d9f109fe03fef754ccaf..71ed15e6a6de491ac8b10b2f8802c9946f4c1c34 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "sleep.h"
 #ifdef CONFIG_U_QE
-#include "../../../drivers/qe/qe.h"
+#include <fsl_qe.h>
 #endif
 
 DECLARE_GLOBAL_DATA_PTR;
index e9cbd515a152cfd530c28a0e91b6e9ed384149a0..498d770991a18a96b3e754ef00a3b2873204ddfc 100644 (file)
@@ -8,7 +8,7 @@
 #include <asm/immap_85xx.h>
 #include "sleep.h"
 #ifdef CONFIG_U_QE
-#include "../../../drivers/qe/qe.h"
+#include <fsl_qe.h>
 #endif
 
 DECLARE_GLOBAL_DATA_PTR;
index b43b379f5b9786877dc2c70e2936bff64c8949ce..27d0cccadb893ad92f25ae7e851c9b1e861d93e2 100644 (file)
@@ -28,7 +28,7 @@
 #include "../common/qixis.h"
 #include "ls1021aqds_qixis.h"
 #ifdef CONFIG_U_QE
-#include "../../../drivers/qe/qe.h"
+#include <fsl_qe.h>
 #endif
 
 #define PIN_MUX_SEL_CAN                0x03
index 616e0bfd39c486996a860348122b565998c2318d..054a3240549a16e8eff5573a34bd0e6044ee6ce3 100644 (file)
@@ -28,7 +28,7 @@
 #include <spl.h>
 #include "../common/sleep.h"
 #ifdef CONFIG_U_QE
-#include "../../../drivers/qe/qe.h"
+#include <fsl_qe.h>
 #endif
 #include <fsl_validate.h>
 
index 40fbf19c75729f9a3d8bd6192d0222c6f200fd3d..e2a8ed39198570f22c8c9516e0736f77ed75855a 100644 (file)
@@ -10,7 +10,7 @@
 #include <asm/errno.h>
 
 #include "fm.h"
-#include "../../qe/qe.h"               /* For struct qe_firmware */
+#include <fsl_qe.h>            /* For struct qe_firmware */
 
 #ifdef CONFIG_SYS_QE_FMAN_FW_IN_NAND
 #include <nand.h>
index dfae4bf64defd63349833462d878027294e06afe..4f48f984ab581d1fa7b970c73e58c1632e6a068f 100644 (file)
@@ -10,7 +10,7 @@
 #include <common.h>
 #include <libfdt.h>
 #include <fdt_support.h>
-#include "qe.h"
+#include <fsl_qe.h>
 
 #ifdef CONFIG_QE
 DECLARE_GLOBAL_DATA_PTR;
index 08620b23a7180fba914626b471a9de5ed099b90a..8f00817c50622094230d3aacdd655b8631b550f1 100644 (file)
@@ -12,7 +12,7 @@
 #include "asm/errno.h"
 #include "asm/io.h"
 #include "linux/immap_qe.h"
-#include "qe.h"
+#include <fsl_qe.h>
 #ifdef CONFIG_LS102XA
 #include <asm/arch/immap_ls102xa.h>
 #endif
index 85386bfc7084aeaf251934f9c8b4052a097d9ffb..e01188650524cfa48f4659fad9ea168d7e2642d5 100644 (file)
@@ -12,8 +12,8 @@
 #include "asm/errno.h"
 #include "asm/io.h"
 #include "linux/immap_qe.h"
-#include "qe.h"
 #include "uccf.h"
+#include <fsl_qe.h>
 
 void ucc_fast_transmit_on_demand(ucc_fast_private_t *uccf)
 {
index 55941e4601a94c5a75b75d0a578c48a19c543416..aa817e73ec95dd4468c3217c4831b493098709ab 100644 (file)
@@ -11,8 +11,8 @@
 #define __UCCF_H__
 
 #include "common.h"
-#include "qe.h"
 #include "linux/immap_qe.h"
+#include <fsl_qe.h>
 
 /* Fast or Giga ethernet
 */
index e0ab04abc27a6352cdd271e7a6547cca67a3d4cb..40cccc2406be00fb5fcfdd75b593fb7c644820b4 100644 (file)
 #include "asm/errno.h"
 #include "asm/io.h"
 #include "linux/immap_qe.h"
-#include "qe.h"
 #include "uccf.h"
 #include "uec.h"
 #include "uec_phy.h"
 #include "miiphy.h"
+#include <fsl_qe.h>
 #include <phy.h>
 
 /* Default UTBIPAR SMI address */
index 6b559f7974ecc2002f6c962b6fda55212c8ac525..22e248ff1ddd9f24ec04d6ba6460f842e4a95d5c 100644 (file)
@@ -10,8 +10,8 @@
 #ifndef __UEC_H__
 #define __UEC_H__
 
-#include "qe.h"
 #include "uccf.h"
+#include <fsl_qe.h>
 #include <phy.h>
 
 #define MAX_TX_THREADS                         8
index e701787c41a3978d1d9d6b47cf2c950c2dcf6069..272874d3b05fb715725aa6a08597575d6a2ae6eb 100644 (file)
 #include "asm/errno.h"
 #include "linux/immap_qe.h"
 #include "asm/io.h"
-#include "qe.h"
 #include "uccf.h"
 #include "uec.h"
 #include "uec_phy.h"
 #include "miiphy.h"
+#include <fsl_qe.h>
 #include <phy.h>
 
 #define ugphy_printk(format, arg...)  \
similarity index 100%
rename from drivers/qe/qe.h
rename to include/fsl_qe.h