| Commit message (Expand) | Author | Age | Files | Lines |
* | Move all command code into its own directory | Simon Glass | 2016-01-25 | 1 | -882/+0 |
* | mmc: store hwpart in the block device | Stephen Warren | 2016-01-13 | 1 | -12/+6 |
* | block: pass block dev not num to read/write/erase() | Stephen Warren | 2016-01-13 | 1 | -3/+3 |
* | common: mmc: unsigned char compared against 0 | Peng Fan | 2015-12-05 | 1 | -1/+1 |
* | Move console definitions into a new console.h file | Simon Glass | 2015-11-19 | 1 | -0/+1 |
* | mmc: Implement SD/MMC versioning properly | Pantelis Antoniou | 2015-02-23 | 1 | -2/+6 |
* | mmc: extend mmcinfo output to show partition write reliability settings | Diego Santa Cruz | 2015-01-19 | 1 | -2/+10 |
* | mmc: extend the mmc hwpartition sub-command to change write reliability | Diego Santa Cruz | 2015-01-19 | 1 | -24/+92 |
* | mmc: add mmc hwpartition sub-command to do eMMC hardware partitioning | Diego Santa Cruz | 2015-01-19 | 1 | -1/+92 |
* | mmc: show the erase group size and HC WP group size in mmcinfo output | Diego Santa Cruz | 2015-01-19 | 1 | -0/+8 |
* | mmc: display size and start of eMMC enhanced user data area in mmcinfo | Diego Santa Cruz | 2015-01-19 | 1 | -3/+8 |
* | mmc: skip mmcinfo partition info processing for eMMC < 4.41 | Diego Santa Cruz | 2015-01-19 | 1 | -1/+1 |
* | mmc: make eMMC general purpose partition numbering match spec | Diego Santa Cruz | 2015-01-19 | 1 | -1/+1 |
* | mmc: extend mmcinfo to show enhanced partition attribute | Diego Santa Cruz | 2015-01-19 | 1 | -4/+10 |
* | mmc: show hardware partition sizes in mmcinfo output | Diego Santa Cruz | 2015-01-19 | 1 | -0/+17 |
* | mmc: Fix handling of bus widths and DDR card capabilities | Andrew Gabbasov | 2014-12-12 | 1 | -1/+2 |
* | cmd_mmc: fix bootpart-resize maxarg to 4 | Wally Yeh | 2014-10-03 | 1 | -1/+1 |
* | cmd_mmc: make mmc dev always re-probe the HW | Stephen Warren | 2014-06-12 | 1 | -1/+1 |
* | cmd_mmc: Use init_mmc_device() from do_mmc_rescan() | Stephen Warren | 2014-06-12 | 1 | -8/+2 |
* | cmd_mmc: add force_init parameter to init_mmc_device() | Stephen Warren | 2014-06-12 | 1 | -12/+14 |
* | cmd_mmc: default to HW partition 0 if not specified | Stephen Warren | 2014-06-12 | 1 | -8/+7 |
* | cmd_mmc: use new mmc_select_hwpart() function | Stephen Warren | 2014-05-23 | 1 | -15/+6 |
* | eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' command | Pierre Aubert | 2014-05-23 | 1 | -296/+510 |
* | mmc: Add 'mmc rst-function' sub-command | Tom Rini | 2014-04-02 | 1 | -0/+37 |
* | mmc: Split mmc struct, rework mmc initialization (v2) | Pantelis Antoniou | 2014-03-24 | 1 | -1/+1 |
* | cmd_mmc.c: Drop open/close mmc sub-commands | Tom Rini | 2014-02-07 | 1 | -72/+0 |
* | cmd_mmc.c: Add bootbus mmc sub-command | Tom Rini | 2014-02-07 | 1 | -0/+29 |
* | cmd_mmc.c: Add 'partconf' command to mmc | Tom Rini | 2014-02-07 | 1 | -1/+29 |
* | cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize' | Tom Rini | 2014-02-07 | 1 | -4/+4 |
* | cmd_mmc.c: Change 'bootpart' code to match normal coding style | Tom Rini | 2014-02-07 | 1 | -4/+11 |
* | mmc: add setdsr support | Markus Niebel | 2014-01-09 | 1 | -0/+23 |
* | Fix some obvious typos across multiple subsystems. | Robert P. J. Day | 2013-09-20 | 1 | -2/+2 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition | Amar | 2013-06-13 | 1 | -2/+107 |
* | mmc: support the correct card version for eMMC | Jaehoon Chung | 2013-04-17 | 1 | -1/+1 |
* | mmc: don't allow extra cmdline arguments | Stephen Warren | 2013-04-02 | 1 | -2/+12 |
* | mmc: add support for write protection | Nikita Kiryanov | 2013-03-08 | 1 | -0/+7 |
* | mmc: Fix incorrect handling of 'read' & 'write' commands | Taylor Hutt | 2012-11-27 | 1 | -5/+4 |
* | cmd_mmc.c: Fix typo, "dislay" -> "display" | Robert P. J. Day | 2012-11-14 | 1 | -1/+1 |
* | common/cmd_*.c: sparse fixes | Kim Phillips | 2012-11-04 | 1 | -3/+3 |
* | mmcinfo: Fix help message | Benoît Thébaudeau | 2012-09-05 | 1 | -2/+1 |
* | Convert cmd_usage() calls in common to use a return value | Simon Glass | 2012-03-06 | 1 | -7/+7 |
* | mmc: rescan fails on empty slot | Michael Jones | 2011-07-15 | 1 | -2/+4 |
* | MMC: add erase function to both mmc and sd | Lei Wen | 2011-07-15 | 1 | -4/+18 |
* | MMC: unify mmc read and write operation | Lei Wen | 2011-07-15 | 1 | -32/+35 |
* | mmc: enable partition switch function for emmc | Lei Wen | 2011-05-18 | 1 | -4/+34 |
* | cmd_mmc: eliminate device num in the mmc command | Lei Wen | 2011-05-18 | 1 | -88/+110 |
* | mmc: show mmc capacity using print_size | Minkyu Kang | 2011-04-13 | 1 | -1/+2 |
* | cmd_mmc: use common usage function | Mike Frysinger | 2010-09-21 | 1 | -6/+3 |
* | mmc: print out partition table | Lei Wen | 2010-09-18 | 1 | -0/+20 |