aboutsummaryrefslogtreecommitdiff
path: root/drivers/qe/uec.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-4/+4
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-11-23powerpc: P1025: Remove macro CONFIG_P1025York Sun1-5/+5
2016-11-23powerpc: P1021: Remove macro CONFIG_P1021York Sun1-5/+5
2016-11-23powerpc: P1012: Drop configuration for P1012York Sun1-5/+5
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-23treewide: use #include <...> to include public headersMasahiro Yamada1-6/+6
2016-08-15net: mii: Fix changes made by spatchJoe Hershberger1-1/+1
2016-08-15net: mii: Use spatch to update miiphy_registerJoe Hershberger1-11/+21
2016-02-24qe: move drivers/qe/qe.h to include/fsl_qe.hQianyu Gong1-1/+1
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-1/+1
2014-07-22qe: move immap_qe.h from arch directory into common directoryZhao Qiang1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2012-08-23powerpc/mpc8xxx: Remove P1015 and P1016 from CPU listYork Sun1-10/+5
2012-05-22drivers/qe/uec.c: Fix compile warningJoe Hershberger1-1/+1
2011-11-11drivers/qe/uec.c: Fix GCC 4.6 build warningKumar Gala1-7/+0
2011-04-20fsl: Change fsl_phy_enet_if to phy_interface_tAndy Fleming1-27/+29
2011-04-20Remove instances of phy_read/writeAndy Fleming1-3/+0
2011-04-05powerpc/85xx: Add P1021 specific QE and UEC supportHaiying Wang1-1/+36
2010-10-20powerpc/fsl: Introduce common enum for PHY typesKumar Gala1-5/+5
2010-10-11UEC: Don't udelay needlesslyJoakim Tjernlund1-1/+3
2010-08-09miiphy: constify device nameMike Frysinger1-3/+3
2010-08-09net: rename "FSL UECx" net interfaces "UECx"Kim Phillips1-1/+1
2010-05-0383xx: UEC: Added support for bitBang MII driver access to PHYsRichard Retanubun1-4/+2
2010-01-3183xx, uec: split enet_interface in two variablesHeiko Schocher1-53/+69
2009-08-10Assigned a static SMI address to all UECs TBIPA address.Richard Retanubun1-8/+9
2009-07-07Coding style cleanup; update CHANGELOGWolfgang Denk1-2/+0
2009-06-12drivers/qe: add sgmii support in for UEC driverHaiying Wang1-0/+17
2009-06-12qe: Pass in uec_info struct through uec_initializeHaiying Wang1-188/+37
2009-06-12drivers/qe: Change QE RISC ALLOCATION to support 4 RISCsHaiying Wang1-1/+31
2009-06-12drivers/qe: Rename the camel-case identifiers in uecHaiying Wang1-16/+16
2008-11-09NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.richardretanubun1-3/+43
2008-11-09Adds two more ethernet interface to 83xxrichardretanubun1-0/+8
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-42/+42
2008-10-18Adds two more ethernet interface to 83xxrichardretanubun1-1/+47
2008-10-18Change UEC PHY interface to RGMII on MPC8568MDSHaiying Wang1-0/+1
2008-08-13drivers/qe: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-5/+0
2008-08-07QE UEC: Fix compiler warningsBen Warren1-36/+33
2008-08-07QE UEC: Add MII CommandsDavid Saada1-0/+53
2008-05-21Big white-space cleanup.Wolfgang Denk1-1/+1
2008-03-25uec: add support for RGMII_RXID interface modeAnton Vorontsov1-0/+1
2008-01-16net: reduce boot latency on QE UEC based boardsKim Phillips1-26/+43
2008-01-15QE UEC: Extend number of supported UECs to 4David Saada1-1/+42
2008-01-14QE: fix compile warningDave Liu1-0/+1
2008-01-10Fix Ethernet init() return codesBen Warren1-3/+3
2008-01-08Add support CONFIG_UEC_ETH3 in MPC83xxJoakim Tjernlund1-0/+23
2007-08-16Fix numerous bugs in the 8568 UEC supportAndy Fleming1-3/+3
2007-08-14Add support for UEC to 8568Andy Fleming1-10/+17