提交 7aa1aa6e 编写于 作者: Z Zhao Qiang 提交者: Scott Wood

QE: Move QE from arch/powerpc to drivers/soc

ls1 has qe and ls1 has arm cpu.
move qe from arch/powerpc to drivers/soc/fsl
to adapt to powerpc and arm
Signed-off-by: NZhao Qiang <qiang.zhao@freescale.com>
Signed-off-by: NScott Wood <scottwood@freescale.com>
上级 302c059f
...@@ -4489,8 +4489,9 @@ F: include/linux/fs_enet_pd.h ...@@ -4489,8 +4489,9 @@ F: include/linux/fs_enet_pd.h
FREESCALE QUICC ENGINE LIBRARY FREESCALE QUICC ENGINE LIBRARY
L: linuxppc-dev@lists.ozlabs.org L: linuxppc-dev@lists.ozlabs.org
S: Orphan S: Orphan
F: arch/powerpc/sysdev/qe_lib/ F: drivers/soc/fsl/qe/
F: arch/powerpc/include/asm/*qe.h F: include/soc/fsl/*qe*.h
F: include/soc/fsl/*ucc*.h
FREESCALE USB PERIPHERAL DRIVERS FREESCALE USB PERIPHERAL DRIVERS
M: Li Yang <leoli@freescale.com> M: Li Yang <leoli@freescale.com>
......
...@@ -1076,8 +1076,6 @@ source "drivers/Kconfig" ...@@ -1076,8 +1076,6 @@ source "drivers/Kconfig"
source "fs/Kconfig" source "fs/Kconfig"
source "arch/powerpc/sysdev/qe_lib/Kconfig"
source "lib/Kconfig" source "lib/Kconfig"
source "arch/powerpc/Kconfig.debug" source "arch/powerpc/Kconfig.debug"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#include <linux/types.h> #include <linux/types.h>
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/of.h> #include <linux/of.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
/* /*
* SPI Parameter RAM common to QE and CPM. * SPI Parameter RAM common to QE and CPM.
......
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
#include <asm/udbg.h> #include <asm/udbg.h>
#include <sysdev/fsl_soc.h> #include <sysdev/fsl_soc.h>
#include <sysdev/fsl_pci.h> #include <sysdev/fsl_pci.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/qe_ic.h> #include <soc/fsl/qe/qe_ic.h>
#include "mpc83xx.h" #include "mpc83xx.h"
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include <asm/io.h> #include <asm/io.h>
#include <asm/hw_irq.h> #include <asm/hw_irq.h>
#include <asm/ipic.h> #include <asm/ipic.h>
#include <asm/qe_ic.h> #include <soc/fsl/qe/qe_ic.h>
#include <sysdev/fsl_soc.h> #include <sysdev/fsl_soc.h>
#include <sysdev/fsl_pci.h> #include <sysdev/fsl_pci.h>
......
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
#include <asm/udbg.h> #include <asm/udbg.h>
#include <sysdev/fsl_soc.h> #include <sysdev/fsl_soc.h>
#include <sysdev/fsl_pci.h> #include <sysdev/fsl_pci.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/qe_ic.h> #include <soc/fsl/qe/qe_ic.h>
#include "mpc83xx.h" #include "mpc83xx.h"
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
#include <asm/time.h> #include <asm/time.h>
#include <asm/ipic.h> #include <asm/ipic.h>
#include <asm/udbg.h> #include <asm/udbg.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/qe_ic.h> #include <soc/fsl/qe/qe_ic.h>
#include <sysdev/fsl_soc.h> #include <sysdev/fsl_soc.h>
#include <sysdev/fsl_pci.h> #include <sysdev/fsl_pci.h>
......
...@@ -44,8 +44,8 @@ ...@@ -44,8 +44,8 @@
#include <sysdev/fsl_soc.h> #include <sysdev/fsl_soc.h>
#include <sysdev/fsl_pci.h> #include <sysdev/fsl_pci.h>
#include <sysdev/simple_gpio.h> #include <sysdev/simple_gpio.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/qe_ic.h> #include <soc/fsl/qe/qe_ic.h>
#include "mpc83xx.h" #include "mpc83xx.h"
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
#include <asm/time.h> #include <asm/time.h>
#include <asm/ipic.h> #include <asm/ipic.h>
#include <asm/udbg.h> #include <asm/udbg.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/qe_ic.h> #include <soc/fsl/qe/qe_ic.h>
#include <sysdev/fsl_soc.h> #include <sysdev/fsl_soc.h>
#include <sysdev/fsl_pci.h> #include <sysdev/fsl_pci.h>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include <linux/of_irq.h> #include <linux/of_irq.h>
#include <linux/of_platform.h> #include <linux/of_platform.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <sysdev/cpm2_pic.h> #include <sysdev/cpm2_pic.h>
#include "mpc85xx.h" #include "mpc85xx.h"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <asm/udbg.h> #include <asm/udbg.h>
#include <asm/mpic.h> #include <asm/mpic.h>
#include <asm/ehv_pic.h> #include <asm/ehv_pic.h>
#include <asm/qe_ic.h> #include <soc/fsl/qe/qe_ic.h>
#include <linux/of_platform.h> #include <linux/of_platform.h>
#include <sysdev/fsl_soc.h> #include <sysdev/fsl_soc.h>
......
...@@ -48,8 +48,8 @@ ...@@ -48,8 +48,8 @@
#include <sysdev/fsl_soc.h> #include <sysdev/fsl_soc.h>
#include <sysdev/fsl_pci.h> #include <sysdev/fsl_pci.h>
#include <sysdev/simple_gpio.h> #include <sysdev/simple_gpio.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/qe_ic.h> #include <soc/fsl/qe/qe_ic.h>
#include <asm/mpic.h> #include <asm/mpic.h>
#include <asm/swiotlb.h> #include <asm/swiotlb.h>
#include "smp.h" #include "smp.h"
......
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
#include <asm/prom.h> #include <asm/prom.h>
#include <asm/udbg.h> #include <asm/udbg.h>
#include <asm/mpic.h> #include <asm/mpic.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/qe_ic.h> #include <soc/fsl/qe/qe_ic.h>
#include <sysdev/fsl_soc.h> #include <sysdev/fsl_soc.h>
#include <sysdev/fsl_pci.h> #include <sysdev/fsl_pci.h>
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
#include <asm/pci-bridge.h> #include <asm/pci-bridge.h>
#include <asm/udbg.h> #include <asm/udbg.h>
#include <asm/mpic.h> #include <asm/mpic.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/qe_ic.h> #include <soc/fsl/qe/qe_ic.h>
#include <sysdev/fsl_soc.h> #include <sysdev/fsl_soc.h>
#include <sysdev/fsl_pci.h> #include <sysdev/fsl_pci.h>
......
...@@ -272,17 +272,6 @@ config TAU_AVERAGE ...@@ -272,17 +272,6 @@ config TAU_AVERAGE
If in doubt, say N here. If in doubt, say N here.
config QUICC_ENGINE
bool "Freescale QUICC Engine (QE) Support"
depends on FSL_SOC && PPC32
select GENERIC_ALLOCATOR
select CRC32
help
The QUICC Engine (QE) is a new generation of communications
coprocessors on Freescale embedded CPUs (akin to CPM in older chips).
Selecting this option means that you wish to build a kernel
for a machine with a QE coprocessor.
config QE_GPIO config QE_GPIO
bool "QE GPIO support" bool "QE GPIO support"
depends on QUICC_ENGINE depends on QUICC_ENGINE
......
...@@ -26,8 +26,6 @@ obj-$(CONFIG_FSL_85XX_CACHE_SRAM) += fsl_85xx_l2ctlr.o fsl_85xx_cache_sram.o ...@@ -26,8 +26,6 @@ obj-$(CONFIG_FSL_85XX_CACHE_SRAM) += fsl_85xx_l2ctlr.o fsl_85xx_cache_sram.o
obj-$(CONFIG_SIMPLE_GPIO) += simple_gpio.o obj-$(CONFIG_SIMPLE_GPIO) += simple_gpio.o
obj-$(CONFIG_FSL_RIO) += fsl_rio.o fsl_rmu.o obj-$(CONFIG_FSL_RIO) += fsl_rio.o fsl_rmu.o
obj-$(CONFIG_TSI108_BRIDGE) += tsi108_pci.o tsi108_dev.o obj-$(CONFIG_TSI108_BRIDGE) += tsi108_pci.o tsi108_dev.o
obj-$(CONFIG_QUICC_ENGINE) += qe_lib/
obj-$(CONFIG_CPM) += qe_lib/
mv64x60-$(CONFIG_PCI) += mv64x60_pci.o mv64x60-$(CONFIG_PCI) += mv64x60_pci.o
obj-$(CONFIG_MV64X60) += $(mv64x60-y) mv64x60_pic.o mv64x60_dev.o \ obj-$(CONFIG_MV64X60) += $(mv64x60-y) mv64x60_pic.o mv64x60_dev.o \
mv64x60_udbg.o mv64x60_udbg.o
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <asm/udbg.h> #include <asm/udbg.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/cpm.h> #include <asm/cpm.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <mm/mmu_decl.h> #include <mm/mmu_decl.h>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <asm/io.h> #include <asm/io.h>
#if IS_ENABLED(CONFIG_UCC_GETH) #if IS_ENABLED(CONFIG_UCC_GETH)
#include <asm/ucc.h> /* for ucc_set_qe_mux_mii_mng() */ #include <soc/fsl/qe/ucc.h>
#endif #endif
#include "gianfar.h" #include "gianfar.h"
......
...@@ -40,10 +40,10 @@ ...@@ -40,10 +40,10 @@
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include <asm/irq.h> #include <asm/irq.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/immap_qe.h> #include <soc/fsl/qe/immap_qe.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/ucc.h> #include <soc/fsl/qe/ucc.h>
#include <asm/ucc_fast.h> #include <soc/fsl/qe/ucc_fast.h>
#include <asm/machdep.h> #include <asm/machdep.h>
#include "ucc_geth.h" #include "ucc_geth.h"
......
...@@ -22,11 +22,11 @@ ...@@ -22,11 +22,11 @@
#include <linux/list.h> #include <linux/list.h>
#include <linux/if_ether.h> #include <linux/if_ether.h>
#include <asm/immap_qe.h> #include <soc/fsl/qe/immap_qe.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/ucc.h> #include <soc/fsl/qe/ucc.h>
#include <asm/ucc_fast.h> #include <soc/fsl/qe/ucc_fast.h>
#define DRV_DESC "QE UCC Gigabit Ethernet Controller" #define DRV_DESC "QE UCC Gigabit Ethernet Controller"
#define DRV_NAME "ucc_geth" #define DRV_NAME "ucc_geth"
......
menu "SOC (System On Chip) specific Drivers" menu "SOC (System On Chip) specific Drivers"
source "drivers/soc/brcmstb/Kconfig" source "drivers/soc/brcmstb/Kconfig"
source "drivers/soc/fsl/qe/Kconfig"
source "drivers/soc/mediatek/Kconfig" source "drivers/soc/mediatek/Kconfig"
source "drivers/soc/qcom/Kconfig" source "drivers/soc/qcom/Kconfig"
source "drivers/soc/rockchip/Kconfig" source "drivers/soc/rockchip/Kconfig"
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
obj-$(CONFIG_SOC_BRCMSTB) += brcmstb/ obj-$(CONFIG_SOC_BRCMSTB) += brcmstb/
obj-$(CONFIG_MACH_DOVE) += dove/ obj-$(CONFIG_MACH_DOVE) += dove/
obj-y += fsl/
obj-$(CONFIG_ARCH_MEDIATEK) += mediatek/ obj-$(CONFIG_ARCH_MEDIATEK) += mediatek/
obj-$(CONFIG_ARCH_QCOM) += qcom/ obj-$(CONFIG_ARCH_QCOM) += qcom/
obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/ obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/
......
#
# Makefile for the Linux Kernel SOC fsl specific device drivers
#
obj-$(CONFIG_QUICC_ENGINE) += qe/
obj-$(CONFIG_CPM) += qe/
...@@ -2,6 +2,17 @@ ...@@ -2,6 +2,17 @@
# QE Communication options # QE Communication options
# #
config QUICC_ENGINE
bool "Freescale QUICC Engine (QE) Support"
depends on FSL_SOC && PPC32
select GENERIC_ALLOCATOR
select CRC32
help
The QUICC Engine (QE) is a new generation of communications
coprocessors on Freescale embedded CPUs (akin to CPM in older chips).
Selecting this option means that you wish to build a kernel
for a machine with a QE coprocessor.
config UCC_SLOW config UCC_SLOW
bool bool
default y if SERIAL_QE default y if SERIAL_QE
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <linux/gpio.h> #include <linux/gpio.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/export.h> #include <linux/export.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
struct qe_gpio_chip { struct qe_gpio_chip {
struct of_mm_gpio_chip mm_gc; struct of_mm_gpio_chip mm_gc;
......
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
#include <asm/irq.h> #include <asm/irq.h>
#include <asm/page.h> #include <asm/page.h>
#include <asm/pgtable.h> #include <asm/pgtable.h>
#include <asm/immap_qe.h> #include <soc/fsl/qe/immap_qe.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/prom.h> #include <asm/prom.h>
#include <asm/rheap.h> #include <asm/rheap.h>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <linux/of_address.h> #include <linux/of_address.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/io.h> #include <linux/io.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
static struct gen_pool *muram_pool; static struct gen_pool *muram_pool;
static spinlock_t cpm_muram_lock; static spinlock_t cpm_muram_lock;
......
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
* option) any later version. * option) any later version.
*/ */
#include <linux/of_irq.h>
#include <linux/of_address.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/errno.h> #include <linux/errno.h>
...@@ -26,8 +28,7 @@ ...@@ -26,8 +28,7 @@
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <asm/irq.h> #include <asm/irq.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/prom.h> #include <soc/fsl/qe/qe_ic.h>
#include <asm/qe_ic.h>
#include "qe_ic.h" #include "qe_ic.h"
......
/* /*
* arch/powerpc/sysdev/qe_lib/qe_ic.h * drivers/soc/fsl/qe/qe_ic.h
* *
* QUICC ENGINE Interrupt Controller Header * QUICC ENGINE Interrupt Controller Header
* *
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#ifndef _POWERPC_SYSDEV_QE_IC_H #ifndef _POWERPC_SYSDEV_QE_IC_H
#define _POWERPC_SYSDEV_QE_IC_H #define _POWERPC_SYSDEV_QE_IC_H
#include <asm/qe_ic.h> #include <soc/fsl/qe/qe_ic.h>
#define NR_QE_IC_INTS 64 #define NR_QE_IC_INTS 64
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include <linux/ioport.h> #include <linux/ioport.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/prom.h> #include <asm/prom.h>
#include <sysdev/fsl_soc.h> #include <sysdev/fsl_soc.h>
......
...@@ -21,9 +21,9 @@ ...@@ -21,9 +21,9 @@
#include <asm/irq.h> #include <asm/irq.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/immap_qe.h> #include <soc/fsl/qe/immap_qe.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/ucc.h> #include <soc/fsl/qe/ucc.h>
int ucc_set_qe_mux_mii_mng(unsigned int ucc_num) int ucc_set_qe_mux_mii_mng(unsigned int ucc_num)
{ {
......
...@@ -21,11 +21,11 @@ ...@@ -21,11 +21,11 @@
#include <linux/export.h> #include <linux/export.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/immap_qe.h> #include <soc/fsl/qe/immap_qe.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/ucc.h> #include <soc/fsl/qe/ucc.h>
#include <asm/ucc_fast.h> #include <soc/fsl/qe/ucc_fast.h>
void ucc_fast_dump_regs(struct ucc_fast_private * uccf) void ucc_fast_dump_regs(struct ucc_fast_private * uccf)
{ {
......
...@@ -21,11 +21,11 @@ ...@@ -21,11 +21,11 @@
#include <linux/export.h> #include <linux/export.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/immap_qe.h> #include <soc/fsl/qe/immap_qe.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/ucc.h> #include <soc/fsl/qe/ucc.h>
#include <asm/ucc_slow.h> #include <soc/fsl/qe/ucc_slow.h>
u32 ucc_slow_get_qe_cr_subblock(int uccs_num) u32 ucc_slow_get_qe_cr_subblock(int uccs_num)
{ {
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/export.h> #include <linux/export.h>
#include <linux/io.h> #include <linux/io.h>
#include <asm/immap_qe.h> #include <soc/fsl/qe/immap_qe.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
int qe_usb_clock_set(enum qe_clock clk, int rate) int qe_usb_clock_set(enum qe_clock clk, int rate)
{ {
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* option) any later version. * option) any later version.
*/ */
#include <asm/cpm.h> #include <asm/cpm.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
#include <linux/fsl_devices.h> #include <linux/fsl_devices.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
#include <linux/fs_uart_pd.h> #include <linux/fs_uart_pd.h>
#include <asm/ucc_slow.h> #include <soc/fsl/qe/ucc_slow.h>
#include <linux/firmware.h> #include <linux/firmware.h>
#include <asm/reg.h> #include <asm/reg.h>
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include <linux/usb/ch9.h> #include <linux/usb/ch9.h>
#include <linux/usb/gadget.h> #include <linux/usb/gadget.h>
#include <linux/usb/otg.h> #include <linux/usb/otg.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/cpm.h> #include <asm/cpm.h>
#include <asm/dma.h> #include <asm/dma.h>
#include <asm/reg.h> #include <asm/reg.h>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#include <linux/of_platform.h> #include <linux/of_platform.h>
#include <linux/of_gpio.h> #include <linux/of_gpio.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/fsl_gtm.h> #include <asm/fsl_gtm.h>
#include "fhci.h" #include "fhci.h"
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <linux/usb.h> #include <linux/usb.h>
#include <linux/usb/hcd.h> #include <linux/usb/hcd.h>
#include <linux/gpio.h> #include <linux/gpio.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include "fhci.h" #include "fhci.h"
/* virtual root hub specific descriptor */ /* virtual root hub specific descriptor */
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <linux/io.h> #include <linux/io.h>
#include <linux/usb.h> #include <linux/usb.h>
#include <linux/usb/hcd.h> #include <linux/usb/hcd.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/fsl_gtm.h> #include <asm/fsl_gtm.h>
#include "fhci.h" #include "fhci.h"
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
#include <linux/io.h> #include <linux/io.h>
#include <linux/usb.h> #include <linux/usb.h>
#include <linux/usb/hcd.h> #include <linux/usb/hcd.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/immap_qe.h> #include <soc/fsl/qe/immap_qe.h>
#define USB_CLOCK 48000000 #define USB_CLOCK 48000000
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/err.h> #include <linux/err.h>
#include <asm/cpm.h> #include <asm/cpm.h>
#include <asm/immap_qe.h> #include <soc/fsl/qe/immap_qe.h>
#include <linux/of.h> #include <linux/of.h>
#include <linux/of_address.h> #include <linux/of_address.h>
#include <linux/types.h> #include <linux/types.h>
......
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
#ifndef __UCC_H__ #ifndef __UCC_H__
#define __UCC_H__ #define __UCC_H__
#include <asm/immap_qe.h> #include <soc/fsl/qe/immap_qe.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#define STATISTICS #define STATISTICS
......
...@@ -16,10 +16,10 @@ ...@@ -16,10 +16,10 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <asm/immap_qe.h> #include <soc/fsl/qe/immap_qe.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/ucc.h> #include <soc/fsl/qe/ucc.h>
/* Receive BD's status */ /* Receive BD's status */
#define R_E 0x80000000 /* buffer empty */ #define R_E 0x80000000 /* buffer empty */
......
...@@ -17,10 +17,10 @@ ...@@ -17,10 +17,10 @@
#include <linux/kernel.h> #include <linux/kernel.h>
#include <asm/immap_qe.h> #include <soc/fsl/qe/immap_qe.h>
#include <asm/qe.h> #include <soc/fsl/qe/qe.h>
#include <asm/ucc.h> #include <soc/fsl/qe/ucc.h>
/* transmit BD's status */ /* transmit BD's status */
#define T_R 0x80000000 /* ready bit */ #define T_R 0x80000000 /* ready bit */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册