summaryrefslogtreecommitdiff
path: root/common/cmd_mmc.c
Commit message (Expand)AuthorAgeLines
* cmd_mmc remove \nFrans Meulenbroeks2010-03-21-1/+1
* cmd_mmc: make curr_device staticMike Frysinger2009-07-17-1/+1
* General help message cleanupWolfgang Denk2009-06-12-5/+6
* mmc: check find_mmc_device return valueRabin Vincent2009-06-02-0/+9
* mmc: clean up help textsRabin Vincent2009-06-02-4/+5
* cmd_mmc: add support for device command for selecting mmc deviceMinkyu Kang2009-04-04-5/+56
* more command usage cleanupMike Frysinger2009-04-04-1/+1
* MMC: Don't use new framework code if not enabledDirk Behme2009-02-19-1/+2
* Coding style cleanup, update CHANGELOGWolfgang Denk2009-02-19-1/+1
* Add MMC FrameworkAndy Fleming2009-02-16-0/+132
* Convert mmc_init to mmc_legacy_initAndy Fleming2009-02-16-1/+1
* Command usage cleanupPeter Tyser2009-01-28-1/+1
* [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-20-5/+0
* 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
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-01-2/+2
* Fix some missing commands, cleanup header fileswdenk2003-06-29-0/+6
* * Fix CONFIG_NET_MULTI support in include/net.hwdenk2003-06-15-0/+40