aboutsummaryrefslogtreecommitdiff
path: root/drivers/qe
AgeCommit message (Expand)AuthorFilesLines
2008-08-13drivers/qe: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD5-14/+2
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 Denk5-55/+55
2008-03-25uec: add support for Broadcom BCM5481 Gigabit PHYAnton Vorontsov1-0/+41
2008-03-25uec: add support for RGMII_RXID interface modeAnton Vorontsov2-0/+2
2008-03-25uec: add support for gbit mii status readingsAnton Vorontsov2-9/+24
2008-03-07net: uec_phy: actually increment the timeout counterKim Phillips1-1/+2
2008-03-03fix QE firmware uploading limitTimur Tabi1-1/+1
2008-03-02net: uec_phy: handle 88e1111 rev.B2 erratum 5.6Kim Phillips1-0/+8
2008-02-12QE: Move FDT support into a common fileKumar Gala3-1/+93
2008-01-16Remove annoying debug printout for PHY less boards.Joakim Tjernlund1-2/+1
2008-01-16net: reduce boot latency on QE UEC based boardsKim Phillips2-48/+79
2008-01-15QE UEC: Extend number of supported UECs to 4David Saada1-1/+42
2008-01-14QE: fix compile warningDave Liu2-1/+2
2008-01-10Fix Ethernet init() return codesBen Warren1-3/+3
2008-01-10Coding Style cleanup; update CHANGELOGWolfgang Denk1-9/+9
2008-01-0985xx: add ability to upload QE firmwareTimur Tabi2-0/+275
2008-01-08Add support CONFIG_UEC_ETH3 in MPC83xxJoakim Tjernlund1-0/+23
2007-09-15Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as globalWolfgang Denk1-5/+2
2007-08-16Fix numerous bugs in the 8568 UEC supportAndy Fleming1-3/+3
2007-08-14Add support for UEC to 8568Andy Fleming4-20/+28
2007-08-10mpc83xx: Fix the align bug of SDMA bufferDave Liu2-2/+2
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 Liu2-3/+10
2007-03-02mpc83xx: Fix the UEC driver bug of QEDave Liu1-8/+6
2006-11-30Code cleanup.Wolfgang Denk3-574/+580
2006-11-28Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.cKim Phillips1-3/+3
2006-11-03mpc83xx: add QE ethernet supportDave Liu9-0/+3910