aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-20dm: mmc: Try to honour the sequence orderSimon Glass1-5/+15
2016-01-13mmc: store hwpart in the block deviceStephen Warren1-6/+12
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-1/+3
2015-12-13mmc: mmc: Don't use sprintf when using tiny-printfSjoerd Simons1-1/+3
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-09-02mmc: Probe DM based mmc devices in u-bootSjoerd Simons1-4/+39
2015-07-24mmc: Protect `mmc_initialize` from initialising mmc multiple timesDaniel KochmaƄski1-0/+5
2015-07-21mmc: Add debug() output on read errorsSimon Glass1-2/+6
2015-07-21dm: mmc: Add an MMC uclassSimon Glass1-0/+2
2015-05-05Merge git://git.denx.de/u-boot-mpc85xxTom Rini1-0/+6
2015-05-05mmc: remove the MMC_MODE_HC flagRob Herring1-5/+2
2015-05-05mmc: Fix splitting device initializationAndrew Gabbasov1-8/+8
2015-05-05mmc: Restructure polling loops to avoid extra delaysAndrew Gabbasov1-10/+17
2015-05-05mmc: Continue polling MMC card for OCR only if it is still not readyAndrew Gabbasov1-9/+11
2015-05-05mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()Andrew Gabbasov1-13/+11
2015-05-05mmc: Avoid extra duplicate entry in mmc device structureAndrew Gabbasov1-6/+7
2015-05-04mmc: fsl_esdhc: Add adapter card type identification supportYangbo Lu1-0/+6
2015-02-23mmc: print SD/eMMC type for inited mmc devicesPrzemyslaw Marczak1-0/+8
2015-01-19mmc: Skip changing bus width for MMC cards earlier than version 4.0Andrew Gabbasov1-2/+5
2015-01-19mmc: Avoid redundant switching to 1-bit bus width for MMC cardsAndrew Gabbasov1-0/+12
2015-01-19mmc: extend mmcinfo output to show partition write reliability settingsDiego Santa Cruz1-0/+2
2015-01-19mmc: extend the mmc hardware partitioning API with write reliabilityDiego Santa Cruz1-0/+39
2015-01-19mmc: add API to do eMMC hardware partitioningDiego Santa Cruz1-0/+155
2015-01-19mmc: the ext_csd data may be used during init even if reading failedDiego Santa Cruz1-1/+3
2015-01-19mmc: eMMC partitioning data is not effective till partitioning completedDiego Santa Cruz1-23/+35
2015-01-19mmc: read the high capacity WP group size for eMMCDiego Santa Cruz1-0/+6
2015-01-19mmc: fix erase_grp_size computation with high-capacity size definitionDiego Santa Cruz1-2/+1
2015-01-19mmc: read the size of eMMC enhanced user data areaDiego Santa Cruz1-0/+15
2015-01-19mmc: computation of eMMC GP partition size was missing 512 KiB factorDiego Santa Cruz1-0/+1
2015-01-19mmc: incomplete test to switch to high-capacity group size definitionsDiego Santa Cruz1-22/+30
2015-01-19mmc: extend mmcinfo to show enhanced partition attributeDiego Santa Cruz1-0/+3
2014-12-12mmc: Fix block length for DDR modeAndrew Gabbasov1-0/+6
2014-12-12mmc: Fix Dual Data Rate capability recognitionAndrew Gabbasov1-1/+1
2014-12-12mmc: Fix handling of bus widths and DDR card capabilitiesAndrew Gabbasov1-21/+31
2014-12-12MMC: add MMC_VERSION_5_0Markus Niebel1-0/+3
2014-12-12MMC: fix user capacity for partitioned eMMC cardMarkus Niebel1-0/+15
2014-12-12mmc: Cosmetic fix for nicer, aligned device list printoutLubomir Popov1-2/+5
2014-12-04mmc: Board-specific MMC power initializationsPaul Kocialkowski1-0/+7
2014-10-03mmc: Fix mmc bus widthMario Schuknecht1-2/+3
2014-10-03mmc: restore capacity when switching to partition 0Peter Bigot1-3/+8
2014-10-03mmc: fix ERASE_GRP_DEF handlingHannes Petermaier1-0/+2
2014-07-18mmc: prevent some warnings with make W=1Jeroen Hofstee1-3/+3
2014-07-18dirvers: mmc: use __weakJeroen Hofstee1-11/+9
2014-06-12mmc: return meaningful error codes from mmc_select_hwpartStephen Warren1-3/+4
2014-06-02Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD1-3/+13
2014-05-23mmc: provide a select_hwpart implementation for get_device()Stephen Warren1-0/+26
2014-05-23mmc: Handle switch error status bit in MMC card statusAndrew Gabbasov1-1/+3
2014-05-23mmc: postponed needless timer initializationMateusz Zalega1-1/+4
2014-05-16mmc: support the DDR mode for eMMCJaehoon Chung1-3/+13
2014-05-16mmc: remove the unnecessary define and fix the wrong bit controlJaehoon Chung1-1/+1