summaryrefslogtreecommitdiff
path: root/include/mmc.h
Commit message (Expand)AuthorAgeLines
* mmc: use the generic error numberJaehoon Chung2016-08-05-6/+0
* mmc-uclass: correct the device numberKever Yang2016-07-31-0/+6
* dm: mmc: Add a way to use driver model for MMC operationsSimon Glass2016-07-11-1/+65
* mmc: add MMC_VERSION_5_1Stefan Wahren2016-06-20-0/+1
* mmc: Drop dead mmc code for non-generic MMCSimon Glass2016-05-26-4/+0
* mmc: Drop mmc_register()Simon Glass2016-05-26-1/+0
* dm: mmc: Add support for driver-model block devicesSimon Glass2016-05-17-0/+4
* dm: mmc: Add a way to bind MMC devices with driver modelSimon Glass2016-05-17-0/+22
* dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass2016-05-17-0/+3
* dm: mmc: Use the new select_hwpart() APISimon Glass2016-05-17-1/+0
* dm: mmc: Add a function to obtain the block deviceSimon Glass2016-05-17-0/+8
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-14-1/+1
* mmc: add missing prototype for mmc_get_env_devClemens Gruber2016-02-01-0/+1
* mmc: store hwpart in the block deviceStephen Warren2016-01-13-1/+0
* dm: Convert PCI MMC over to use DM PCI APISimon Glass2016-01-12-4/+2
* mmc: update MMC_ERASE argument to match Linux kernel.Eric Nelson2016-01-04-1/+6
* dm: mmc: Add an MMC uclassSimon Glass2015-07-21-0/+22
* mmc: remove the MMC_MODE_HC flagRob Herring2015-05-05-2/+1
* mmc: Fix splitting device initializationAndrew Gabbasov2015-05-05-2/+1
* mmc: Avoid extra duplicate entry in mmc device structureAndrew Gabbasov2015-05-05-1/+0
* mmc: Fix typo in MMC type checking macroAndrew Gabbasov2015-05-05-1/+1
* Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2015-03-02-19/+37
|\
| * mmc: Implement SD/MMC versioning properlyPantelis Antoniou2015-02-23-19/+37
* | mmc: fsl_esdhc: Add CMD11 support to switch to 1.8VOtavio Salvador2015-02-23-0/+1
|/
* x86: mmc: Move common FSP functions into a common fileSimon Glass2015-02-06-0/+14
* mmc: extend mmcinfo output to show partition write reliability settingsDiego Santa Cruz2015-01-19-0/+1
* mmc: extend the mmc hardware partitioning API with write reliabilityDiego Santa Cruz2015-01-19-1/+12
* mmc: add API to do eMMC hardware partitioningDiego Santa Cruz2015-01-19-0/+20
* mmc: read the high capacity WP group size for eMMCDiego Santa Cruz2015-01-19-0/+1
* mmc: fix erase_grp_size computation with high-capacity size definitionDiego Santa Cruz2015-01-19-1/+1
* mmc: read the size of eMMC enhanced user data areaDiego Santa Cruz2015-01-19-0/+4
* mmc: extend mmcinfo to show enhanced partition attributeDiego Santa Cruz2015-01-19-0/+6
* mmc: Fix handling of bus widths and DDR card capabilitiesAndrew Gabbasov2014-12-12-0/+1
* MMC: add MMC_VERSION_5_0Markus Niebel2014-12-12-0/+1
* MMC: fix user capacity for partitioned eMMC cardMarkus Niebel2014-12-12-0/+3
* mmc: Board-specific MMC power initializationsPaul Kocialkowski2014-12-04-0/+1
* mmc: add prototype for mmc_get_env_addrJeroen Hofstee2014-10-25-0/+1
* mmc: prevent some warnings with make W=1Jeroen Hofstee2014-07-18-1/+3
* Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2014-06-02-12/+13
|\
| * mmc: support the DDR mode for eMMCJaehoon Chung2014-05-16-0/+7
| * mmc: remove the unnecessary define and fix the wrong bit controlJaehoon Chung2014-05-16-12/+6
* | eMMC: add support for operations in RPMB partitionPierre Aubert2014-05-23-1/+9
* | mmc: Handle switch error status bit in MMC card statusAndrew Gabbasov2014-05-23-0/+2
|/
* mmc: mmc header fixMateusz Zalega2014-05-05-0/+1
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2014-04-08-14/+37
|\
| * mmc: Add 'mmc rst-function' sub-commandTom Rini2014-04-02-0/+3
| * blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.cTom Rini2014-03-28-1/+1
| * mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2014-03-24-9/+22
| * mmc: Convert mmc struct's name array to a pointerPantelis Antoniou2014-03-24-1/+1
| * mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou2014-03-24-6/+13