summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
AgeCommit message (Expand)Author
2017-08-17dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass
2017-06-01dm: mmc: Don't call board_mmc_power_init() with driver modelSimon Glass
2017-03-21mmc: 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
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