summaryrefslogtreecommitdiffstats
path: root/include/mmc.h
Commit message (Expand)AuthorAgeFilesLines
* cmd: mmc: add mmc partconf read capabilityAngelo Dureghello2017-08-171-0/+4
* dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass2017-08-171-3/+3
* Merge git://git.denx.de/u-boot-x86Tom Rini2017-08-011-12/+0
|\
| * x86: Convert MMC to driver modelSimon Glass2017-08-011-12/+0
* | dm: mmc: Allow disabling driver model in SPLSimon Glass2017-08-011-6/+6
|/
* Revert "x86: Convert MMC to driver model"Bin Meng2017-06-271-0/+12
* mmc: Change 'part_config' to be a u8 not char.Tom Rini2017-05-291-1/+1
* x86: Convert MMC to driver modelSimon Glass2017-05-171-12/+0
* mmc: change the set_ios return type from void to intJaehoon Chung2017-01-111-1/+1
* mmc: Tinification of the mmc codeMarek Vasut2016-12-011-0/+1
* mmc: add bkops-enable commandTomas Melin2016-12-011-0/+6
* mmc: sd: extracting erase related information from sd statusPeng Fan2016-09-201-0/+9
* mmc: use the generic error numberJaehoon Chung2016-08-051-6/+0
* mmc-uclass: correct the device numberKever Yang2016-07-311-0/+6
* dm: mmc: Add a way to use driver model for MMC operationsSimon Glass2016-07-111-1/+65
* mmc: add MMC_VERSION_5_1Stefan Wahren2016-06-201-0/+1
* mmc: Drop dead mmc code for non-generic MMCSimon Glass2016-05-261-4/+0
* mmc: Drop mmc_register()Simon Glass2016-05-261-1/+0
* dm: mmc: Add support for driver-model block devicesSimon Glass2016-05-171-0/+4
* dm: mmc: Add a way to bind MMC devices with driver modelSimon Glass2016-05-171-0/+22
* dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass2016-05-171-0/+3
* dm: mmc: Use the new select_hwpart() APISimon Glass2016-05-171-1/+0
* dm: mmc: Add a function to obtain the block deviceSimon Glass2016-05-171-0/+8
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-1/+1
* mmc: add missing prototype for mmc_get_env_devClemens Gruber2016-02-011-0/+1
* mmc: store hwpart in the block deviceStephen Warren2016-01-131-1/+0
* dm: Convert PCI MMC over to use DM PCI APISimon Glass2016-01-121-4/+2
* mmc: update MMC_ERASE argument to match Linux kernel.Eric Nelson2016-01-041-1/+6
* dm: mmc: Add an MMC uclassSimon Glass2015-07-211-0/+22
* mmc: remove the MMC_MODE_HC flagRob Herring2015-05-051-2/+1
* mmc: Fix splitting device initializationAndrew Gabbasov2015-05-051-2/+1
* mmc: Avoid extra duplicate entry in mmc device structureAndrew Gabbasov2015-05-051-1/+0
* mmc: Fix typo in MMC type checking macroAndrew Gabbasov2015-05-051-1/+1
* Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2015-03-021-19/+37
|\
| * mmc: Implement SD/MMC versioning properlyPantelis Antoniou2015-02-231-19/+37
* | mmc: fsl_esdhc: Add CMD11 support to switch to 1.8VOtavio Salvador2015-02-231-0/+1
|/
* x86: mmc: Move common FSP functions into a common fileSimon Glass2015-02-061-0/+14
* mmc: extend mmcinfo output to show partition write reliability settingsDiego Santa Cruz2015-01-191-0/+1
* mmc: extend the mmc hardware partitioning API with write reliabilityDiego Santa Cruz2015-01-191-1/+12
* mmc: add API to do eMMC hardware partitioningDiego Santa Cruz2015-01-191-0/+20
* mmc: read the high capacity WP group size for eMMCDiego Santa Cruz2015-01-191-0/+1
* mmc: fix erase_grp_size computation with high-capacity size definitionDiego Santa Cruz2015-01-191-1/+1
* mmc: read the size of eMMC enhanced user data areaDiego Santa Cruz2015-01-191-0/+4
* mmc: extend mmcinfo to show enhanced partition attributeDiego Santa Cruz2015-01-191-0/+6
* mmc: Fix handling of bus widths and DDR card capabilitiesAndrew Gabbasov2014-12-121-0/+1
* MMC: add MMC_VERSION_5_0Markus Niebel2014-12-121-0/+1
* MMC: fix user capacity for partitioned eMMC cardMarkus Niebel2014-12-121-0/+3
* mmc: Board-specific MMC power initializationsPaul Kocialkowski2014-12-041-0/+1
* mmc: add prototype for mmc_get_env_addrJeroen Hofstee2014-10-251-0/+1
* mmc: prevent some warnings with make W=1Jeroen Hofstee2014-07-181-1/+3