summaryrefslogtreecommitdiff
path: root/include/mmc.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-17cmd: mmc: add mmc partconf read capabilityAngelo Dureghello1-0/+4
2017-08-17dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass1-3/+3
2017-08-01Merge git://git.denx.de/u-boot-x86Tom Rini1-12/+0
2017-08-01x86: Convert MMC to driver modelSimon Glass1-12/+0
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass1-6/+6
2017-06-27Revert "x86: Convert MMC to driver model"Bin Meng1-0/+12
2017-05-29mmc: Change 'part_config' to be a u8 not char.Tom Rini1-1/+1
2017-05-17x86: Convert MMC to driver modelSimon Glass1-12/+0
2017-01-11mmc: change the set_ios return type from void to intJaehoon Chung1-1/+1
2016-12-01mmc: Tinification of the mmc codeMarek Vasut1-0/+1
2016-12-01mmc: add bkops-enable commandTomas Melin1-0/+6
2016-09-20mmc: sd: extracting erase related information from sd statusPeng Fan1-0/+9
2016-08-05mmc: use the generic error numberJaehoon Chung1-6/+0
2016-07-31mmc-uclass: correct the device numberKever Yang1-0/+6
2016-07-11dm: mmc: Add a way to use driver model for MMC operationsSimon Glass1-1/+65
2016-06-20mmc: add MMC_VERSION_5_1Stefan Wahren1-0/+1
2016-05-27mmc: Drop dead mmc code for non-generic MMCSimon Glass1-4/+0
2016-05-27mmc: Drop mmc_register()Simon Glass1-1/+0
2016-05-17dm: mmc: Add support for driver-model block devicesSimon Glass1-0/+4
2016-05-17dm: mmc: Add a way to bind MMC devices with driver modelSimon Glass1-0/+22
2016-05-17dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass1-0/+3
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass1-1/+0
2016-05-17dm: mmc: Add a function to obtain the block deviceSimon Glass1-0/+8
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2016-02-02mmc: add missing prototype for mmc_get_env_devClemens Gruber1-0/+1
2016-01-14mmc: store hwpart in the block deviceStephen Warren1-1/+0
2016-01-12dm: Convert PCI MMC over to use DM PCI APISimon Glass1-4/+2
2016-01-04mmc: update MMC_ERASE argument to match Linux kernel.Eric Nelson1-1/+6
2015-07-22dm: 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-19mmc: prevent some warnings with make W=1Jeroen Hofstee1-1/+3