summaryrefslogtreecommitdiff
path: root/drivers/qe/uec.c
Commit message (Expand)AuthorAgeLines
* qe: move immap_qe.h from arch directory into common directoryZhao Qiang2014-07-22-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-14/+1
* powerpc/mpc8xxx: Remove P1015 and P1016 from CPU listYork Sun2012-08-23-10/+5
* drivers/qe/uec.c: Fix compile warningJoe Hershberger2012-05-22-1/+1
* drivers/qe/uec.c: Fix GCC 4.6 build warningKumar Gala2011-11-11-7/+0
* fsl: Change fsl_phy_enet_if to phy_interface_tAndy Fleming2011-04-20-27/+29
* Remove instances of phy_read/writeAndy Fleming2011-04-20-3/+0
* powerpc/85xx: Add P1021 specific QE and UEC supportHaiying Wang2011-04-05-1/+36
* powerpc/fsl: Introduce common enum for PHY typesKumar Gala2010-10-20-5/+5
* UEC: Don't udelay needlesslyJoakim Tjernlund2010-10-11-1/+3
* miiphy: constify device nameMike Frysinger2010-08-09-3/+3
* net: rename "FSL UECx" net interfaces "UECx"Kim Phillips2010-08-09-1/+1
* 83xx: UEC: Added support for bitBang MII driver access to PHYsRichard Retanubun2010-05-03-4/+2
* 83xx, uec: split enet_interface in two variablesHeiko Schocher2010-01-31-53/+69
* 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-0/+17
* qe: Pass in uec_info struct through uec_initializeHaiying Wang2009-06-12-188/+37
* drivers/qe: Change QE RISC ALLOCATION to support 4 RISCsHaiying Wang2009-06-12-1/+31
* drivers/qe: Rename the camel-case identifiers in uecHaiying Wang2009-06-12-16/+16
* 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/+1
* drivers/qe: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-13-5/+0
* 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-1/+1
* uec: add support for RGMII_RXID interface modeAnton Vorontsov2008-03-25-0/+1
* net: reduce boot latency on QE UEC based boardsKim Phillips2008-01-16-26/+43
* QE UEC: Extend number of supported UECs to 4David Saada2008-01-15-1/+42
* QE: fix compile warningDave Liu2008-01-14-0/+1
* Fix Ethernet init() return codesBen Warren2008-01-10-3/+3
* Add support CONFIG_UEC_ETH3 in MPC83xxJoakim Tjernlund2008-01-08-0/+23
* Fix numerous bugs in the 8568 UEC supportAndy Fleming2007-08-16-3/+3
* Add support for UEC to 8568Andy Fleming2007-08-14-10/+17
* 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-2/+9
* mpc83xx: Fix the UEC driver bug of QEDave Liu2007-03-02-8/+6
* mpc83xx: add QE ethernet supportDave Liu2006-11-03-0/+1266