summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * mmc: support the DDR mode for eMMCJaehoon Chung2014-05-161-3/+13
| * mmc: remove the unnecessary define and fix the wrong bit controlJaehoon Chung2014-05-161-1/+1
* | mmc: provide a select_hwpart implementation for get_device()Stephen Warren2014-05-231-0/+26
* | mmc: Handle switch error status bit in MMC card statusAndrew Gabbasov2014-05-231-1/+3
* | mmc: postponed needless timer initializationMateusz Zalega2014-05-231-1/+4
|/
* mmc: Add 'mmc rst-function' sub-commandTom Rini2014-04-021-0/+12
* mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2014-03-241-35/+63
* mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou2014-03-241-9/+12
* cmd_mmc.c: Drop open/close mmc sub-commandsTom Rini2014-02-071-65/+0
* cmd_mmc.c: Add bootbus mmc sub-commandTom Rini2014-02-071-0/+21
* cmd_mmc.c: Add 'partconf' command to mmcTom Rini2014-02-071-0/+21
* mmc: set rca to 1 for MMC cardsStephen Warren2014-02-071-1/+1
* mmc: add setdsr supportMarkus Niebel2014-01-091-0/+18
* mmc: Fix erase_grp_size for partitioned cardOliver Metz2013-10-311-4/+13
* mmc: don't support write & erase for SPL buildsPaul Burton2013-09-201-182/+4
* mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORTPaul Burton2013-09-171-0/+36
* mmc: Remove unused variable backup from mmc_send_cmd()Oleksandr Tyshchenko2013-09-171-3/+0
* powerpc: mpc85xx: Support booting from SD Card with SPLYing Zhang2013-08-201-0/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* Fix block device accesses beyond 2TiBSascha Silbe2013-06-261-8/+9
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-06-221-0/+134
|\
| * Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-06-191-0/+134
| |\
OpenPOWER on IntegriCloud