summaryrefslogtreecommitdiff
path: root/common/cmd_mii.c
Commit message (Expand)AuthorAgeLines
* net: trivial: Fix typos in mii field descriptionsStephan Bauroth2013-11-22-2/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-06-2/+2
* miiphy: convert to linux/mii.hMike Frysinger2011-01-09-15/+14
* cmd_mii: localize & constify local funcs/dataMike Frysinger2010-11-28-38/+30
* miiphy: constify device nameMike Frysinger2010-08-09-1/+1
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-24-6/+3
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-1/+1
* General help message cleanupWolfgang Denk2009-06-12-1/+1
* Command usage cleanupPeter Tyser2009-01-28-1/+1
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-28-2/+2
* Add CONFIG_MII_INIT support to related boardsTsiChung Liew2008-04-13-1/+1
* Fix macro typo in common/cmd_mii.cBen Warren2008-03-30-1/+1
* Add CONFIG_MII_INIT in cmd_mii.cTsi-Chung Liew2008-03-30-1/+1
* Remove the obsolete terse version of do_mii()Shinya Kuribayashi2008-01-09-139/+0
* common/cmd_mii.c: Add sanity argc checkShinya Kuribayashi2008-01-09-0/+5
* [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-20-4/+0
* NET: Add Ethernet 1000BASE-X support for PPC4xxLarry Johnson2007-11-06-2/+6
* Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-08-15-2/+2
|\
| * common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-1/+1
| * common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-08-1/+1
| * common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-1/+1
* | Added M5329AFEE and M5329BFEE PlatformsTsiChung Liew2007-06-18-1/+1
|/
* Change "mii info" to not print an error upon missing PHY at addressStefan Roese2006-08-07-4/+0
* Check argument count in "mii" command.Wolfgang Denk2006-07-21-0/+5
* Add support for multiple PHYs.Marian Balakowicz2005-10-28-36/+73
* Added support for TQM834x boards.Marian Balakowicz2005-10-11-1/+1
* * Fix PHY address argument passing with mii info commandWolfgang Denk2005-09-24-6/+5
* Fix 'mii help' text formattingWolfgang Denk2005-08-06-1/+1
* * Patch by John Kerl, 19 Apr 2004:wdenk2004-04-25-13/+9
* * Modify KUP4X board configuration to use SL811 driver for USB memorywdenk2004-04-23-1/+1
* * Temporarily disabled John Kerl's extended MII command code becausewdenk2004-04-18-3/+7
* * Patch by John Kerl, 16 Apr 2004:wdenk2004-04-18-0/+413
* * Patches by Thomas Viehweger, 16 Mar 2004:wdenk2004-03-23-2/+2
* * Patches by Travis Sawyer, 12 Mar 2004:wdenk2004-03-14-1/+1
* * Patch by Markus Pietrek, 24 Feb 2004:wdenk2004-02-26-0/+1
* * Some code cleanupwdenk2004-02-12-1/+1
* * Patches by Stephan Linz, 3 Nov 2003:wdenk2003-12-06-2/+8
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-01-2/+2
* * Code cleanup:wdenk2003-06-27-1/+11
* Add support for TQM862L moduleswdenk2003-04-10-1/+1
* Initial revisionwdenk2002-09-18-0/+131