aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-20mmc: don't support write & erase for SPL buildsPaul Burton4-182/+230
2013-09-17mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORTPaul Burton1-0/+36
2013-09-17ARM: OMAP: Enable 8-bit eMMC access for OMAP4/5/DRA7xxLubomir Popov1-3/+14
2013-09-17omap_hsmmc: omap4+/am335x: modify MMC controller internal fsm reset funcOleksandr Tyshchenko1-0/+24
2013-09-17mmc: Remove unused variable backup from mmc_send_cmd()Oleksandr Tyshchenko1-3/+0
2013-09-17mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoCJaehoon Chung2-7/+10
2013-09-05Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-1/+2
2013-08-23mmc: mxsmmc: Enable MMC HC supportAmaury Pouly1-1/+2
2013-08-20SPDX-License-Identifier: clean up license headerYork Sun1-16/+1
2013-08-20powerpc: mpc85xx: Support booting from SD Card with SPLYing Zhang3-0/+135
2013-07-25Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini1-1/+5
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk17-234/+17
2013-07-24mmc: ftsdc010_mci: fix build error if CONFIG_FTSDC010_SDIO is not definedGabor Juhos1-1/+5
2013-07-16fsl_esdhc: Touch only relevant sys ctrl bitsDirk Behme1-3/+3
2013-07-16drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusionAlexey Brodkin1-1/+0
2013-07-16Powerpc: eSDHC: Fix mmc read write err in uboot of T4240QDS boardHaijun.Zhang1-1/+1
2013-06-26Fix block device accesses beyond 2TiBSascha Silbe1-8/+9
2013-06-22Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini3-23/+265
2013-06-19Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD3-23/+265
2013-06-17MMC: DWMMC: Fix FIFO_DEPTH calculationRajeshwari Shinde1-8/+6
2013-06-14Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini3-17/+74
2013-06-13mmc: report capacity for the selected partitionStephen Warren1-7/+61
2013-06-13fsl_esdhc: Do not clear interrupt status bits until data processedAndrew Gabbasov1-4/+3
2013-06-13mmc: fsl_esdhc: Fix hang after 'save' commandFabio Estevam1-1/+1
2013-06-13mmc write bug fixRuud Commandeur1-3/+5
2013-06-13mmc: sdhci: Enable 8-bit bus width only for 3.0 spec onwardsJagannadha Sutradharudu Teki1-2/+4
2013-06-13MMC: APIs to support resize of EMMC boot partitionAmar1-0/+134
2013-06-13EXYNOS5: DWMMC: Added FDT support for DWMMCAmar1-10/+117
2013-06-13DWMMC: Initialise dwmci and resolve EMMC read write issuesAmar1-9/+12
2013-06-10mmc: omap_hsmmc: Update pbias programmingBalaji T K1-11/+9
2013-05-30Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD10-868/+536
2013-05-15powerpc/esdhc: Correct judgement for DATA PIO modeHaijun.Zhang1-1/+1
2013-05-15mmc: update Faraday FTSDC010 for rw performanceKuo-Jung Su3-688/+378
2013-05-15drivers/mmc: move spl_mmc.c to common/splYing Zhang2-140/+0
2013-05-12mmc: atmel_mci: add mmc card supportBo Shen1-1/+4
2013-05-12mmc: atmel_mci: using IP version for different settingBo Shen1-4/+38
2013-05-11Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD1-4/+4
2013-05-11Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-1/+1
2013-05-11Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master'Albert ARIBAUD2-20/+23
2013-05-10palmas: rename twl6035_mmc1_poweron_ldo with an palmas generic functionNishanth Menon1-1/+1
2013-05-10twl6035: rename to palmasNishanth Menon1-3/+3
2013-05-06mmc: fsl_esdhc: Use calloc()Fabio Estevam1-2/+1
2013-05-06mmc: sdhci: return error when failed add_sdhci().Jaehoon Chung2-4/+2
2013-05-06sdhci: Add sdhci support for spear devicesVipin Kumar2-0/+45
2013-05-06davinci, mmc: Added a delay reading ext CSD registerDavide Bonfanti1-1/+4
2013-05-06mmc: Split device init to decouple OCR-polling delayChe-Liang Chiou1-32/+105
2013-05-01part/dev_desc: Add log2 of blocksize to block_dev_desc data structEgbert Eich1-0/+1