summaryrefslogtreecommitdiff
path: root/drivers/qe/uec_phy.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-17net, qe: add DM support for QE UEC ethernetHeiko Schocher1-0/+3
2020-09-17powerpc, qe: fix codingstyle issues for drivers/qeHeiko Schocher1-158/+173
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19Fix some checkpatch warnings in calls to udelay()Simon Glass1-3/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-24treewide: 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-23qe: 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-21fsl: 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-12UEC PHY: Speed up initial PHY neg.Joakim Tjernlund1-0/+9
2010-10-12UEC 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-0483xx: UEC: Added support for bitBang MII driver access to PHYsRichard Retanubun1-0/+47
2010-04-22Move arch/ppc to arch/powerpcStefan Roese1-1/+1
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-1/+1
2010-02-0183xx, uec: split enet_interface in two variablesHeiko Schocher1-38/+46
2009-09-26net: uec_phy: Implement TXID and RXID RGMII modes for Marvell PHYsAnton Vorontsov1-2/+13
2009-08-11UEC FIXED PHY: Determine fixed-phy port using UEC interface name.Richard Retanubun1-17/+19
2009-01-25powerpc: net: support for the SMSC LAN8700 PHYHeiko Schocher1-0/+59
2008-11-10drivers/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-26uec: add support for Broadcom BCM5481 Gigabit PHYAnton Vorontsov1-0/+41
2008-03-26uec: 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-17Remove annoying debug printout for PHY less boards.Joakim Tjernlund1-2/+1
2008-01-17net: 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-04mpc83xx: add QE ethernet supportDave Liu1-0/+604