summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
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
2015-04-29zynqmp: sdhci: Remove the quirk SDHCI_QUIRK_NO_CDSiva Durga Prasad Paladugu
2015-04-23ls2085a: esdhc: Add esdhc support for ls2085aYangbo Lu
2015-03-28ARM: bcm283x: move SoC headers to mach-bcm283x/include/machMasahiro Yamada
2015-03-18mv_sdhci: fix warnings on 64-bit buildsRob Herring
2015-03-18sdhci: fix warnings on 64-bit buildsRob Herring
2015-03-18mmc: sdhci: don't clobber adjacent registersMatt Reimer
2015-03-18mmc: s5p: properly mask SELBASECLKMatt Reimer
2015-03-17mmc: fsl_esdhc fix register offsetPeng Fan
2015-03-02Merge branch 'master' of git://git.denx.de/u-bootStefano Babic
2015-02-24mmc: fsl_esdhc: Add support for DDR modeVolodymyr Riazantsev
2015-02-23mmc: sdhci: fix bus width switching on Samsung SoCsMatt Reimer
2015-02-23mmc: print SD/eMMC type for inited mmc devicesPrzemyslaw Marczak
2015-02-23mmc: exynos dwmmc: check boot mode before init dwmmcPrzemyslaw Marczak
2015-02-23sunxi: mmc: Always declare High Capacity capabilityHans de Goede
2015-02-23mmc: exynos_dw_mmc: use the exynos specific data structureJaehoon Chung
2015-02-23mmc: exynos_dw_mmc: set to clksel_val into board-init functionJaehoon Chung
2015-02-23mmc: dw_mmc: fixed the wrong bit controlJaehoon Chung