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