summaryrefslogtreecommitdiff
path: root/include/mmc.h
AgeCommit message (Expand)Author
2016-09-20mmc: sd: extracting erase related information from sd statusPeng Fan
2016-08-05mmc: use the generic error numberJaehoon Chung
2016-07-31mmc-uclass: correct the device numberKever Yang
2016-07-11dm: mmc: Add a way to use driver model for MMC operationsSimon Glass
2016-06-20mmc: add MMC_VERSION_5_1Stefan Wahren
2016-05-26mmc: Drop dead mmc code for non-generic MMCSimon Glass
2016-05-26mmc: Drop mmc_register()Simon Glass
2016-05-17dm: mmc: Add support for driver-model block devicesSimon Glass
2016-05-17dm: mmc: Add a way to bind MMC devices with driver modelSimon Glass
2016-05-17dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass
2016-05-17dm: mmc: Add a function to obtain the block deviceSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-02-01mmc: add missing prototype for mmc_get_env_devClemens Gruber
2016-01-13mmc: store hwpart in the block deviceStephen Warren
2016-01-12dm: Convert PCI MMC over to use DM PCI APISimon Glass
2016-01-04mmc: update MMC_ERASE argument to match Linux kernel.Eric Nelson
2015-07-21dm: mmc: Add an MMC uclassSimon Glass
2015-05-05mmc: remove the MMC_MODE_HC flagRob Herring
2015-05-05mmc: Fix splitting device initializationAndrew Gabbasov
2015-05-05mmc: Avoid extra duplicate entry in mmc device structureAndrew Gabbasov
2015-05-05mmc: Fix typo in MMC type checking macroAndrew Gabbasov
2015-03-02Merge branch 'master' of git://git.denx.de/u-bootStefano Babic
2015-02-23mmc: Implement SD/MMC versioning properlyPantelis Antoniou
2015-02-23mmc: fsl_esdhc: Add CMD11 support to switch to 1.8VOtavio Salvador
2015-02-06x86: mmc: Move common FSP functions into a common fileSimon Glass
2015-01-19mmc: extend mmcinfo output to show partition write reliability settingsDiego Santa Cruz
2015-01-19mmc: extend the mmc hardware partitioning API with write reliabilityDiego Santa Cruz
2015-01-19mmc: add API to do eMMC hardware partitioningDiego Santa Cruz
2015-01-19mmc: read the high capacity WP group size for eMMCDiego Santa Cruz
2015-01-19mmc: fix erase_grp_size computation with high-capacity size definitionDiego Santa Cruz
2015-01-19mmc: read the size of eMMC enhanced user data areaDiego Santa Cruz
2015-01-19mmc: extend mmcinfo to show enhanced partition attributeDiego Santa Cruz
2014-12-12mmc: Fix handling of bus widths and DDR card capabilitiesAndrew Gabbasov
2014-12-12MMC: add MMC_VERSION_5_0Markus Niebel
2014-12-12MMC: fix user capacity for partitioned eMMC cardMarkus Niebel
2014-12-04mmc: Board-specific MMC power initializationsPaul Kocialkowski
2014-10-25mmc: add prototype for mmc_get_env_addrJeroen Hofstee
2014-07-18mmc: prevent some warnings with make W=1Jeroen Hofstee
2014-06-02Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-05-23eMMC: add support for operations in RPMB partitionPierre Aubert
2014-05-23mmc: Handle switch error status bit in MMC card statusAndrew Gabbasov
2014-05-16mmc: support the DDR mode for eMMCJaehoon Chung
2014-05-16mmc: remove the unnecessary define and fix the wrong bit controlJaehoon Chung
2014-05-05mmc: mmc header fixMateusz Zalega
2014-04-08Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-04-02mmc: Add 'mmc rst-function' sub-commandTom Rini
2014-03-28blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.cTom Rini
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou