summaryrefslogtreecommitdiff
path: root/drivers/qe/uccf.h
AgeCommit message (Collapse)AuthorFilesLines
2016-02-24qe: move drivers/qe/qe.h to include/fsl_qe.hQianyu Gong1-1/+1
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>
2014-07-23qe: move immap_qe.h from arch directory into common directoryZhao Qiang1-1/+1
ls1021 is arm-core and supports qe too. Move immap_qe.h into common directory for both arm and powerpc. Signed-off-by: Zhao Qiang <B45475@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
Signed-off-by: Wolfgang Denk <wd@denx.de> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <trini@ti.com>
2009-09-26net: uec: Fix uccf.h and uec.h headers to include headers they depend onAnton Vorontsov1-0/+1
Headers should include headers containing prototypes and defines they depend on, don't assume that they're included by somebody else. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2006-11-04mpc83xx: add QE ethernet supportDave Liu1-0/+130
this patch adds support for the QUICC Engine based UCC gigabit ethernet device.