summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: extend mmcinfo to show enhanced partition attributeDiego Santa Cruz2015-01-191-0/+3
* mmc: Fix block length for DDR modeAndrew Gabbasov2014-12-121-0/+6
* mmc: Fix Dual Data Rate capability recognitionAndrew Gabbasov2014-12-121-1/+1
* mmc: Fix handling of bus widths and DDR card capabilitiesAndrew Gabbasov2014-12-121-21/+31
* MMC: add MMC_VERSION_5_0Markus Niebel2014-12-121-0/+3
* MMC: fix user capacity for partitioned eMMC cardMarkus Niebel2014-12-121-0/+15
* mmc: Cosmetic fix for nicer, aligned device list printoutLubomir Popov2014-12-121-2/+5
* mmc: Board-specific MMC power initializationsPaul Kocialkowski2014-12-041-0/+7
* mmc: Fix mmc bus widthMario Schuknecht2014-10-031-2/+3
* mmc: restore capacity when switching to partition 0Peter Bigot2014-10-031-3/+8
* mmc: fix ERASE_GRP_DEF handlingHannes Petermaier2014-10-031-0/+2
* mmc: prevent some warnings with make W=1Jeroen Hofstee2014-07-181-3/+3
* dirvers: mmc: use __weakJeroen Hofstee2014-07-181-11/+9
* mmc: return meaningful error codes from mmc_select_hwpartStephen Warren2014-06-121-3/+4
* Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2014-06-021-3/+13
|\
OpenPOWER on IntegriCloud