aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2015-08-13Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2-22/+47
2015-08-13mmc_spi: Big-endian supportYoshinori Sato1-5/+5
2015-08-13dw_mmc: Calculate dwmmc FIFO threshold size if not providedSimon Glass1-2/+8
2015-08-12mmc: omap_hsmmc: enable 8bit interface for eMMC for AM43xxNikita Kiryanov1-2/+2
2015-08-12mmc: omap_hsmmc: enable proper CMD(DAT) lines reset procedure for am43xxNikita Kiryanov1-1/+1
2015-08-12mmc: hi6220_dw_mmc: Add hi6220 glue code for dw_mmc controller.Peter Griffin2-0/+57
2015-08-11mmc: dw_mmc: Avoid using printf() for errorsSimon Glass1-11/+12
2015-08-11mmc: dw_mmc: Improve handling of data transfer failureMarek Vasut1-7/+9
2015-08-11mmc: dw_mmc: Zap endless timeoutMarek Vasut1-2/+17
2015-08-11mmc: dw_mmc: Stop bounce buffer even in case of failureMarek Vasut1-0/+1
2015-08-05exynos: Correct return value in exynos_mmc_init()Simon Glass1-1/+1
2015-08-02fsl_esdhc.c: Always make check_and_invalidate_dcache_range availableTom Rini1-2/+0
2015-08-02Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+8
2015-07-28ARM: Tegra210: Add support to common Tegra source/config filesTom Warren1-1/+11
2015-07-27mmc: tegra: Build warning fixes for 64-bitThierry Reding1-3/+3
2015-07-26mmc:fsl_esdhc invalidate dcache before readPeng Fan1-0/+8
2015-07-24sunxi: Create helper function veryfing valid boot signature on MMCDaniel Kochmański1-0/+17
2015-07-24mmc: Protect `mmc_initialize` from initialising mmc multiple timesDaniel Kochmański1-0/+5
2015-07-21dm: test: Add a test for the mmc uclassSimon Glass2-0/+26
2015-07-21mmc: Add debug() output on read errorsSimon Glass1-2/+6
2015-07-21dm: mmc: Add an MMC uclassSimon Glass4-0/+48
2015-07-10mmc: sdhci.c: Add config option to use a fixed buffer for transfersStefan Roese1-0/+15
2015-07-10mmc: sdhci: Use timer based timeout detection in sdhci_send_command()Stefan Roese1-5/+5
2015-06-25mmc: bcm2835_sdhci: Restore original delay behaviorMarek Vasut1-2/+2
2015-06-18mmc_write.c: Make mmc_berase do 32bit safe 64bit mathTom Rini1-1/+11
2015-06-04sunxi: mmc: Enable pull-up on card-detect gpio pinHans de Goede1-1/+3
2015-05-05Merge git://git.denx.de/u-boot-mpc85xxTom Rini3-1/+87
2015-05-05Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini15-69/+74
2015-05-05ARM: mmc: bcm283x: Remove get_timer_us() from mmc driverMarek Vasut1-2/+2
2015-05-05tegra: mmc: Set the removable flag correctlySimon Glass1-4/+8
2015-05-05mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_hostAlexander Stein1-2/+2
2015-05-05mmc: fsl_esdhc: update eMMC44 adapter card erase timeoutYangbo Lu1-2/+2
2015-05-05mmc: sdhci: add timeout setting for response busy commandKevin Liu1-0/+2
2015-05-05mmc: remove the MMC_MODE_HC flagRob Herring13-20/+11
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 peripheral clock supportYangbo Lu1-0/+41
2015-05-04mmc: fsl_esdhc: Add adapter card type identification supportYangbo Lu3-1/+46
2015-05-04sunxi: mmc: Fix card-detect gpio handling to work with the driver-modelHans de Goede1-3/+4
2015-05-04sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig boolHans de Goede1-2/+1
2015-04-29zynqmp: sdhci: Remove the quirk SDHCI_QUIRK_NO_CDSiva Durga Prasad Paladugu1-1/+1
2015-04-23ls2085a: esdhc: Add esdhc support for ls2085aYangbo Lu1-2/+34
2015-03-28ARM: bcm283x: move SoC headers to mach-bcm283x/include/machMasahiro Yamada1-2/+2
2015-03-18mv_sdhci: fix warnings on 64-bit buildsRob Herring1-2/+2
2015-03-18sdhci: fix warnings on 64-bit buildsRob Herring1-3/+3
2015-03-18mmc: sdhci: don't clobber adjacent registersMatt Reimer1-1/+1
2015-03-18mmc: s5p: properly mask SELBASECLKMatt Reimer1-1/+1