summaryrefslogtreecommitdiff
path: root/common/miiphyutil.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2018-10-24miiphy: Add function to retrieve MDIO bus list headPankaj Bansal1-0/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-12-20common: miiphyutil: Add helper function for mdio bus nameMichal Simek1-0/+12
2016-12-09Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini1-12/+0
2016-12-08common: miiphyutil: Add helper function for mdio bus nameMichal Simek1-0/+12
2016-12-02common: miiphyutil: Work and report phy address in hex in mdio cmdMichal Simek1-1/+1
2016-08-22net: mii: check phy advertising register when geting link statusDongpo Li1-4/+14
2016-08-15net: mii: Clean up legacy glue that is not usedJoe Hershberger1-73/+0
2015-12-06common: miiphyutil: avoid memory leakPeng Fan1-0/+2
2015-12-06common: miiphyutil: no need to check name of mii_devPeng Fan1-1/+1
2015-10-29net: mdio: Add mdio_free() and mdio_unregister() APIBin Meng1-0/+19
2015-04-18dm: net: Adjust PHY interface to work with CONFIG_DM_ETHSimon Glass1-0/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2011-12-07Revert "mii: miiphy register address width change"Wolfgang Denk1-4/+4
2011-12-07mii: miiphy register address width changeChandan Nath1-4/+4
2011-12-06miiphy: Note that miiphy_* API is deprecatedAndy Fleming1-0/+10
2011-07-26miiphy: use strncpy() not sprintf()Laurence Withers1-10/+4
2011-05-01miiphy: miiphyutil.c: fix compile warningAnatolij Gustschin1-4/+8
2011-04-21Create PHY Lib for U-BootAndy Fleming1-36/+145
2011-04-20miiphy: Fix some formatting issuesAndy Fleming1-72/+72
2011-01-09miiphy: convert to linux/mii.hMike Frysinger1-25/+25
2010-08-09miiphy: leverage current_mii cache moreMike Frysinger1-2/+16
2010-08-09miiphy: unify device list lookupMike Frysinger1-60/+40
2010-08-09miiphy: constify device nameMike Frysinger1-20/+21
2010-03-12Cosmetic change - indentation correction.Michael Zaidman1-2/+2
2010-02-07net: Use 0.5 sec timeout in miiphy_reset() instead of counting loopStefan Roese1-6/+6
2009-10-19Cleanup: use constantNiklaus Giger1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-29miiphyutil: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-2/+0
2008-02-15common/miiphyutil.c: Cleanup MII_DEBUG and debug()Shinya Kuribayashi1-22/+9
2007-11-06NET: Add Ethernet 1000BASE-X support for PPC4xxLarry Johnson1-58/+93
2007-11-06NET: Cosmetic changesLarry Johnson1-73/+68
2007-07-09common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-2/+2
2007-07-04common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2005-11-30Fix miiphy global data initialization (problem on 4xx boards when noMarian Balakowicz1-7/+10
2005-10-29Add support for multiple PHYs.Marian Balakowicz1-18/+228
2005-08-13Preserve PHY_BMCR during a soft reset.Wolfgang Denk1-1/+7
2004-06-07* Patch by Dave Peverley, 30 Apr 2004:wdenk1-5/+37
2004-04-16Patches by Pantelis Antoniou, 30 Mar 2004:wdenk1-0/+2
2004-03-24* Patch by Stephen Williams, 19 March 2004wdenk1-1/+4
2004-03-24* Patches by Thomas Viehweger, 16 Mar 2004:wdenk1-8/+8
2004-03-14* Patches by Travis Sawyer, 12 Mar 2004:wdenk1-1/+24
2004-02-09* Patch by Yuli Barcohen, 26 Jan 2004:wdenk1-1/+3
2003-12-07* Patches by Stephan Linz, 3 Nov 2003:wdenk1-8/+5
2003-10-09* Patch by Sangmoon Kim, 23 Sep 2003:wdenk1-0/+23
2002-11-03Initial revisionwdenk1-0/+172