summaryrefslogtreecommitdiff
path: root/common/cmd_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-23cmd_mmc: use new mmc_select_hwpart() functionStephen Warren1-15/+6
2014-05-23eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' commandPierre Aubert1-296/+510
2014-04-02mmc: Add 'mmc rst-function' sub-commandTom Rini1-0/+37
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou1-1/+1
2014-02-07cmd_mmc.c: Drop open/close mmc sub-commandsTom Rini1-72/+0
2014-02-07cmd_mmc.c: Add bootbus mmc sub-commandTom Rini1-0/+29
2014-02-07cmd_mmc.c: Add 'partconf' command to mmcTom Rini1-1/+29
2014-02-07cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize'Tom Rini1-4/+4
2014-02-07cmd_mmc.c: Change 'bootpart' code to match normal coding styleTom Rini1-4/+11
2014-01-09mmc: add setdsr supportMarkus Niebel1-0/+23
2013-09-20Fix some obvious typos across multiple subsystems.Robert P. J. Day1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-13COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partitionAmar1-2/+107
2013-04-17mmc: support the correct card version for eMMCJaehoon Chung1-1/+1
2013-04-03mmc: don't allow extra cmdline argumentsStephen Warren1-2/+12
2013-03-09mmc: add support for write protectionNikita Kiryanov1-0/+7
2012-11-28mmc: Fix incorrect handling of 'read' & 'write' commandsTaylor Hutt1-5/+4
2012-11-14cmd_mmc.c: Fix typo, "dislay" -> "display"Robert P. J. Day1-1/+1
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-3/+3
2012-09-06mmcinfo: Fix help messageBenoît Thébaudeau1-2/+1
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-7/+7
2011-07-16mmc: rescan fails on empty slotMichael Jones1-2/+4
2011-07-16MMC: add erase function to both mmc and sdLei Wen1-4/+18
2011-07-16MMC: unify mmc read and write operationLei Wen1-32/+35
2011-05-18mmc: enable partition switch function for emmcLei Wen1-4/+34
2011-05-18cmd_mmc: eliminate device num in the mmc commandLei Wen1-88/+110
2011-04-13mmc: show mmc capacity using print_sizeMinkyu Kang1-1/+2
2010-09-21cmd_mmc: use common usage functionMike Frysinger1-6/+3
2010-09-19mmc: print out partition tableLei Wen1-0/+20
2010-09-10Prepare v2010.09-rc1Wolfgang Denk1-1/+1
2010-08-10fix cmd_mmc.c, line 136 missing "Reinhard Meyer1-1/+1
2010-08-09various cmd_* files: fixed layout a little bitFrans Meulenbroeks1-1/+2
2010-08-09various cmd_* files: remove the command name from the help messageFrans Meulenbroeks1-1/+3
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-10/+5
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-3/+3
2010-03-21cmd_mmc remove \nFrans Meulenbroeks1-1/+1
2009-07-18cmd_mmc: make curr_device staticMike Frysinger1-1/+1
2009-06-12General help message cleanupWolfgang Denk1-5/+6
2009-06-03mmc: check find_mmc_device return valueRabin Vincent1-0/+9
2009-06-03mmc: clean up help textsRabin Vincent1-4/+5
2009-04-05cmd_mmc: add support for device command for selecting mmc deviceMinkyu Kang1-5/+56
2009-04-05more command usage cleanupMike Frysinger1-1/+1
2009-02-19MMC: Don't use new framework code if not enabledDirk Behme1-1/+2
2009-02-19Coding style cleanup, update CHANGELOGWolfgang Denk1-1/+1
2009-02-17Add MMC FrameworkAndy Fleming1-0/+132
2009-02-17Convert mmc_init to mmc_legacy_initAndy Fleming1-1/+1
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2007-11-21[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-5/+0
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