summaryrefslogtreecommitdiff
path: root/common/cmd_mmc.c
AgeCommit message (Expand)Author
2016-01-25Move all command code into its own directorySimon Glass
2016-01-13mmc: store hwpart in the block deviceStephen Warren
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2015-12-05common: mmc: unsigned char compared against 0Peng Fan
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-02-23mmc: Implement SD/MMC versioning properlyPantelis Antoniou
2015-01-19mmc: extend mmcinfo output to show partition write reliability settingsDiego Santa Cruz
2015-01-19mmc: extend the mmc hwpartition sub-command to change write reliabilityDiego Santa Cruz
2015-01-19mmc: add mmc hwpartition sub-command to do eMMC hardware partitioningDiego Santa Cruz
2015-01-19mmc: show the erase group size and HC WP group size in mmcinfo outputDiego Santa Cruz
2015-01-19mmc: display size and start of eMMC enhanced user data area in mmcinfoDiego Santa Cruz
2015-01-19mmc: skip mmcinfo partition info processing for eMMC < 4.41Diego Santa Cruz
2015-01-19mmc: make eMMC general purpose partition numbering match specDiego Santa Cruz
2015-01-19mmc: extend mmcinfo to show enhanced partition attributeDiego Santa Cruz
2015-01-19mmc: show hardware partition sizes in mmcinfo outputDiego Santa Cruz
2014-12-12mmc: Fix handling of bus widths and DDR card capabilitiesAndrew Gabbasov
2014-10-03cmd_mmc: fix bootpart-resize maxarg to 4Wally Yeh
2014-06-12cmd_mmc: make mmc dev always re-probe the HWStephen Warren
2014-06-12cmd_mmc: Use init_mmc_device() from do_mmc_rescan()Stephen Warren
2014-06-12cmd_mmc: add force_init parameter to init_mmc_device()Stephen Warren
2014-06-12cmd_mmc: default to HW partition 0 if not specifiedStephen Warren
2014-05-23cmd_mmc: use new mmc_select_hwpart() functionStephen Warren
2014-05-23eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' commandPierre Aubert
2014-04-02mmc: Add 'mmc rst-function' sub-commandTom Rini
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou
2014-02-07cmd_mmc.c: Drop open/close mmc sub-commandsTom Rini
2014-02-07cmd_mmc.c: Add bootbus mmc sub-commandTom Rini
2014-02-07cmd_mmc.c: Add 'partconf' command to mmcTom Rini
2014-02-07cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize'Tom Rini
2014-02-07cmd_mmc.c: Change 'bootpart' code to match normal coding styleTom Rini
2014-01-09mmc: add setdsr supportMarkus Niebel
2013-09-20Fix some obvious typos across multiple subsystems.Robert P. J. Day
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-13COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partitionAmar
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