summaryrefslogtreecommitdiff
path: root/common/cmd_mmc.c
AgeCommit message (Expand)Author
2013-04-17mmc: support the correct card version for eMMCJaehoon Chung
2013-04-02mmc: don't allow extra cmdline argumentsStephen Warren
2013-03-08mmc: add support for write protectionNikita Kiryanov
2012-11-27mmc: Fix incorrect handling of 'read' & 'write' commandsTaylor Hutt
2012-11-14cmd_mmc.c: Fix typo, "dislay" -> "display"Robert P. J. Day
2012-11-04common/cmd_*.c: sparse fixesKim Phillips
2012-09-05mmcinfo: Fix help messageBenoît Thébaudeau
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass
2011-07-15mmc: rescan fails on empty slotMichael Jones
2011-07-15MMC: add erase function to both mmc and sdLei Wen
2011-07-15MMC: unify mmc read and write operationLei Wen
2011-05-18mmc: enable partition switch function for emmcLei Wen
2011-05-18cmd_mmc: eliminate device num in the mmc commandLei Wen
2011-04-13mmc: show mmc capacity using print_sizeMinkyu Kang
2010-09-21cmd_mmc: use common usage functionMike Frysinger
2010-09-18mmc: print out partition tableLei Wen
2010-09-10Prepare v2010.09-rc1Wolfgang Denk
2010-08-10fix cmd_mmc.c, line 136 missing "Reinhard Meyer
2010-08-09various cmd_* files: fixed layout a little bitFrans Meulenbroeks
2010-08-09various cmd_* files: remove the command name from the help messageFrans Meulenbroeks
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-03-21cmd_mmc remove \nFrans Meulenbroeks
2009-07-17cmd_mmc: make curr_device staticMike Frysinger
2009-06-12General help message cleanupWolfgang Denk
2009-06-02mmc: check find_mmc_device return valueRabin Vincent
2009-06-02mmc: clean up help textsRabin Vincent
2009-04-04cmd_mmc: add support for device command for selecting mmc deviceMinkyu Kang
2009-04-04more command usage cleanupMike Frysinger
2009-02-19MMC: Don't use new framework code if not enabledDirk Behme
2009-02-19Coding style cleanup, update CHANGELOGWolfgang Denk
2009-02-16Add MMC FrameworkAndy Fleming
2009-02-16Convert mmc_init to mmc_legacy_initAndy Fleming
2009-01-28Command usage cleanupPeter Tyser
2007-11-20[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger
2007-07-08common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger
2003-07-01Patch by Kenneth Johansson, 30 Jun 2003:wdenk
2003-06-29Fix some missing commands, cleanup header fileswdenk
2003-06-15* Fix CONFIG_NET_MULTI support in include/net.hwdenk