summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
AgeCommit message (Expand)Author
2015-05-05Merge git://git.denx.de/u-boot-mpc85xxTom Rini
2015-05-05mmc: remove the MMC_MODE_HC flagRob Herring
2015-05-05mmc: Fix splitting device initializationAndrew Gabbasov
2015-05-05mmc: Restructure polling loops to avoid extra delaysAndrew Gabbasov
2015-05-05mmc: Continue polling MMC card for OCR only if it is still not readyAndrew Gabbasov
2015-05-05mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()Andrew Gabbasov
2015-05-05mmc: Avoid extra duplicate entry in mmc device structureAndrew Gabbasov
2015-05-04mmc: fsl_esdhc: Add adapter card type identification supportYangbo Lu
2015-02-23mmc: print SD/eMMC type for inited mmc devicesPrzemyslaw Marczak
2015-01-19mmc: Skip changing bus width for MMC cards earlier than version 4.0Andrew Gabbasov
2015-01-19mmc: Avoid redundant switching to 1-bit bus width for MMC cardsAndrew Gabbasov
2015-01-19mmc: extend mmcinfo output to show partition write reliability settingsDiego Santa Cruz
2015-01-19mmc: extend the mmc hardware partitioning API with write reliabilityDiego Santa Cruz
2015-01-19mmc: add API to do eMMC hardware partitioningDiego Santa Cruz
2015-01-19mmc: the ext_csd data may be used during init even if reading failedDiego Santa Cruz
2015-01-19mmc: eMMC partitioning data is not effective till partitioning completedDiego Santa Cruz
2015-01-19mmc: read the high capacity WP group size for eMMCDiego Santa Cruz
2015-01-19mmc: fix erase_grp_size computation with high-capacity size definitionDiego Santa Cruz
2015-01-19mmc: read the size of eMMC enhanced user data areaDiego Santa Cruz
2015-01-19mmc: computation of eMMC GP partition size was missing 512 KiB factorDiego Santa Cruz
2015-01-19mmc: incomplete test to switch to high-capacity group size definitionsDiego Santa Cruz
2015-01-19mmc: extend mmcinfo to show enhanced partition attributeDiego Santa Cruz
2014-12-12mmc: Fix block length for DDR modeAndrew Gabbasov
2014-12-12mmc: Fix Dual Data Rate capability recognitionAndrew Gabbasov
2014-12-12mmc: Fix handling of bus widths and DDR card capabilitiesAndrew Gabbasov
2014-12-12MMC: add MMC_VERSION_5_0Markus Niebel
2014-12-12MMC: fix user capacity for partitioned eMMC cardMarkus Niebel
2014-12-12mmc: Cosmetic fix for nicer, aligned device list printoutLubomir Popov
2014-12-04mmc: Board-specific MMC power initializationsPaul Kocialkowski
2014-10-03mmc: Fix mmc bus widthMario Schuknecht
2014-10-03mmc: restore capacity when switching to partition 0Peter Bigot
2014-10-03mmc: fix ERASE_GRP_DEF handlingHannes Petermaier
2014-07-18mmc: prevent some warnings with make W=1Jeroen Hofstee
2014-07-18dirvers: mmc: use __weakJeroen Hofstee
2014-06-12mmc: return meaningful error codes from mmc_select_hwpartStephen Warren
2014-06-02Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-05-23mmc: provide a select_hwpart implementation for get_device()Stephen Warren
2014-05-23mmc: Handle switch error status bit in MMC card statusAndrew Gabbasov
2014-05-23mmc: postponed needless timer initializationMateusz Zalega
2014-05-16mmc: support the DDR mode for eMMCJaehoon Chung
2014-05-16mmc: remove the unnecessary define and fix the wrong bit controlJaehoon Chung
2014-04-02mmc: Add 'mmc rst-function' sub-commandTom Rini
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou
2014-02-07cmd_mmc.c: Drop open/close mmc sub-commandsTom Rini
2014-02-07cmd_mmc.c: Add bootbus mmc sub-commandTom Rini
2014-02-07cmd_mmc.c: Add 'partconf' command to mmcTom Rini
2014-02-07mmc: set rca to 1 for MMC cardsStephen Warren
2014-01-09mmc: add setdsr supportMarkus Niebel
2013-10-31mmc: Fix erase_grp_size for partitioned cardOliver Metz