summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
Commit message (Expand)AuthorAgeLines
* mmc: Tinification of the mmc codeMarek Vasut2016-12-01-1/+30
* mmc: Fix warning if debug() is not usedMarek Vasut2016-12-01-1/+1
* mmc: add bkops-enable commandTomas Melin2016-12-01-0/+34
* mmc: Retry the switch commandMaxime Ripard2016-11-16-4/+11
* mmc: add the device name in debugging message for supplying vmmcJaehoon Chung2016-10-28-1/+1
* mmc: introduce mmc_power_initPeng Fan2016-10-28-1/+29
* mmc: sd: extracting erase related information from sd statusPeng Fan2016-09-20-0/+68
* mmc: send CMD0 before CMD1 for some MMC cardsYangbo Lu2016-08-16-0/+3
* mmc: use the generic error numberJaehoon Chung2016-08-05-9/+9
* dm: mmc: Add a way to use driver model for MMC operationsSimon Glass2016-07-11-3/+18
* mmc: Move tracing code into separate functionsSimon Glass2016-07-11-15/+26
* mmc: Move MMC boot code into its own fileSimon Glass2016-07-11-125/+1
* dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.cSimon Glass2016-07-11-95/+0
* dm: mmc: Move CONFIG_BLK code into the mmc uclassSimon Glass2016-07-11-82/+3
* mmc: Add function declarations for mmc_bread() and mmc_switch_part()Simon Glass2016-07-11-5/+4
* mmc: add MMC_VERSION_5_1Stefan Wahren2016-06-20-0/+3
* mmc: revert mmc: Handle switch error status bit in MMC card statusHeiko Schocher2016-06-09-3/+1
* dm: mmc: Use cfg directly in mmc_bind()Simon Glass2016-05-27-1/+1
* mmc: Use byte array for multipliersSimon Glass2016-05-26-1/+1
* mmc: Drop mmc_register()Simon Glass2016-05-26-9/+0
* dm: mmc: Add support for driver-model block devicesSimon Glass2016-05-17-10/+38
* dm: mmc: Add a way to bind MMC devices with driver modelSimon Glass2016-05-17-0/+48
* dm: mmc: Adjust mmc_switch_part() to use a struct mmcSimon Glass2016-05-17-8/+4
* dm: mmc: Move the device list into a separate fileSimon Glass2016-05-17-115/+34
* dm: mmc: Use the new select_hwpart() APISimon Glass2016-05-17-1/+1
* dm: mmc: Add a function to obtain the block deviceSimon Glass2016-05-17-0/+5
* dm: mmc: Implement the select_hwpart() methodSimon Glass2016-05-17-0/+22
* dm: mmc: Move mmc_switch_part() above its callersSimon Glass2016-05-17-24/+21
* dm: mmc: Drop the get_dev() functionSimon Glass2016-05-17-14/+2
* dm: mmc: Add a legacy block interface for MMCSimon Glass2016-05-17-3/+27
* mmc: Print send_cmd response only when return value is zeroBin Meng2016-03-27-38/+42
* mmc: Fix switch..case indentionBin Meng2016-03-27-70/+70
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-14-4/+4
* dm: part: Rename some partition functionsSimon Glass2016-03-14-1/+1
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-14-2/+2
* dm: mmc: Try to honour the sequence orderSimon Glass2016-01-20-5/+15
* mmc: store hwpart in the block deviceStephen Warren2016-01-13-6/+12
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-13-1/+3
* mmc: mmc: Don't use sprintf when using tiny-printfSjoerd Simons2015-12-13-1/+3
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-11-0/+1
* mmc: Probe DM based mmc devices in u-bootSjoerd Simons2015-09-02-4/+39
* mmc: Protect `mmc_initialize` from initialising mmc multiple timesDaniel KochmaƄski2015-07-24-0/+5
* mmc: Add debug() output on read errorsSimon Glass2015-07-21-2/+6
* dm: mmc: Add an MMC uclassSimon Glass2015-07-21-0/+2
* Merge git://git.denx.de/u-boot-mpc85xxTom Rini2015-05-05-0/+6
|\
| * mmc: fsl_esdhc: Add adapter card type identification supportYangbo Lu2015-05-04-0/+6
* | mmc: remove the MMC_MODE_HC flagRob Herring2015-05-05-5/+2
* | mmc: Fix splitting device initializationAndrew Gabbasov2015-05-05-8/+8
* | mmc: Restructure polling loops to avoid extra delaysAndrew Gabbasov2015-05-05-10/+17
* | mmc: Continue polling MMC card for OCR only if it is still not readyAndrew Gabbasov2015-05-05-9/+11