summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: add MMC_VERSION_5_1Stefan Wahren2016-06-201-0/+3
* mmc: revert mmc: Handle switch error status bit in MMC card statusHeiko Schocher2016-06-091-3/+1
* dm: mmc: Use cfg directly in mmc_bind()Simon Glass2016-05-271-1/+1
* mmc: Use byte array for multipliersSimon Glass2016-05-261-1/+1
* mmc: Drop mmc_register()Simon Glass2016-05-261-9/+0
* dm: mmc: Add support for driver-model block devicesSimon Glass2016-05-171-10/+38
* dm: mmc: Add a way to bind MMC devices with driver modelSimon Glass2016-05-171-0/+48
* dm: mmc: Adjust mmc_switch_part() to use a struct mmcSimon Glass2016-05-171-8/+4
* dm: mmc: Move the device list into a separate fileSimon Glass2016-05-171-115/+34
* dm: mmc: Use the new select_hwpart() APISimon Glass2016-05-171-1/+1
* dm: mmc: Add a function to obtain the block deviceSimon Glass2016-05-171-0/+5
* dm: mmc: Implement the select_hwpart() methodSimon Glass2016-05-171-0/+22
* dm: mmc: Move mmc_switch_part() above its callersSimon Glass2016-05-171-24/+21
* dm: mmc: Drop the get_dev() functionSimon Glass2016-05-171-14/+2
* dm: mmc: Add a legacy block interface for MMCSimon Glass2016-05-171-3/+27
* mmc: Print send_cmd response only when return value is zeroBin Meng2016-03-271-38/+42
* mmc: Fix switch..case indentionBin Meng2016-03-271-70/+70
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-141-4/+4
* dm: part: Rename some partition functionsSimon Glass2016-03-141-1/+1
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-2/+2
* dm: mmc: Try to honour the sequence orderSimon Glass2016-01-201-5/+15
* mmc: store hwpart in the block deviceStephen Warren2016-01-131-6/+12
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-131-1/+3
* mmc: mmc: Don't use sprintf when using tiny-printfSjoerd Simons2015-12-131-1/+3
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* mmc: Probe DM based mmc devices in u-bootSjoerd Simons2015-09-021-4/+39
* mmc: Protect `mmc_initialize` from initialising mmc multiple timesDaniel Kochmański2015-07-241-0/+5
* mmc: Add debug() output on read errorsSimon Glass2015-07-211-2/+6
* dm: mmc: Add an MMC uclassSimon Glass2015-07-211-0/+2
* Merge git://git.denx.de/u-boot-mpc85xxTom Rini2015-05-051-0/+6
|\
| * mmc: fsl_esdhc: Add adapter card type identification supportYangbo Lu2015-05-041-0/+6
* | mmc: remove the MMC_MODE_HC flagRob Herring2015-05-051-5/+2
* | mmc: Fix splitting device initializationAndrew Gabbasov2015-05-051-8/+8
* | mmc: Restructure polling loops to avoid extra delaysAndrew Gabbasov2015-05-051-10/+17
* | mmc: Continue polling MMC card for OCR only if it is still not readyAndrew Gabbasov2015-05-051-9/+11
* | mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()Andrew Gabbasov2015-05-051-13/+11
* | mmc: Avoid extra duplicate entry in mmc device structureAndrew Gabbasov2015-05-051-6/+7
|/
* mmc: print SD/eMMC type for inited mmc devicesPrzemyslaw Marczak2015-02-231-0/+8
* mmc: Skip changing bus width for MMC cards earlier than version 4.0Andrew Gabbasov2015-01-191-2/+5
* mmc: Avoid redundant switching to 1-bit bus width for MMC cardsAndrew Gabbasov2015-01-191-0/+12
* mmc: extend mmcinfo output to show partition write reliability settingsDiego Santa Cruz2015-01-191-0/+2
* mmc: extend the mmc hardware partitioning API with write reliabilityDiego Santa Cruz2015-01-191-0/+39
* mmc: add API to do eMMC hardware partitioningDiego Santa Cruz2015-01-191-0/+155
* mmc: the ext_csd data may be used during init even if reading failedDiego Santa Cruz2015-01-191-1/+3
* mmc: eMMC partitioning data is not effective till partitioning completedDiego Santa Cruz2015-01-191-23/+35
* mmc: read the high capacity WP group size for eMMCDiego Santa Cruz2015-01-191-0/+6
* mmc: fix erase_grp_size computation with high-capacity size definitionDiego Santa Cruz2015-01-191-2/+1
* mmc: read the size of eMMC enhanced user data areaDiego Santa Cruz2015-01-191-0/+15
* mmc: computation of eMMC GP partition size was missing 512 KiB factorDiego Santa Cruz2015-01-191-0/+1
* mmc: incomplete test to switch to high-capacity group size definitionsDiego Santa Cruz2015-01-191-22/+30
OpenPOWER on IntegriCloud