aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-19Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+134
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
2012-04-21mmc: Fix warning if CONFIG_MMC_TRACE is enabledDirk Behme1-1/+1
2012-03-30drivers/mmc/mmc.c: Fix build warningAnatolij Gustschin1-1/+1
2012-03-29MMC: Implement generic bounce bufferMarek Vasut1-3/+99
2012-02-15mmc: make mmc_send_status() more reliableJan Kloetzke1-8/+12
2012-02-15mmc: fix card busy pollingJan Kloetzke1-8/+6
2012-01-08mmc: Implement card detection.Thierry Reding1-0/+18
2012-01-08mmc: Change board_mmc_getcd() function prototype.Thierry Reding1-2/+2
2012-01-08mmc: add host_caps checking avoid switch card improperlyMacpaul Lin1-0/+10
2011-11-25Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec"Macpaul Lin1-14/+2
2011-11-03mmc: CMD7:MMC_CMD_SELECT_CARD response fixAjay Bhargav1-1/+1
2011-11-03mmc: test mmc bus width on startupLei Wen1-18/+26
2011-11-03mmc: change magic number to macro defineLei Wen1-9/+12
2011-11-03mmc: retry the cmd8 to meet 74 clocks requirement in the specLei Wen1-2/+14
2011-10-25mmc: dcache: allocate cache aligned buffers for ext_csdAnton staaf1-2/+2
2011-10-25mmc: dcache: allocate cache aligned buffer for scr and switch_statusAnton staaf1-5/+5
2011-09-04mmc: Fix mmc_send_status()Marek Vasut1-1/+2
2011-07-26disk/part.c: Make features optionalMatthew McClintock1-0/+2
2011-07-15mmc: Access mode validation for eMMC cards > 2 GiBŁukasz Majewski1-1/+5
2011-07-15mmc: fix the condition for MMC version 4Yoshihiro Shimoda1-4/+11
2011-07-15MMC: add erase function to both mmc and sdLei Wen1-0/+102
2011-05-19Minor coding style cleanup.Wolfgang Denk1-4/+4
2011-05-18mmc: enable partition switch function for emmcLei Wen1-1/+29
2011-05-18cmd_mmc: eliminate device num in the mmc commandLei Wen1-0/+5
2011-04-29MMC: make b_max unconditionalJohn Rigby1-4/+4
2011-04-13MMC may wrongly regconize 2GB eMMC as high capacityRaffaele Recalcati1-3/+0
2011-04-13mmc: trace addedRaffaele Recalcati1-0/+57
2011-04-13mmc: SEND_OP_COND considers card capabilities (voltage)Raffaele Recalcati1-3/+18