summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
Commit message (Expand)AuthorAgeLines
* mmc: Board-specific MMC power initializationsPaul Kocialkowski2014-12-04-0/+7
* mmc: Fix mmc bus widthMario Schuknecht2014-10-03-2/+3
* mmc: restore capacity when switching to partition 0Peter Bigot2014-10-03-3/+8
* mmc: fix ERASE_GRP_DEF handlingHannes Petermaier2014-10-03-0/+2
* mmc: prevent some warnings with make W=1Jeroen Hofstee2014-07-18-3/+3
* dirvers: mmc: use __weakJeroen Hofstee2014-07-18-11/+9
* mmc: return meaningful error codes from mmc_select_hwpartStephen Warren2014-06-12-3/+4
* Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2014-06-02-3/+13
|\
| * mmc: support the DDR mode for eMMCJaehoon Chung2014-05-16-3/+13
| * mmc: remove the unnecessary define and fix the wrong bit controlJaehoon Chung2014-05-16-1/+1
* | mmc: provide a select_hwpart implementation for get_device()Stephen Warren2014-05-23-0/+26
* | mmc: Handle switch error status bit in MMC card statusAndrew Gabbasov2014-05-23-1/+3
* | mmc: postponed needless timer initializationMateusz Zalega2014-05-23-1/+4
|/
* mmc: Add 'mmc rst-function' sub-commandTom Rini2014-04-02-0/+12
* mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2014-03-24-35/+63
* mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou2014-03-24-9/+12
* cmd_mmc.c: Drop open/close mmc sub-commandsTom Rini2014-02-07-65/+0
* cmd_mmc.c: Add bootbus mmc sub-commandTom Rini2014-02-07-0/+21
* cmd_mmc.c: Add 'partconf' command to mmcTom Rini2014-02-07-0/+21
* mmc: set rca to 1 for MMC cardsStephen Warren2014-02-07-1/+1
* mmc: add setdsr supportMarkus Niebel2014-01-09-0/+18
* mmc: Fix erase_grp_size for partitioned cardOliver Metz2013-10-31-4/+13
* mmc: don't support write & erase for SPL buildsPaul Burton2013-09-20-182/+4
* mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORTPaul Burton2013-09-17-0/+36
* mmc: Remove unused variable backup from mmc_send_cmd()Oleksandr Tyshchenko2013-09-17-3/+0
* powerpc: mpc85xx: Support booting from SD Card with SPLYing Zhang2013-08-20-0/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* Fix block device accesses beyond 2TiBSascha Silbe2013-06-26-8/+9
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-06-22-0/+134
|\
| * Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-06-19-0/+134
| |\
| | * MMC: APIs to support resize of EMMC boot partitionAmar2013-06-13-0/+134
* | | mmc: report capacity for the selected partitionStephen Warren2013-06-13-7/+61
* | | mmc write bug fixRuud Commandeur2013-06-13-3/+5
|/ /
* | mmc: Split device init to decouple OCR-polling delayChe-Liang Chiou2013-05-06-32/+105
|/
* part/dev_desc: Add log2 of blocksize to block_dev_desc data structEgbert Eich2013-05-01-0/+1
* mmc: Define a constant for the maximum block sizeSimon Glass2013-05-01-12/+13
* mmc: check the revision for sd3.0Jaehoon Chung2013-04-17-0/+2
* mmc: support the correct card version for eMMCJaehoon Chung2013-04-17-0/+18
* mmc: mmc_getcd/getwp: use sensible defaultsPeter Korsgaard2013-03-24-4/+12
* mmc: add support for write protectionNikita Kiryanov2013-03-08-0/+17
* mmc: Properly determine maximum supported bus widthAndy Fleming2012-11-27-12/+35
* mmc: Fix interpretation of MMC_CMD_ALL_SEND_CIDTaylor Hutt2012-11-27-7/+9
* drivers/mmc/mmc.c: sparse fixesKim Phillips2012-11-04-18/+19
* MMC: Remove the MMC bounce bufferMarek Vasut2012-10-22-92/+0
* mmc_get_dev: Return error if mmc_init failsBenoît Thébaudeau2012-09-05-2/+1
* mmc: detect boot sectors using EXT_CSD_BOOT_MULT tooStephen Warren2012-09-05-1/+2
* MMC: u-boot-spl may be compiled without partition supportMikhail Kshevetskiy2012-09-05-0/+2
* mmc: fix capacity calculation when EXT_CSD_SEC_CNT is usedYoshihiro Shimoda2012-09-05-5/+5
* mmc: fix wrong timeout check in mmc_send_status()Jongman Heo2012-09-05-1/+1
* mmc: Remove unused item flags in struct mmc_cmdKaspter Ju2012-09-02-28/+0