summaryrefslogtreecommitdiff
path: root/drivers/qe
Commit message (Expand)AuthorAgeLines
* UEC FIXED PHY: Determine fixed-phy port using UEC interface name.Richard Retanubun2009-08-10-17/+19
* Assigned a static SMI address to all UECs TBIPA address.Richard Retanubun2009-08-10-8/+9
* Coding style cleanup; update CHANGELOGWolfgang Denk2009-07-07-2/+0
* drivers/qe: add sgmii support in for UEC driverHaiying Wang2009-06-12-2/+46
* qe: Pass in uec_info struct through uec_initializeHaiying Wang2009-06-12-188/+58
* drivers/qe: Add more SNUM number for QEHaiying Wang2009-06-12-4/+12
* drivers/qe: Change QE RISC ALLOCATION to support 4 RISCsHaiying Wang2009-06-12-12/+44
* drivers/qe: Rename the camel-case identifiers in uecHaiying Wang2009-06-12-18/+18
* General help message cleanupWolfgang Denk2009-06-12-2/+3
* Update CHANGELOG, coding style cleanup.Wolfgang Denk2009-04-05-5/+6
* MPC85xx: Load and enable QE microcode patch in IRAMHaiying Wang2009-03-30-0/+10
* Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2009-02-01-0/+59
|\
| * powerpc: net: support for the SMSC LAN8700 PHYHeiko Schocher2009-01-24-0/+59
* | Command usage cleanupPeter Tyser2009-01-28-1/+1
* | Standardize command usage messages with cmd_usage()Peter Tyser2009-01-28-2/+2
|/
* drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.Richard Retanubun2008-11-09-0/+79
* NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.richardretanubun2008-11-09-3/+43
* Adds two more ethernet interface to 83xxrichardretanubun2008-11-09-0/+8
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-42/+42
* Adds two more ethernet interface to 83xxrichardretanubun2008-10-18-1/+47
* Change UEC PHY interface to RGMII on MPC8568MDSHaiying Wang2008-10-18-0/+34
* drivers/qe: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-13-14/+2
* QE UEC: Fix compiler warningsBen Warren2008-08-07-36/+33
* QE UEC: Add MII CommandsDavid Saada2008-08-07-0/+53
* Big white-space cleanup.Wolfgang Denk2008-05-21-55/+55
* uec: add support for Broadcom BCM5481 Gigabit PHYAnton Vorontsov2008-03-25-0/+41
* uec: add support for RGMII_RXID interface modeAnton Vorontsov2008-03-25-0/+2
* uec: add support for gbit mii status readingsAnton Vorontsov2008-03-25-9/+24
* net: uec_phy: actually increment the timeout counterKim Phillips2008-03-07-1/+2
* fix QE firmware uploading limitTimur Tabi2008-03-03-1/+1
* net: uec_phy: handle 88e1111 rev.B2 erratum 5.6Kim Phillips2008-03-02-0/+8
* QE: Move FDT support into a common fileKumar Gala2008-02-12-1/+93
* Remove annoying debug printout for PHY less boards.Joakim Tjernlund2008-01-16-2/+1
* net: reduce boot latency on QE UEC based boardsKim Phillips2008-01-16-48/+79
* QE UEC: Extend number of supported UECs to 4David Saada2008-01-15-1/+42
* QE: fix compile warningDave Liu2008-01-14-1/+2
* Fix Ethernet init() return codesBen Warren2008-01-10-3/+3
* Coding Style cleanup; update CHANGELOGWolfgang Denk2008-01-10-9/+9
* 85xx: add ability to upload QE firmwareTimur Tabi2008-01-09-0/+275
* Add support CONFIG_UEC_ETH3 in MPC83xxJoakim Tjernlund2008-01-08-0/+23
* Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as globalWolfgang Denk2007-09-15-5/+2
* Fix numerous bugs in the 8568 UEC supportAndy Fleming2007-08-16-3/+3
* Add support for UEC to 8568Andy Fleming2007-08-14-20/+28
* mpc83xx: Fix the align bug of SDMA bufferDave Liu2007-08-10-2/+2
* mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UECEmilian Medve2007-03-02-1/+1
* mpc83xx: Add support for the MPC832XEMDS boardDave Liu2007-03-02-3/+10
* mpc83xx: Fix the UEC driver bug of QEDave Liu2007-03-02-8/+6
* Code cleanup.Wolfgang Denk2006-11-30-574/+580
* Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.cKim Phillips2006-11-28-3/+3
* mpc83xx: add QE ethernet supportDave Liu2006-11-03-0/+3910