summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
Commit message (Expand)AuthorAgeLines
...
* mmc: add API to do eMMC hardware partitioningDiego Santa Cruz2015-01-19-0/+155
* mmc: the ext_csd data may be used during init even if reading failedDiego Santa Cruz2015-01-19-1/+3
* mmc: eMMC partitioning data is not effective till partitioning completedDiego Santa Cruz2015-01-19-23/+35
* mmc: read the high capacity WP group size for eMMCDiego Santa Cruz2015-01-19-0/+6
* mmc: fix erase_grp_size computation with high-capacity size definitionDiego Santa Cruz2015-01-19-2/+1
* mmc: read the size of eMMC enhanced user data areaDiego Santa Cruz2015-01-19-0/+15
* mmc: computation of eMMC GP partition size was missing 512 KiB factorDiego Santa Cruz2015-01-19-0/+1
* mmc: incomplete test to switch to high-capacity group size definitionsDiego Santa Cruz2015-01-19-22/+30
* mmc: extend mmcinfo to show enhanced partition attributeDiego Santa Cruz2015-01-19-0/+3
* mmc: Fix block length for DDR modeAndrew Gabbasov2014-12-12-0/+6
* mmc: Fix Dual Data Rate capability recognitionAndrew Gabbasov2014-12-12-1/+1
* mmc: Fix handling of bus widths and DDR card capabilitiesAndrew Gabbasov2014-12-12-21/+31
* MMC: add MMC_VERSION_5_0Markus Niebel2014-12-12-0/+3
* MMC: fix user capacity for partitioned eMMC cardMarkus Niebel2014-12-12-0/+15
* mmc: Cosmetic fix for nicer, aligned device list printoutLubomir Popov2014-12-12-2/+5
* mmc: Board-specific MMC power initializationsPaul Kocialkowski2014-12-04-0/+7
* mmc: Fix mmc bus widthMario Schuknecht2014-10-03-2/+3
* mmc: restore capacity when switching to partition 0Peter Bigot2014-10-03-3/+8
* mmc: fix ERASE_GRP_DEF handlingHannes Petermaier2014-10-03-0/+2
* mmc: prevent some warnings with make W=1Jeroen Hofstee2014-07-18-3/+3
* dirvers: mmc: use __weakJeroen Hofstee2014-07-18-11/+9
* mmc: return meaningful error codes from mmc_select_hwpartStephen Warren2014-06-12-3/+4
* Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2014-06-02-3/+13
|\
| * mmc: support the DDR mode for eMMCJaehoon Chung2014-05-16-3/+13
| * mmc: remove the unnecessary define and fix the wrong bit controlJaehoon Chung2014-05-16-1/+1
* | mmc: provide a select_hwpart implementation for get_device()Stephen Warren2014-05-23-0/+26
* | mmc: Handle switch error status bit in MMC card statusAndrew Gabbasov2014-05-23-1/+3
* | mmc: postponed needless timer initializationMateusz Zalega2014-05-23-1/+4
|/
* mmc: Add 'mmc rst-function' sub-commandTom Rini2014-04-02-0/+12
* mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2014-03-24-35/+63
* mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou2014-03-24-9/+12
* cmd_mmc.c: Drop open/close mmc sub-commandsTom Rini2014-02-07-65/+0
* cmd_mmc.c: Add bootbus mmc sub-commandTom Rini2014-02-07-0/+21
* cmd_mmc.c: Add 'partconf' command to mmcTom Rini2014-02-07-0/+21
* mmc: set rca to 1 for MMC cardsStephen Warren2014-02-07-1/+1
* mmc: add setdsr supportMarkus Niebel2014-01-09-0/+18
* mmc: Fix erase_grp_size for partitioned cardOliver Metz2013-10-31-4/+13
* mmc: don't support write & erase for SPL buildsPaul Burton2013-09-20-182/+4
* mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORTPaul Burton2013-09-17-0/+36
* mmc: Remove unused variable backup from mmc_send_cmd()Oleksandr Tyshchenko2013-09-17-3/+0
* powerpc: mpc85xx: Support booting from SD Card with SPLYing Zhang2013-08-20-0/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* Fix block device accesses beyond 2TiBSascha Silbe2013-06-26-8/+9
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-06-22-0/+134
|\
| * Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-06-19-0/+134
| |\
| | * MMC: APIs to support resize of EMMC boot partitionAmar2013-06-13-0/+134
* | | mmc: report capacity for the selected partitionStephen Warren2013-06-13-7/+61
* | | mmc write bug fixRuud Commandeur2013-06-13-3/+5
|/ /
* | mmc: Split device init to decouple OCR-polling delayChe-Liang Chiou2013-05-06-32/+105
|/
* part/dev_desc: Add log2 of blocksize to block_dev_desc data structEgbert Eich2013-05-01-0/+1