summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
AgeCommit message (Expand)Author
2018-10-08mmc: make UHS optionalStefan Agner
2017-11-03MLK-16499-1 mmc: Add support for HS400Ye Li
2017-11-03MLK-16496-2 mmc: fsl_esdhc: add hs400 es mode supportPeng Fan
2017-11-03MLK-16365 mmc: add sd/mmc legacy capabilityPeng Fan
2017-11-03MLK-16188-1 mmc: add mmc_send_tuning functionPeng Fan
2017-11-03mmc: Retry some MMC cmds on failureVignesh R
2017-11-03mmc: Change mode when switching to a boot partitionJean-Jacques Hiblot
2017-11-03mmc: Add support for UHS modesJean-Jacques Hiblot
2017-11-03mmc: Add a new callback function to check if the card is busyJean-Jacques Hiblot
2017-11-03mmc: add HS200 support in MMC coreJean-Jacques Hiblot
2017-11-03mmc: Add a execute_tuning() callback to the mmc operations.Jean-Jacques Hiblot
2017-11-03mmc: disable the mmc clock during power offKishon Vijay Abraham I
2017-11-03mmc: add a new mmc parameter to disable mmc clockJean-Jacques Hiblot
2017-11-03mmc: add power cyle support in mmc coreJean-Jacques Hiblot
2017-11-03mmc: Add a new callback function to enable/disable vddKishon Vijay Abraham I
2017-11-03mmc: Enable signal voltage to be selected from mmc coreKishon Vijay Abraham I
2017-11-03mmc: make mmc_set_ios() return statusJean-Jacques Hiblot
2017-11-03mmc: refactor MMC startup to make it easier to support new modesJean-Jacques Hiblot
2017-11-03mmc: refactor SD startup to make it easier to support new modesJean-Jacques Hiblot
2017-11-03mmc: use mmc modes to select the correct bus speedJean-Jacques Hiblot
2017-11-03mmc: Add a fonction to dump the mmc capabilitiesJean-Jacques Hiblot
2017-11-03mmc: introduces mmc modes.Jean-Jacques Hiblot
2017-11-03mmc: add a function to read and test the ext csd (mmc >= 4)Jean-Jacques Hiblot
2017-11-03mmc: make ext_csd part of struct mmcJean-Jacques Hiblot
2017-11-03mmc: move the MMC startup for version above v4.0 in a separate functionJean-Jacques Hiblot
2017-11-03mmc: split mmc_startup()Jean-Jacques Hiblot
2017-11-03mmc: drop unnecessary send_status requestXu Ziyuan
2017-01-23mmc: Print error code for mmc_complete_init failureJagan Teki
2016-12-01mmc: Tinification of the mmc codeMarek Vasut
2016-12-01mmc: Fix warning if debug() is not usedMarek Vasut
2016-12-01mmc: add bkops-enable commandTomas Melin
2016-11-16mmc: Retry the switch commandMaxime Ripard
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