aboutsummaryrefslogtreecommitdiff
path: root/include/mmc.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-21dm: mmc: Add an MMC uclassSimon Glass1-0/+22
2015-05-05mmc: remove the MMC_MODE_HC flagRob Herring1-2/+1
2015-05-05mmc: Fix splitting device initializationAndrew Gabbasov1-2/+1
2015-05-05mmc: Avoid extra duplicate entry in mmc device structureAndrew Gabbasov1-1/+0
2015-05-05mmc: Fix typo in MMC type checking macroAndrew Gabbasov1-1/+1
2015-03-02Merge branch 'master' of git://git.denx.de/u-bootStefano Babic1-19/+37
2015-02-23mmc: Implement SD/MMC versioning properlyPantelis Antoniou1-19/+37
2015-02-23mmc: fsl_esdhc: Add CMD11 support to switch to 1.8VOtavio Salvador1-0/+1
2015-02-06x86: mmc: Move common FSP functions into a common fileSimon Glass1-0/+14
2015-01-19mmc: extend mmcinfo output to show partition write reliability settingsDiego Santa Cruz1-0/+1
2015-01-19mmc: extend the mmc hardware partitioning API with write reliabilityDiego Santa Cruz1-1/+12
2015-01-19mmc: add API to do eMMC hardware partitioningDiego Santa Cruz1-0/+20
2015-01-19mmc: read the high capacity WP group size for eMMCDiego Santa Cruz1-0/+1
2015-01-19mmc: fix erase_grp_size computation with high-capacity size definitionDiego Santa Cruz1-1/+1
2015-01-19mmc: read the size of eMMC enhanced user data areaDiego Santa Cruz1-0/+4
2015-01-19mmc: extend mmcinfo to show enhanced partition attributeDiego Santa Cruz1-0/+6
2014-12-12mmc: Fix handling of bus widths and DDR card capabilitiesAndrew Gabbasov1-0/+1
2014-12-12MMC: add MMC_VERSION_5_0Markus Niebel1-0/+1
2014-12-12MMC: fix user capacity for partitioned eMMC cardMarkus Niebel1-0/+3
2014-12-04mmc: Board-specific MMC power initializationsPaul Kocialkowski1-0/+1
2014-10-25mmc: add prototype for mmc_get_env_addrJeroen Hofstee1-0/+1
2014-07-18mmc: prevent some warnings with make W=1Jeroen Hofstee1-1/+3
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-28blackfin: 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-13mmc: report capacity for the selected partitionStephen Warren1-0/+7
2013-06-13MMC: APIs to support resize of EMMC boot partitionAmar1-0/+26
2013-05-06mmc: Split device init to decouple OCR-polling delayChe-Liang Chiou1-0/+30
2013-05-01mmc: Define a constant for the maximum block sizeSimon Glass1-0/+3