summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee
2014-06-12mmc: free allocated memory on initialization errorsDarwin Rambo
2014-06-12mmc: return meaningful error codes from mmc_select_hwpartStephen Warren
2014-06-02Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-05-27mmc: atmel_mci: fix print incorrect buffer content for debugWu, Josh
2014-05-25sunxi: mmc supportIan Campbell
2014-05-23esdhc/usdhc: Fix warning when CONFIG_SYS_FSL_ESDHC_USE_PIO is not setTom Rini
2014-05-23Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2014-05-23mmc: provide a select_hwpart implementation for get_device()Stephen Warren
2014-05-23eMMC: add support for operations in RPMB partitionPierre Aubert
2014-05-23mmc: Handle switch error status bit in MMC card statusAndrew Gabbasov
2014-05-23mmc: postponed needless timer initializationMateusz Zalega
2014-05-22esdhc/usdhc: Fix PIO mode bug in fsl_esdhc driverYe.Li
2014-05-20Merge remote-tracking branch 'u-boot/master'Albert ARIBAUD
2014-05-16mmc: s5p_sdhci: add the s5p_sdhci_core_init functionJaehoon Chung
2014-05-16mmc: exynos_dw_mmc: enable the DDR modeJaehoon Chung
2014-05-16mmc: dw_mmc: support the DDR modeJaehoon Chung
2014-05-16mmc: support the DDR mode for eMMCJaehoon Chung
2014-05-16mmc: remove the unnecessary define and fix the wrong bit controlJaehoon Chung
2014-05-16mmc: exynos_dw_mmc: restore the property into hostJaehoon Chung
2014-05-13ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICEStephen Warren
2014-05-13powerpc/85xx: Add T4240RDB board supportChunhe Lan
2014-04-22driver: Add support of image load for MMC & SPI in SPLPrabhakar Kushwaha
2014-04-22driver/mmc: fix compile warningsPrabhakar Kushwaha
2014-04-08Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-04-02mmc:eSDHC: Workaround for data timeout issue on Txxx SoCHaijun.Zhang
2014-04-02mmc: fsl_esdhc: add controller reset in case of data related errors tooAndrew Gabbasov
2014-04-02mmc: fsl_esdhc: fix calculation of timeout for data transactionsAndrew Gabbasov
2014-04-02mmc: Add 'mmc rst-function' sub-commandTom Rini
2014-04-02mmc: sh_mmcif: Fix warning by unused variableNobuhiro Iwamatsu
2014-04-02mmc: sh_mmcif: Fix compile errorNobuhiro Iwamatsu
2014-03-28blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.cTom Rini
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou
2014-03-12drivers:mmc:sdhci: enable support for DTPiotr Wilczek
2014-03-04mmc: zynq: Add OF initialization supportMichal Simek
2014-02-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-02-22mmc: kona: Add Kona mmc driverDarwin Rambo
2014-02-20blackfin: Add <asm/clock.h> to numerous driversTom Rini
2014-02-17Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2014-02-07cmd_mmc.c: Drop open/close mmc sub-commandsTom Rini
2014-02-07cmd_mmc.c: Add bootbus mmc sub-commandTom Rini
2014-02-07cmd_mmc.c: Add 'partconf' command to mmcTom Rini
2014-02-07mmc: Enabled quirk SDHCI_QUIRK_BROKEN_R1BSiva Durga Prasad Paladugu
2014-02-07MMC: DWMMC: Correct the CLKDIV register valueRajeshwari S Shinde
2014-02-07mmc: set rca to 1 for MMC cardsStephen Warren
2014-02-03mmc: tegra: support Tegra124Stephen Warren
2014-01-24drivers: delete unused header filesMasahiro Yamada
2014-01-22esdhc: Detecting 8 bit width before mmc initializationHaijun.Zhang