summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-17uboot: update ddr and emmc driver. [1/3]xiaobo gu37-41349/+43662
2019-03-13emmc: g12b: fix G12B-revB cannot be started after upgrade. [1/1]Qiang Li2-3/+3
2019-03-13emmc: Add the fix adjust sampling point interval configuration. [1/1]Qiang Li2-5/+5
2018-12-17emmc: porting emmc hardware partition configuration for uboot. [1/1]Qiang Li3-12/+441
2018-09-19emmc: uboot: add fix adj calculation.Nan Li4-1/+101
2018-02-07emmc: set driver strengthRuixuan Li2-0/+142
2018-01-10PD#156884: emmc: add emmc ffu update interfaceNan Li6-0/+326
2018-01-10PD#156091: emmc: add command 28-31 for write protect operationRuixuan Li3-27/+1111
2018-01-10PD#154326: fastboot: optimize get emmc boot0/boot1 partition sizeNan Li5-3/+52
2018-01-10PD#147892: emmc: set ext_csd register USR_WP field to disable write protectionruixuan li2-1/+56
2017-05-24PD#143536: emmc: modify the support for new controller codeLong Yu3-53/+11
2017-05-24PD#139181: emmc: add core and tx phase default valueLong Yu2-24/+49
2017-03-08PD#140270: emmc: add emmc version infoXiaojie Zhan2-0/+4
2016-05-17PD#120460: emmc/sd: speed up clock frequency for emmc DDR52 modeLong Yu14-38/+631
2016-03-18PD#121412: emmc: add dev_lifetime interfaceNan Li3-0/+31
2015-12-30PD#115651: sd/emmc add exception debug interfaceWenjie Li2-18/+131
2015-06-04[GXBB] EMMC driver and factory burning updateSam Wu60-964/+18875
2015-06-04Revert "[GXBB] EMMC driver and factory burning update"Xiaobo Gu60-18873/+963
2015-06-04[GXBB] EMMC driver and factory burning updateSam Wu60-963/+18873
2014-12-12mmc: Fix handling of bus widths and DDR card capabilitiesAndrew Gabbasov3-22/+34
2014-12-12MMC: add MMC_VERSION_5_0Markus Niebel2-0/+4
2014-12-12MMC: fix user capacity for partitioned eMMC cardMarkus Niebel2-0/+18
2014-12-04mmc: Board-specific MMC power initializationsPaul Kocialkowski2-0/+8
2014-10-25mmc: add prototype for mmc_get_env_addrJeroen Hofstee1-0/+1
2014-07-18mmc: prevent some warnings with make W=1Jeroen Hofstee3-5/+7
2014-06-02Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD51-605/+1238
2014-05-23eMMC: add support for operations in RPMB partitionPierre Aubert4-1/+334
2014-05-23mmc: Handle switch error status bit in MMC card statusAndrew Gabbasov2-1/+5
2014-05-16mmc: support the DDR mode for eMMCJaehoon Chung2-3/+20
2014-05-16mmc: remove the unnecessary define and fix the wrong bit controlJaehoon Chung2-13/+7
2014-05-05mmc: mmc header fixMateusz Zalega1-0/+1
2014-04-08Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD97-7263/+5284
2014-04-02mmc: Add 'mmc rst-function' sub-commandTom Rini4-0/+53
2014-03-28blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.cTom Rini2-2/+2
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou26-396/+440
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou16-16/+16
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou17-119/+184
2014-03-05Merge branch 'master' of git://git.denx.de/u-boot-armStefano Babic1000-88829/+42548
2014-03-05mmc: Add a prototype for board_mmc_init()Fabio Estevam1-0/+2
2014-02-07cmd_mmc.c: Drop open/close mmc sub-commandsTom Rini3-139/+0
2014-02-07cmd_mmc.c: Add bootbus mmc sub-commandTom Rini3-0/+55
2014-02-07cmd_mmc.c: Add 'partconf' command to mmcTom Rini3-1/+52
2014-01-09mmc: add setdsr supportMarkus Niebel3-0/+44
2014-01-08include/mmc.h: Remove declaration for spl_mmc_load()Lad, Prabhakar1-1/+0
2013-10-31mmc: Fix erase_grp_size for partitioned cardOliver Metz2-4/+15
2013-09-17mmc: size optimization when !CONFIG_MMC_SPIPaul Burton1-0/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5761-91729/+5994
2013-06-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini82-783/+1899
2013-06-19Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD42-471/+1360
2013-06-13mmc: report capacity for the selected partitionStephen Warren2-7/+68
[next]