summaryrefslogtreecommitdiff
path: root/include/mmc.h
AgeCommit message (Expand)AuthorFilesLines
2014-06-02Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-12/+13
2014-05-23eMMC: add support for operations in RPMB partitionPierre Aubert1-1/+9
2014-05-23mmc: Handle switch error status bit in MMC card statusAndrew Gabbasov1-0/+2
2014-05-16mmc: support the DDR mode for eMMCJaehoon Chung1-0/+7
2014-05-16mmc: remove the unnecessary define and fix the wrong bit controlJaehoon Chung1-12/+6
2014-05-05mmc: mmc header fixMateusz Zalega1-0/+1
2014-04-08Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD1-14/+37
2014-04-02mmc: Add 'mmc rst-function' sub-commandTom Rini1-0/+3
2014-03-29blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.cTom Rini1-1/+1
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou1-9/+22
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou1-1/+1
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou1-6/+13
2014-03-05Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic1-2/+7
2014-03-05mmc: Add a prototype for board_mmc_init()Fabio Estevam1-0/+2
2014-02-07cmd_mmc.c: Drop open/close mmc sub-commandsTom Rini1-2/+0
2014-02-07cmd_mmc.c: Add bootbus mmc sub-commandTom Rini1-0/+5
2014-02-07cmd_mmc.c: Add 'partconf' command to mmcTom Rini1-0/+2
2014-01-09mmc: add setdsr supportMarkus Niebel1-0/+3
2014-01-08include/mmc.h: Remove declaration for spl_mmc_load()Lad, Prabhakar1-1/+0
2013-10-31mmc: Fix erase_grp_size for partitioned cardOliver Metz1-0/+2
2013-09-17mmc: size optimization when !CONFIG_MMC_SPIPaul Burton1-0/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+26
2013-06-19Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+26
2013-06-14mmc: report capacity for the selected partitionStephen Warren1-0/+7
2013-06-13MMC: APIs to support resize of EMMC boot partitionAmar1-0/+26
2013-05-07mmc: Split device init to decouple OCR-polling delayChe-Liang Chiou1-0/+30
2013-05-02mmc: Define a constant for the maximum block sizeSimon Glass1-0/+3
2013-04-17mmc: check the revision for sd3.0Jaehoon Chung1-0/+1
2013-04-17mmc: support the correct card version for eMMCJaehoon Chung1-8/+13
2013-03-09mmc: add support for write protectionNikita Kiryanov1-0/+2
2012-09-06mmc: detect boot sectors using EXT_CSD_BOOT_MULT tooStephen Warren1-0/+1
2012-09-02mmc: Remove unused item flags in struct mmc_cmdKaspter Ju1-1/+0
2012-09-01da850/omap-l138: Add support to read u-boot image from MMC/SDLad, Prabhakar1-0/+2
2012-05-09include/mmc.h: remove struct mmc_csdAndreas Bießmann1-50/+0
2012-05-09mmc:fix: Set mmc width according to MMC host capabilitiesŁukasz Majewski1-0/+3
2012-03-13ATMEL: use generic mmc frameworkSven Schnelle1-1/+0
2012-02-16mmc: make mmc_send_status() more reliableJan Kloetzke1-0/+2
2012-01-09mmc: Implement card detection.Thierry Reding1-0/+2
2012-01-09mmc: Change board_mmc_getcd() function prototype.Thierry Reding1-1/+1
2011-11-03mmc: change magic number to macro defineLei Wen1-7/+9
2011-07-16mmc: Access mode validation for eMMC cards > 2 GiBŁukasz Majewski1-0/+1
2011-07-16MMC: add erase function to both mmc and sdLei Wen1-0/+8
2011-05-18mmc: enable partition switch function for emmcLei Wen1-0/+8
2011-05-18cmd_mmc: eliminate device num in the mmc commandLei Wen1-0/+1
2011-05-18mmc_spi: generate response for send status commandThomas Chou1-0/+1
2011-04-29mmc: coding style fix and tabify of mmc.hThomas Chou1-22/+22
2011-04-29MMC: make b_max unconditionalJohn Rigby1-2/+0
2011-04-13mmc: SEND_OP_COND considers card capabilities (voltage)Raffaele Recalcati1-0/+2
2011-04-13mmc: checking status after commands with R1b responseRaffaele Recalcati1-0/+4