summaryrefslogtreecommitdiff
path: root/drivers/net/mcfmii.c
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_MII_INIT to KconfigTom Rini2022-03-251-3/+1
* m68k: Remove M5475x boardsTom Rini2021-07-071-4/+0
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-0/+8
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* drivers: mcfmii: add dm supportAngelo Durgehello2020-01-101-23/+25
* common: Move mii_init() function out of common.hSimon Glass2019-12-021-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: mii: Changes not made by spatchJoe Hershberger2016-08-151-13/+6
* net: Use ARRAY_SIZE at appropriate placesAxel Lin2013-08-191-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* m68k: net: Fix unused variable in mcfmii.cMarek Vasut2012-10-191-3/+1
* net: drop !NET_MULTI codeMike Frysinger2011-10-051-2/+2
* miiphy: convert to linux/mii.hMike Frysinger2011-01-091-7/+7
* miiphy: constify device nameMike Frysinger2010-08-091-2/+2
* fix lockup in mcfmii/mii_discover_phy() in case communication failsWolfgang Wegner2010-05-031-22/+23
* Subject: [PATCH] [repost] Standardize the use of MCFFEC_TOUT_LOOP as a udelay...Richard Retanubun2009-06-151-1/+1
* Coldfire: mcfmii: Allow non-autonegotiating PHYs to use mii commandRichard Retanubun2009-02-061-8/+19
* ColdFire: Add mii driver in drivers/netTsiChung Liew2008-11-091-0/+321