summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
AgeCommit message (Expand)Author
2016-10-28mmc: add the device name in debugging message for supplying vmmcJaehoon Chung
2016-10-28mmc: introduce mmc_power_initPeng Fan
2016-09-20mmc: sd: extracting erase related information from sd statusPeng Fan
2016-08-16mmc: send CMD0 before CMD1 for some MMC cardsYangbo Lu
2016-08-05mmc: use the generic error numberJaehoon Chung
2016-07-11dm: mmc: Add a way to use driver model for MMC operationsSimon Glass
2016-07-11mmc: Move tracing code into separate functionsSimon Glass
2016-07-11mmc: Move MMC boot code into its own fileSimon Glass
2016-07-11dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.cSimon Glass
2016-07-11dm: mmc: Move CONFIG_BLK code into the mmc uclassSimon Glass
2016-07-11mmc: Add function declarations for mmc_bread() and mmc_switch_part()Simon Glass
2016-06-20mmc: add MMC_VERSION_5_1Stefan Wahren
2016-06-09mmc: revert mmc: Handle switch error status bit in MMC card statusHeiko Schocher
2016-05-27dm: mmc: Use cfg directly in mmc_bind()Simon Glass
2016-05-26mmc: Use byte array for multipliersSimon 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: Adjust mmc_switch_part() to use a struct mmcSimon Glass
2016-05-17dm: mmc: Move the device list into a separate fileSimon 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-05-17dm: mmc: Implement the select_hwpart() methodSimon Glass
2016-05-17dm: mmc: Move mmc_switch_part() above its callersSimon Glass
2016-05-17dm: mmc: Drop the get_dev() functionSimon Glass
2016-05-17dm: mmc: Add a legacy block interface for MMCSimon Glass
2016-03-27mmc: Print send_cmd response only when return value is zeroBin Meng
2016-03-27mmc: Fix switch..case indentionBin Meng
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-01-20dm: mmc: Try to honour the sequence orderSimon Glass
2016-01-13mmc: store hwpart in the block deviceStephen Warren
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2015-12-13mmc: mmc: Don't use sprintf when using tiny-printfSjoerd Simons
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-09-02mmc: Probe DM based mmc devices in u-bootSjoerd Simons
2015-07-24mmc: Protect `mmc_initialize` from initialising mmc multiple timesDaniel KochmaƄski
2015-07-21mmc: Add debug() output on read errorsSimon Glass
2015-07-21dm: mmc: Add an MMC uclassSimon Glass
2015-05-05Merge git://git.denx.de/u-boot-mpc85xxTom Rini
2015-05-05mmc: remove the MMC_MODE_HC flagRob Herring
2015-05-05mmc: Fix splitting device initializationAndrew Gabbasov
2015-05-05mmc: Restructure polling loops to avoid extra delaysAndrew Gabbasov
2015-05-05mmc: Continue polling MMC card for OCR only if it is still not readyAndrew Gabbasov
2015-05-05mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()Andrew Gabbasov
2015-05-05mmc: Avoid extra duplicate entry in mmc device structureAndrew Gabbasov
2015-05-04mmc: fsl_esdhc: Add adapter card type identification supportYangbo Lu
2015-02-23mmc: print SD/eMMC type for inited mmc devicesPrzemyslaw Marczak
2015-01-19mmc: Skip changing bus width for MMC cards earlier than version 4.0Andrew Gabbasov