summaryrefslogtreecommitdiffstats
path: root/common/cmd_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: Implement SD/MMC versioning properlyPantelis Antoniou2015-02-231-2/+6
* mmc: extend mmcinfo output to show partition write reliability settingsDiego Santa Cruz2015-01-191-2/+10
* mmc: extend the mmc hwpartition sub-command to change write reliabilityDiego Santa Cruz2015-01-191-24/+92
* mmc: add mmc hwpartition sub-command to do eMMC hardware partitioningDiego Santa Cruz2015-01-191-1/+92
* mmc: show the erase group size and HC WP group size in mmcinfo outputDiego Santa Cruz2015-01-191-0/+8
* mmc: display size and start of eMMC enhanced user data area in mmcinfoDiego Santa Cruz2015-01-191-3/+8
* mmc: skip mmcinfo partition info processing for eMMC < 4.41Diego Santa Cruz2015-01-191-1/+1
* mmc: make eMMC general purpose partition numbering match specDiego Santa Cruz2015-01-191-1/+1
* mmc: extend mmcinfo to show enhanced partition attributeDiego Santa Cruz2015-01-191-4/+10
* mmc: show hardware partition sizes in mmcinfo outputDiego Santa Cruz2015-01-191-0/+17
* mmc: Fix handling of bus widths and DDR card capabilitiesAndrew Gabbasov2014-12-121-1/+2
* cmd_mmc: fix bootpart-resize maxarg to 4Wally Yeh2014-10-031-1/+1
* cmd_mmc: make mmc dev always re-probe the HWStephen Warren2014-06-121-1/+1
* cmd_mmc: Use init_mmc_device() from do_mmc_rescan()Stephen Warren2014-06-121-8/+2
* cmd_mmc: add force_init parameter to init_mmc_device()Stephen Warren2014-06-121-12/+14
* cmd_mmc: default to HW partition 0 if not specifiedStephen Warren2014-06-121-8/+7
* cmd_mmc: use new mmc_select_hwpart() functionStephen Warren2014-05-231-15/+6
* eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' commandPierre Aubert2014-05-231-296/+510
* mmc: Add 'mmc rst-function' sub-commandTom Rini2014-04-021-0/+37
* mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2014-03-241-1/+1
* cmd_mmc.c: Drop open/close mmc sub-commandsTom Rini2014-02-071-72/+0
* cmd_mmc.c: Add bootbus mmc sub-commandTom Rini2014-02-071-0/+29
* cmd_mmc.c: Add 'partconf' command to mmcTom Rini2014-02-071-1/+29
* cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize'Tom Rini2014-02-071-4/+4
* cmd_mmc.c: Change 'bootpart' code to match normal coding styleTom Rini2014-02-071-4/+11
* mmc: add setdsr supportMarkus Niebel2014-01-091-0/+23
* Fix some obvious typos across multiple subsystems.Robert P. J. Day2013-09-201-2/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partitionAmar2013-06-131-2/+107
* mmc: support the correct card version for eMMCJaehoon Chung2013-04-171-1/+1
* mmc: don't allow extra cmdline argumentsStephen Warren2013-04-021-2/+12
* mmc: add support for write protectionNikita Kiryanov2013-03-081-0/+7
* mmc: Fix incorrect handling of 'read' & 'write' commandsTaylor Hutt2012-11-271-5/+4
* cmd_mmc.c: Fix typo, "dislay" -> "display"Robert P. J. Day2012-11-141-1/+1
* common/cmd_*.c: sparse fixesKim Phillips2012-11-041-3/+3
* mmcinfo: Fix help messageBenoît Thébaudeau2012-09-051-2/+1
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-061-7/+7
* mmc: rescan fails on empty slotMichael Jones2011-07-151-2/+4
* MMC: add erase function to both mmc and sdLei Wen2011-07-151-4/+18
* MMC: unify mmc read and write operationLei Wen2011-07-151-32/+35
* mmc: enable partition switch function for emmcLei Wen2011-05-181-4/+34
* cmd_mmc: eliminate device num in the mmc commandLei Wen2011-05-181-88/+110
* mmc: show mmc capacity using print_sizeMinkyu Kang2011-04-131-1/+2
* cmd_mmc: use common usage functionMike Frysinger2010-09-211-6/+3
* mmc: print out partition tableLei Wen2010-09-181-0/+20
* Prepare v2010.09-rc1Wolfgang Denk2010-09-101-1/+1
* fix cmd_mmc.c, line 136 missing "Reinhard Meyer2010-08-101-1/+1
* various cmd_* files: fixed layout a little bitFrans Meulenbroeks2010-08-091-1/+2
* various cmd_* files: remove the command name from the help messageFrans Meulenbroeks2010-08-091-1/+3
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-241-10/+5
OpenPOWER on IntegriCloud