summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: Fix warning if CONFIG_MMC_TRACE is enabledDirk Behme2012-04-211-1/+1
* drivers/mmc/mmc.c: Fix build warningAnatolij Gustschin2012-03-301-1/+1
* MMC: Implement generic bounce bufferMarek Vasut2012-03-291-3/+99
* mmc: make mmc_send_status() more reliableJan Kloetzke2012-02-151-8/+12
* mmc: fix card busy pollingJan Kloetzke2012-02-151-8/+6
* mmc: Implement card detection.Thierry Reding2012-01-081-0/+18
* mmc: Change board_mmc_getcd() function prototype.Thierry Reding2012-01-081-2/+2
* mmc: add host_caps checking avoid switch card improperlyMacpaul Lin2012-01-081-0/+10
* Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec"Macpaul Lin2011-11-251-14/+2
* mmc: CMD7:MMC_CMD_SELECT_CARD response fixAjay Bhargav2011-11-031-1/+1
* mmc: test mmc bus width on startupLei Wen2011-11-031-18/+26
* mmc: change magic number to macro defineLei Wen2011-11-031-9/+12
* mmc: retry the cmd8 to meet 74 clocks requirement in the specLei Wen2011-11-031-2/+14
* mmc: dcache: allocate cache aligned buffers for ext_csdAnton staaf2011-10-251-2/+2
* mmc: dcache: allocate cache aligned buffer for scr and switch_statusAnton staaf2011-10-251-5/+5
* mmc: Fix mmc_send_status()Marek Vasut2011-09-041-1/+2
* disk/part.c: Make features optionalMatthew McClintock2011-07-261-0/+2
* mmc: Access mode validation for eMMC cards > 2 GiBŁukasz Majewski2011-07-151-1/+5
* mmc: fix the condition for MMC version 4Yoshihiro Shimoda2011-07-151-4/+11
* MMC: add erase function to both mmc and sdLei Wen2011-07-151-0/+102
* Minor coding style cleanup.Wolfgang Denk2011-05-191-4/+4
OpenPOWER on IntegriCloud