aboutsummaryrefslogtreecommitdiff
path: root/drivers/qe/uec_phy.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-23treewide: use #include <...> to include public headersMasahiro Yamada1-6/+6
2016-02-24qe: move drivers/qe/qe.h to include/fsl_qe.hQianyu Gong1-1/+1
2014-07-22qe: move immap_qe.h from arch directory into common directoryZhao Qiang1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-5/+1
2012-03-18net/miiphy/serial: drop duplicate "NAMESIZE" defineMike Frysinger1-1/+1
2011-04-20fsl: Change fsl_phy_enet_if to phy_interface_tAndy Fleming1-18/+18
2011-04-20Remove instances of phy_read/writeAndy Fleming1-72/+73
2011-01-25UEC: Fix compiler warnings introduced by linux/mii.h changeKumar Gala1-8/+8
2011-01-09miiphy: convert to linux/mii.hMike Frysinger1-34/+34
2010-10-20powerpc/fsl: Introduce common enum for PHY typesKumar Gala1-4/+4
2010-10-11UEC PHY: Speed up initial PHY neg.Joakim Tjernlund1-0/+9
2010-10-11UEC PHY: Remove strange 0.5 sec delayJoakim Tjernlund1-1/+0
2010-08-09net: rename "FSL UECx" net interfaces "UECx"Kim Phillips1-3/+3
2010-05-0383xx: UEC: Added support for bitBang MII driver access to PHYsRichard Retanubun1-0/+47
2010-04-21Move arch/ppc to arch/powerpcStefan Roese1-1/+1
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-1/+1
2010-01-3183xx, uec: split enet_interface in two variablesHeiko Schocher1-38/+46
2009-09-25net: uec_phy: Implement TXID and RXID RGMII modes for Marvell PHYsAnton Vorontsov1-2/+13
2009-08-10UEC FIXED PHY: Determine fixed-phy port using UEC interface name.Richard Retanubun1-17/+19
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-10-18Change UEC PHY interface to RGMII on MPC8568MDSHaiying Wang1-0/+24
2008-08-13drivers/qe: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-3/+0
2008-03-25uec: add support for Broadcom BCM5481 Gigabit PHYAnton Vorontsov1-0/+41
2008-03-25uec: add support for gbit mii status readingsAnton Vorontsov1-9/+19
2008-03-07net: uec_phy: actually increment the timeout counterKim Phillips1-1/+2
2008-03-02net: uec_phy: handle 88e1111 rev.B2 erratum 5.6Kim Phillips1-0/+8
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 Phillips1-22/+36
2007-08-14Add support for UEC to 8568Andy Fleming1-7/+7
2006-11-30Code cleanup.Wolfgang Denk1-421/+424
2006-11-03mpc83xx: add QE ethernet supportDave Liu1-0/+604