summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
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
2015-02-23mmc: fsl_esdhc: Add support to force VSELECT setOtavio Salvador
2015-02-23mmc: fsl_esdhc: Add CMD11 support to switch to 1.8VOtavio Salvador
2015-02-06x86: mmc: Move common FSP functions into a common fileSimon Glass
2015-02-02Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini
2015-02-02Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini
2015-02-02sunxi: mmc: Add 'sunxi_' prefix to the static functionsSiarhei Siamashka
2015-01-29dm: mmc: Remove use of fdtdec GPIO supportSimon Glass
2015-01-29omap3: mmc: add 1.8v bias setting for MMC1Albert ARIBAUD \(3ADEV\)
2015-01-23Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2015-01-22sunxi: mmc: Add support for sun9i (A80)Hans de Goede
2015-01-22sunxi: mmc: Use a realistic timeout when sending a mmc commandHans de Goede
2015-01-21mmc: zynq: Use phys_addr_t for addressesMichal Simek
2015-01-19mmc: Skip changing bus width for MMC cards earlier than version 4.0Andrew Gabbasov