aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2014-04-08Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD18-506/+605
2014-04-02mmc:eSDHC: Workaround for data timeout issue on Txxx SoCHaijun.Zhang1-0/+3
2014-04-02mmc: fsl_esdhc: add controller reset in case of data related errors tooAndrew Gabbasov1-27/+36
2014-04-02mmc: fsl_esdhc: fix calculation of timeout for data transactionsAndrew Gabbasov1-6/+6
2014-04-02mmc: Add 'mmc rst-function' sub-commandTom Rini1-0/+12
2014-04-02mmc: sh_mmcif: Fix warning by unused variableNobuhiro Iwamatsu1-2/+1
2014-04-02mmc: sh_mmcif: Fix compile errorNobuhiro Iwamatsu1-1/+1
2014-03-28blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.cTom Rini1-1/+1
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou18-385/+403
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou15-15/+15
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou16-113/+171
2014-03-12drivers:mmc:sdhci: enable support for DTPiotr Wilczek1-0/+129
2014-03-04mmc: zynq: Add OF initialization supportMichal Simek1-0/+29
2014-02-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2-0/+135
2014-02-22mmc: kona: Add Kona mmc driverDarwin Rambo2-0/+135
2014-02-20blackfin: Add <asm/clock.h> to numerous driversTom Rini1-0/+1
2014-02-17Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+9
2014-02-07cmd_mmc.c: Drop open/close mmc sub-commandsTom Rini1-65/+0
2014-02-07cmd_mmc.c: Add bootbus mmc sub-commandTom Rini1-0/+21
2014-02-07cmd_mmc.c: Add 'partconf' command to mmcTom Rini1-0/+21
2014-02-07mmc: Enabled quirk SDHCI_QUIRK_BROKEN_R1BSiva Durga Prasad Paladugu1-1/+2
2014-02-07MMC: DWMMC: Correct the CLKDIV register valueRajeshwari S Shinde2-3/+16
2014-02-07mmc: set rca to 1 for MMC cardsStephen Warren1-1/+1
2014-02-03mmc: tegra: support Tegra124Stephen Warren1-0/+9
2014-01-24drivers: delete unused header filesMasahiro Yamada1-138/+0
2014-01-22esdhc: Detecting 8 bit width before mmc initializationHaijun.Zhang1-0/+5
2014-01-22esdhc: Workaround for card can't be detected on T4240QDSHaijun.Zhang1-0/+4
2014-01-14mmc: dwmmc: mode change to 0644Minkyu Kang1-0/+0
2014-01-09socfpga/dwmmc: Adding DesignWare MMC driver support for SOCFPGAChin Liang See2-0/+69
2014-01-09mmc: add setdsr supportMarkus Niebel1-0/+18
2014-01-09mmc: Minor cleanup of sdhci.cDarwin Rambo1-13/+19
2014-01-09mmc/dwmmc: use bounce buffer for data exchange between CPU and MMC controllerAlexey Brodkin1-10/+22
2014-01-08mmc/dwmmc: Using calloc instead mallocChin Liang See1-2/+2
2013-12-08mmc: add Faraday FTSDC021 SDHCI controller supportKuo-Jung Su2-0/+34
2013-12-08powerpc: mmc: Add corenet devices support in esdhc splPriyanka Jain1-0/+5
2013-12-08mmc/dwmmc: modify FIFO threshold only if value explicitly setAlexey Brodkin1-7/+2
2013-12-08mmc: dw_mmc: remove the exynos specific code in dw-mmc.cJaehoon Chung2-10/+16
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada1-47/+24
2013-10-31powerpc/esdhc: Add 3.3v voltage support in esdhc capacity registerHaijun.Zhang1-0/+6
2013-10-31esdhc: memset mmc struct before putting into useHaijun.Zhang1-0/+1
2013-10-31Powerpc/esdhc: Add simple description of esdhc registerHaijun.Zhang1-37/+37
2013-10-31powerpc/esdhc: Map register for eSDHC Host Controller V3.0Haijun.Zhang1-2/+14
2013-10-31DWMMC: SMDK5420: Disable SMU for eMMCRajeshwari Shinde2-0/+14
2013-10-31mmc: sdhci: Avoid commands errors by simple timeout adaptation.Przemyslaw Marczak1-7/+28
2013-10-31mmc: dw_mmc: change the callback function name.Jaehoon Chung2-4/+4
2013-10-31mmc: Fix erase_grp_size for partitioned cardOliver Metz1-4/+13
2013-10-02Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+2
2013-09-20Fix wrong sdhci host control register read and writeJuhyun \(Justin\) Oh1-3/+2
2013-09-20mmc/dw_mmc: Allocate the correct amount of descriptorsMischa Jonker1-2/+2
2013-09-20mmc/dw_mmc: Fix DMA descriptor corruptionMischa Jonker1-3/+4