| Commit message (Expand) | Author | Age | Lines |
* | mmc: Add 'mmc rst-function' sub-command | Tom Rini | 2014-04-02 | -0/+12 |
* | mmc: Split mmc struct, rework mmc initialization (v2) | Pantelis Antoniou | 2014-03-24 | -35/+63 |
* | mmc: Remove ops from struct mmc and put in mmc_ops | Pantelis Antoniou | 2014-03-24 | -9/+12 |
* | cmd_mmc.c: Drop open/close mmc sub-commands | Tom Rini | 2014-02-07 | -65/+0 |
* | cmd_mmc.c: Add bootbus mmc sub-command | Tom Rini | 2014-02-07 | -0/+21 |
* | cmd_mmc.c: Add 'partconf' command to mmc | Tom Rini | 2014-02-07 | -0/+21 |
* | mmc: set rca to 1 for MMC cards | Stephen Warren | 2014-02-07 | -1/+1 |
* | mmc: add setdsr support | Markus Niebel | 2014-01-09 | -0/+18 |
* | mmc: Fix erase_grp_size for partitioned card | Oliver Metz | 2013-10-31 | -4/+13 |
* | mmc: don't support write & erase for SPL builds | Paul Burton | 2013-09-20 | -182/+4 |
* | mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORT | Paul Burton | 2013-09-17 | -0/+36 |
* | mmc: Remove unused variable backup from mmc_send_cmd() | Oleksandr Tyshchenko | 2013-09-17 | -3/+0 |
* | powerpc: mpc85xx: Support booting from SD Card with SPL | Ying Zhang | 2013-08-20 | -0/+2 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -17/+1 |
* | Fix block device accesses beyond 2TiB | Sascha Silbe | 2013-06-26 | -8/+9 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-06-22 | -0/+134 |
|\ |
|
| * | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-06-19 | -0/+134 |
| |\ |
|
| | * | MMC: APIs to support resize of EMMC boot partition | Amar | 2013-06-13 | -0/+134 |
* | | | mmc: report capacity for the selected partition | Stephen Warren | 2013-06-13 | -7/+61 |
* | | | mmc write bug fix | Ruud Commandeur | 2013-06-13 | -3/+5 |
|/ / |
|
* | | mmc: Split device init to decouple OCR-polling delay | Che-Liang Chiou | 2013-05-06 | -32/+105 |
|/ |
|
* | part/dev_desc: Add log2 of blocksize to block_dev_desc data struct | Egbert Eich | 2013-05-01 | -0/+1 |
* | mmc: Define a constant for the maximum block size | Simon Glass | 2013-05-01 | -12/+13 |
* | mmc: check the revision for sd3.0 | Jaehoon Chung | 2013-04-17 | -0/+2 |
* | mmc: support the correct card version for eMMC | Jaehoon Chung | 2013-04-17 | -0/+18 |
* | mmc: mmc_getcd/getwp: use sensible defaults | Peter Korsgaard | 2013-03-24 | -4/+12 |
* | mmc: add support for write protection | Nikita Kiryanov | 2013-03-08 | -0/+17 |
* | mmc: Properly determine maximum supported bus width | Andy Fleming | 2012-11-27 | -12/+35 |
* | mmc: Fix interpretation of MMC_CMD_ALL_SEND_CID | Taylor Hutt | 2012-11-27 | -7/+9 |
* | drivers/mmc/mmc.c: sparse fixes | Kim Phillips | 2012-11-04 | -18/+19 |
* | MMC: Remove the MMC bounce buffer | Marek Vasut | 2012-10-22 | -92/+0 |
* | mmc_get_dev: Return error if mmc_init fails | Benoît Thébaudeau | 2012-09-05 | -2/+1 |
* | mmc: detect boot sectors using EXT_CSD_BOOT_MULT too | Stephen Warren | 2012-09-05 | -1/+2 |
* | MMC: u-boot-spl may be compiled without partition support | Mikhail Kshevetskiy | 2012-09-05 | -0/+2 |
* | mmc: fix capacity calculation when EXT_CSD_SEC_CNT is used | Yoshihiro Shimoda | 2012-09-05 | -5/+5 |
* | mmc: fix wrong timeout check in mmc_send_status() | Jongman Heo | 2012-09-05 | -1/+1 |
* | mmc: Remove unused item flags in struct mmc_cmd | Kaspter Ju | 2012-09-02 | -28/+0 |
* | SD/MMC: check the card status during erase operation | Jerry Huang | 2012-07-13 | -0/+5 |
* | mmc:fix Call mmc_init() when executing mmc_get_dev() | Łukasz Majewski | 2012-07-13 | -1/+4 |
* | mmc: remove the hard setting for tran_speed | Jaehoon Chung | 2012-07-13 | -6/+7 |
* | mmc:fix: Set mmc width according to MMC host capabilities | Łukasz Majewski | 2012-05-08 | -1/+3 |
* | mmc: Fix warning if CONFIG_MMC_TRACE is enabled | Dirk Behme | 2012-04-21 | -1/+1 |
* | drivers/mmc/mmc.c: Fix build warning | Anatolij Gustschin | 2012-03-30 | -1/+1 |
* | MMC: Implement generic bounce buffer | Marek Vasut | 2012-03-29 | -3/+99 |
* | mmc: make mmc_send_status() more reliable | Jan Kloetzke | 2012-02-15 | -8/+12 |
* | mmc: fix card busy polling | Jan Kloetzke | 2012-02-15 | -8/+6 |
* | mmc: Implement card detection. | Thierry Reding | 2012-01-08 | -0/+18 |
* | mmc: Change board_mmc_getcd() function prototype. | Thierry Reding | 2012-01-08 | -2/+2 |
* | mmc: add host_caps checking avoid switch card improperly | Macpaul Lin | 2012-01-08 | -0/+10 |
* | Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec" | Macpaul Lin | 2011-11-25 | -14/+2 |