aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/qe
AgeCommit message (Expand)AuthorFilesLines
2010-01-3183xx, uec: split enet_interface in two variablesHeiko Schocher3-109/+131
2009-10-27mpc85xx: Configure QE USB for MPC8569E-MDS boardsAnton Vorontsov1-0/+2
2009-09-25net: uec: Fix uccf.h and uec.h headers to include headers they depend onAnton Vorontsov2-0/+4
2009-09-25net: uec_phy: Implement TXID and RXID RGMII modes for Marvell PHYsAnton Vorontsov2-2/+14
2009-08-10UEC FIXED PHY: Determine fixed-phy port using UEC interface name.Richard Retanubun1-17/+19
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 Wang2-2/+46
2009-06-12qe: Pass in uec_info struct through uec_initializeHaiying Wang2-188/+58
2009-06-12drivers/qe: Add more SNUM number for QEHaiying Wang2-4/+12
2009-06-12drivers/qe: Change QE RISC ALLOCATION to support 4 RISCsHaiying Wang4-12/+44
2009-06-12drivers/qe: Rename the camel-case identifiers in uecHaiying Wang2-18/+18
2009-06-12General help message cleanupWolfgang Denk1-2/+3
2009-04-05Update CHANGELOG, coding style cleanup.Wolfgang Denk1-5/+6
2009-03-30MPC85xx: Load and enable QE microcode patch in IRAMHaiying Wang2-0/+10
2009-02-01Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk1-0/+59
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-2/+2
2009-01-24powerpc: net: support for the SMSC LAN8700 PHYHeiko Schocher1-0/+59
2008-11-09drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.Richard Retanubun1-0/+79
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 Wang4-0/+34
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