summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
Commit message (Expand)AuthorAgeLines
* 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
* | mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()Andrew Gabbasov2015-05-05-13/+11
* | mmc: Avoid extra duplicate entry in mmc device structureAndrew Gabbasov2015-05-05-6/+7
|/
* mmc: print SD/eMMC type for inited mmc devicesPrzemyslaw Marczak2015-02-23-0/+8
* mmc: Skip changing bus width for MMC cards earlier than version 4.0Andrew Gabbasov2015-01-19-2/+5
* mmc: Avoid redundant switching to 1-bit bus width for MMC cardsAndrew Gabbasov2015-01-19-0/+12
* mmc: extend mmcinfo output to show partition write reliability settingsDiego Santa Cruz2015-01-19-0/+2
* mmc: extend the mmc hardware partitioning API with write reliabilityDiego Santa Cruz2015-01-19-0/+39
* mmc: add API to do eMMC hardware partitioningDiego Santa Cruz2015-01-19-0/+155
* mmc: the ext_csd data may be used during init even if reading failedDiego Santa Cruz2015-01-19-1/+3
* mmc: eMMC partitioning data is not effective till partitioning completedDiego Santa Cruz2015-01-19-23/+35
* mmc: read the high capacity WP group size for eMMCDiego Santa Cruz2015-01-19-0/+6
* mmc: fix erase_grp_size computation with high-capacity size definitionDiego Santa Cruz2015-01-19-2/+1
* mmc: read the size of eMMC enhanced user data areaDiego Santa Cruz2015-01-19-0/+15
* mmc: computation of eMMC GP partition size was missing 512 KiB factorDiego Santa Cruz2015-01-19-0/+1
* mmc: incomplete test to switch to high-capacity group size definitionsDiego Santa Cruz2015-01-19-22/+30
* mmc: extend mmcinfo to show enhanced partition attributeDiego Santa Cruz2015-01-19-0/+3
* mmc: Fix block length for DDR modeAndrew Gabbasov2014-12-12-0/+6
* mmc: Fix Dual Data Rate capability recognitionAndrew Gabbasov2014-12-12-1/+1
* mmc: Fix handling of bus widths and DDR card capabilitiesAndrew Gabbasov2014-12-12-21/+31
* MMC: add MMC_VERSION_5_0Markus Niebel2014-12-12-0/+3