aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-18mmc: prevent some warnings with make W=1Jeroen Hofstee1-3/+3
2014-07-18dirvers: mmc: use __weakJeroen Hofstee1-11/+9
2014-06-12mmc: return meaningful error codes from mmc_select_hwpartStephen Warren1-3/+4
2014-06-02Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-3/+13
2014-05-23mmc: provide a select_hwpart implementation for get_device()Stephen Warren1-0/+26
2014-05-23mmc: Handle switch error status bit in MMC card statusAndrew Gabbasov1-1/+3
2014-05-23mmc: postponed needless timer initializationMateusz Zalega1-1/+4
2014-05-16mmc: support the DDR mode for eMMCJaehoon Chung1-3/+13
2014-05-16mmc: remove the unnecessary define and fix the wrong bit controlJaehoon Chung1-1/+1
2014-04-02mmc: Add 'mmc rst-function' sub-commandTom Rini1-0/+12
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou1-35/+63
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou1-9/+12
2014-02-07cmd_mmc.c: Drop open/close mmc sub-commandsTom Rini1-65/+0
2014-02-07cmd_mmc.c: Add bootbus mmc sub-commandTom Rini1-0/+21
2014-02-07cmd_mmc.c: Add 'partconf' command to mmcTom Rini1-0/+21
2014-02-07mmc: set rca to 1 for MMC cardsStephen Warren1-1/+1
2014-01-09mmc: add setdsr supportMarkus Niebel1-0/+18
2013-10-31mmc: Fix erase_grp_size for partitioned cardOliver Metz1-4/+13
2013-09-20mmc: don't support write & erase for SPL buildsPaul Burton1-182/+4
2013-09-17mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORTPaul Burton1-0/+36
2013-09-17mmc: Remove unused variable backup from mmc_send_cmd()Oleksandr Tyshchenko1-3/+0
2013-08-20powerpc: mpc85xx: Support booting from SD Card with SPLYing Zhang1-0/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-26Fix block device accesses beyond 2TiBSascha Silbe1-8/+9
2013-06-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+134
2013-06-19Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+134
2013-06-13mmc: report capacity for the selected partitionStephen Warren1-7/+61
2013-06-13mmc write bug fixRuud Commandeur1-3/+5
2013-06-13MMC: APIs to support resize of EMMC boot partitionAmar1-0/+134
2013-05-06mmc: Split device init to decouple OCR-polling delayChe-Liang Chiou1-32/+105
2013-05-01part/dev_desc: Add log2 of blocksize to block_dev_desc data structEgbert Eich1-0/+1
2013-05-01mmc: Define a constant for the maximum block sizeSimon Glass1-12/+13
2013-04-17mmc: check the revision for sd3.0Jaehoon Chung1-0/+2
2013-04-17mmc: support the correct card version for eMMCJaehoon Chung1-0/+18
2013-03-24mmc: mmc_getcd/getwp: use sensible defaultsPeter Korsgaard1-4/+12
2013-03-08mmc: add support for write protectionNikita Kiryanov1-0/+17
2012-11-27mmc: Properly determine maximum supported bus widthAndy Fleming1-12/+35
2012-11-27mmc: Fix interpretation of MMC_CMD_ALL_SEND_CIDTaylor Hutt1-7/+9
2012-11-04drivers/mmc/mmc.c: sparse fixesKim Phillips1-18/+19
2012-10-22MMC: Remove the MMC bounce bufferMarek Vasut1-92/+0
2012-09-05mmc_get_dev: Return error if mmc_init failsBenoît Thébaudeau1-2/+1
2012-09-05mmc: detect boot sectors using EXT_CSD_BOOT_MULT tooStephen Warren1-1/+2
2012-09-05MMC: u-boot-spl may be compiled without partition supportMikhail Kshevetskiy1-0/+2
2012-09-05mmc: fix capacity calculation when EXT_CSD_SEC_CNT is usedYoshihiro Shimoda1-5/+5
2012-09-05mmc: fix wrong timeout check in mmc_send_status()Jongman Heo1-1/+1
2012-09-02mmc: Remove unused item flags in struct mmc_cmdKaspter Ju1-28/+0
2012-07-13SD/MMC: check the card status during erase operationJerry Huang1-0/+5
2012-07-13mmc:fix Call mmc_init() when executing mmc_get_dev()Łukasz Majewski1-1/+4
2012-07-13mmc: remove the hard setting for tran_speedJaehoon Chung1-6/+7
2012-05-08mmc:fix: Set mmc width according to MMC host capabilitiesŁukasz Majewski1-1/+3