summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2015-09-04mmc: dw_mmc: Probe the MMC from OFMarek Vasut
2015-09-02mmc: Probe DM based mmc devices in u-bootSjoerd Simons
2015-09-02rockchip: Add an MMC driverSimon Glass
2015-09-02mmc: Support bypass mode with the get_mmc_clk() methodSimon Glass
2015-08-31sunxi: mmc: set transfer timeout according to byte_cnt.Yousong Zhou
2015-08-24arm: pxa: mmc: clean-up include file orderMarcel Ziswiler
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada
2015-08-13Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2015-08-13mmc_spi: Big-endian supportYoshinori Sato
2015-08-13dw_mmc: Calculate dwmmc FIFO threshold size if not providedSimon Glass
2015-08-12mmc: omap_hsmmc: enable 8bit interface for eMMC for AM43xxNikita Kiryanov
2015-08-12mmc: omap_hsmmc: enable proper CMD(DAT) lines reset procedure for am43xxNikita Kiryanov
2015-08-12mmc: hi6220_dw_mmc: Add hi6220 glue code for dw_mmc controller.Peter Griffin
2015-08-11mmc: dw_mmc: Avoid using printf() for errorsSimon Glass
2015-08-11mmc: dw_mmc: Improve handling of data transfer failureMarek Vasut
2015-08-11mmc: dw_mmc: Zap endless timeoutMarek Vasut
2015-08-11mmc: dw_mmc: Stop bounce buffer even in case of failureMarek Vasut
2015-08-05exynos: Correct return value in exynos_mmc_init()Simon Glass
2015-08-02fsl_esdhc.c: Always make check_and_invalidate_dcache_range availableTom Rini
2015-08-02Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2015-07-28ARM: Tegra210: Add support to common Tegra source/config filesTom Warren
2015-07-27mmc: tegra: Build warning fixes for 64-bitThierry Reding
2015-07-26mmc:fsl_esdhc invalidate dcache before readPeng Fan
2015-07-24sunxi: Create helper function veryfing valid boot signature on MMCDaniel Kochmański
2015-07-24mmc: Protect `mmc_initialize` from initialising mmc multiple timesDaniel Kochmański
2015-07-21dm: test: Add a test for the mmc uclassSimon Glass
2015-07-21mmc: Add debug() output on read errorsSimon Glass
2015-07-21dm: mmc: Add an MMC uclassSimon Glass
2015-07-10mmc: sdhci.c: Add config option to use a fixed buffer for transfersStefan Roese
2015-07-10mmc: sdhci: Use timer based timeout detection in sdhci_send_command()Stefan Roese
2015-06-25mmc: bcm2835_sdhci: Restore original delay behaviorMarek Vasut
2015-06-18mmc_write.c: Make mmc_berase do 32bit safe 64bit mathTom Rini
2015-06-04sunxi: mmc: Enable pull-up on card-detect gpio pinHans de Goede
2015-05-05Merge git://git.denx.de/u-boot-mpc85xxTom Rini
2015-05-05Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2015-05-05ARM: mmc: bcm283x: Remove get_timer_us() from mmc driverMarek Vasut
2015-05-05tegra: mmc: Set the removable flag correctlySimon Glass
2015-05-05mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_hostAlexander Stein
2015-05-05mmc: fsl_esdhc: update eMMC44 adapter card erase timeoutYangbo Lu
2015-05-05mmc: sdhci: add timeout setting for response busy commandKevin Liu
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 peripheral clock supportYangbo Lu
2015-05-04mmc: fsl_esdhc: Add adapter card type identification supportYangbo Lu
2015-05-04sunxi: mmc: Fix card-detect gpio handling to work with the driver-modelHans de Goede
2015-05-04sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig boolHans de Goede