aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-16mmc: send CMD0 before CMD1 for some MMC cardsYangbo Lu1-0/+3
2016-08-05mmc: use the generic error numberJaehoon Chung1-9/+9
2016-07-11dm: mmc: Add a way to use driver model for MMC operationsSimon Glass1-3/+18
2016-07-11mmc: Move tracing code into separate functionsSimon Glass1-15/+26
2016-07-11mmc: Move MMC boot code into its own fileSimon Glass1-125/+1
2016-07-11dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.cSimon Glass1-95/+0
2016-07-11dm: mmc: Move CONFIG_BLK code into the mmc uclassSimon Glass1-82/+3
2016-07-11mmc: Add function declarations for mmc_bread() and mmc_switch_part()Simon Glass1-5/+4
2016-06-20mmc: add MMC_VERSION_5_1Stefan Wahren1-0/+3
2016-06-09mmc: revert mmc: Handle switch error status bit in MMC card statusHeiko Schocher1-3/+1
2016-05-27dm: mmc: Use cfg directly in mmc_bind()Simon Glass1-1/+1
2016-05-26mmc: Use byte array for multipliersSimon Glass1-1/+1
2016-05-26mmc: Drop mmc_register()Simon Glass1-9/+0
2016-05-17dm: mmc: Add support for driver-model block devicesSimon Glass1-10/+38
2016-05-17dm: mmc: Add a way to bind MMC devices with driver modelSimon Glass1-0/+48
2016-05-17dm: mmc: Adjust mmc_switch_part() to use a struct mmcSimon Glass1-8/+4
2016-05-17dm: mmc: Move the device list into a separate fileSimon Glass1-115/+34
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass1-1/+1
2016-05-17dm: mmc: Add a function to obtain the block deviceSimon Glass1-0/+5
2016-05-17dm: mmc: Implement the select_hwpart() methodSimon Glass1-0/+22
2016-05-17dm: mmc: Move mmc_switch_part() above its callersSimon Glass1-24/+21
2016-05-17dm: mmc: Drop the get_dev() functionSimon Glass1-14/+2
2016-05-17dm: mmc: Add a legacy block interface for MMCSimon Glass1-3/+27
2016-03-27mmc: Print send_cmd response only when return value is zeroBin Meng1-38/+42
2016-03-27mmc: Fix switch..case indentionBin Meng1-70/+70
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass1-4/+4
2016-03-14dm: part: Rename some partition functionsSimon Glass1-1/+1
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-2/+2
2016-01-20dm: mmc: Try to honour the sequence orderSimon Glass1-5/+15
2016-01-13mmc: store hwpart in the block deviceStephen Warren1-6/+12
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-1/+3
2015-12-13mmc: mmc: Don't use sprintf when using tiny-printfSjoerd Simons1-1/+3
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-09-02mmc: Probe DM based mmc devices in u-bootSjoerd Simons1-4/+39
2015-07-24mmc: Protect `mmc_initialize` from initialising mmc multiple timesDaniel KochmaƄski1-0/+5
2015-07-21mmc: Add debug() output on read errorsSimon Glass1-2/+6
2015-07-21dm: mmc: Add an MMC uclassSimon Glass1-0/+2
2015-05-05Merge git://git.denx.de/u-boot-mpc85xxTom Rini1-0/+6
2015-05-05mmc: remove the MMC_MODE_HC flagRob Herring1-5/+2
2015-05-05mmc: Fix splitting device initializationAndrew Gabbasov1-8/+8
2015-05-05mmc: Restructure polling loops to avoid extra delaysAndrew Gabbasov1-10/+17
2015-05-05mmc: Continue polling MMC card for OCR only if it is still not readyAndrew Gabbasov1-9/+11
2015-05-05mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()Andrew Gabbasov1-13/+11
2015-05-05mmc: Avoid extra duplicate entry in mmc device structureAndrew Gabbasov1-6/+7
2015-05-04mmc: fsl_esdhc: Add adapter card type identification supportYangbo Lu1-0/+6
2015-02-23mmc: print SD/eMMC type for inited mmc devicesPrzemyslaw Marczak1-0/+8
2015-01-19mmc: Skip changing bus width for MMC cards earlier than version 4.0Andrew Gabbasov1-2/+5
2015-01-19mmc: Avoid redundant switching to 1-bit bus width for MMC cardsAndrew Gabbasov1-0/+12
2015-01-19mmc: extend mmcinfo output to show partition write reliability settingsDiego Santa Cruz1-0/+2
2015-01-19mmc: extend the mmc hardware partitioning API with write reliabilityDiego Santa Cruz1-0/+39