summaryrefslogtreecommitdiff
path: root/common/cmd_mii.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-23net: trivial: Fix typos in mii field descriptionsStephan Bauroth1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-2/+2
2011-01-09miiphy: convert to linux/mii.hMike Frysinger1-15/+14
2010-11-28cmd_mii: localize & constify local funcs/dataMike Frysinger1-38/+30
2010-08-09miiphy: constify device nameMike Frysinger1-1/+1
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-6/+3
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2009-06-12General help message cleanupWolfgang Denk1-1/+1
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-2/+2
2008-04-14Add CONFIG_MII_INIT support to related boardsTsiChung Liew1-1/+1
2008-03-30Fix macro typo in common/cmd_mii.cBen Warren1-1/+1
2008-03-30Add CONFIG_MII_INIT in cmd_mii.cTsi-Chung Liew1-1/+1
2008-01-09Remove the obsolete terse version of do_mii()Shinya Kuribayashi1-139/+0
2008-01-09common/cmd_mii.c: Add sanity argc checkShinya Kuribayashi1-0/+5
2007-11-21[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-4/+0
2007-11-06NET: Add Ethernet 1000BASE-X support for PPC4xxLarry Johnson1-2/+6
2007-08-15Merge with git://www.denx.de/git/u-boot.gitStefan Roese1-2/+2
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-09common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-1/+1
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2007-06-19Added M5329AFEE and M5329BFEE PlatformsTsiChung Liew1-1/+1
2006-08-07Change "mii info" to not print an error upon missing PHY at addressStefan Roese1-4/+0
2006-07-21Check argument count in "mii" command.Wolfgang Denk1-0/+5
2005-10-29Add support for multiple PHYs.Marian Balakowicz1-36/+73
2005-10-11Added support for TQM834x boards.Marian Balakowicz1-1/+1
2005-09-24* Fix PHY address argument passing with mii info commandWolfgang Denk1-6/+5
2005-08-06Fix 'mii help' text formattingWolfgang Denk1-1/+1
2004-04-25* Patch by John Kerl, 19 Apr 2004:wdenk1-13/+9
2004-04-24* Modify KUP4X board configuration to use SL811 driver for USB memorywdenk1-1/+1
2004-04-19* Temporarily disabled John Kerl's extended MII command code becausewdenk1-3/+7
2004-04-19* Patch by John Kerl, 16 Apr 2004:wdenk1-0/+413
2004-03-24* Patches by Thomas Viehweger, 16 Mar 2004:wdenk1-2/+2
2004-03-14* Patches by Travis Sawyer, 12 Mar 2004:wdenk1-1/+1
2004-02-27* Patch by Markus Pietrek, 24 Feb 2004:wdenk1-0/+1
2004-02-12* Some code cleanupwdenk1-1/+1
2003-12-07* Patches by Stephan Linz, 3 Nov 2003:wdenk1-2/+8
2003-07-02Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-2/+2
2003-06-28* Code cleanup:wdenk1-1/+11
2003-04-10Add support for TQM862L moduleswdenk1-1/+1
2002-09-19Initial revisionwdenk1-0/+131