summaryrefslogtreecommitdiff
path: root/drivers/net/mcfmii.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-08m68k: Remove M5475x boardsTom Rini1-4/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-0/+8
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-01-10drivers: mcfmii: add dm supportAngelo Durgehello1-23/+25
2019-12-03common: Move mii_init() function out of common.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-08-15net: mii: Changes not made by spatchJoe Hershberger1-13/+6
2013-08-19net: Use ARRAY_SIZE at appropriate placesAxel Lin1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-10-19m68k: net: Fix unused variable in mcfmii.cMarek Vasut1-3/+1
2011-10-06net: drop !NET_MULTI codeMike Frysinger1-2/+2
2011-01-09miiphy: convert to linux/mii.hMike Frysinger1-7/+7
2010-08-09miiphy: constify device nameMike Frysinger1-2/+2
2010-05-04fix lockup in mcfmii/mii_discover_phy() in case communication failsWolfgang Wegner1-22/+23
2009-06-15Subject: [PATCH] [repost] Standardize the use of MCFFEC_TOUT_LOOP as a udelay...Richard Retanubun1-1/+1
2009-02-07Coldfire: mcfmii: Allow non-autonegotiating PHYs to use mii commandRichard Retanubun1-8/+19
2008-11-10ColdFire: Add mii driver in drivers/netTsiChung Liew1-0/+321