aboutsummaryrefslogtreecommitdiff
path: root/drivers/qe/uec.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-02mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UECEmilian Medve1-1/+1
2007-03-02mpc83xx: Add support for the MPC832XEMDS boardDave Liu1-2/+9
2007-03-02mpc83xx: Fix the UEC driver bug of QEDave Liu1-8/+6
2006-11-03mpc83xx: add QE ethernet supportDave Liu1-0/+1266