summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini2013-07-251-1/+5
|\
| * mmc: ftsdc010_mci: fix build error if CONFIG_FTSDC010_SDIO is not definedGabor Juhos2013-07-241-1/+5
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2417-234/+17
|/
* fsl_esdhc: Touch only relevant sys ctrl bitsDirk Behme2013-07-161-3/+3
* drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusionAlexey Brodkin2013-07-161-1/+0
* Powerpc: eSDHC: Fix mmc read write err in uboot of T4240QDS boardHaijun.Zhang2013-07-161-1/+1
* Fix block device accesses beyond 2TiBSascha Silbe2013-06-261-8/+9
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-06-223-23/+265
|\
| * Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-06-193-23/+265
| |\
| | * MMC: DWMMC: Fix FIFO_DEPTH calculationRajeshwari Shinde2013-06-171-8/+6
| | * MMC: APIs to support resize of EMMC boot partitionAmar2013-06-131-0/+134
| | * EXYNOS5: DWMMC: Added FDT support for DWMMCAmar2013-06-131-10/+117
| | * DWMMC: Initialise dwmci and resolve EMMC read write issuesAmar2013-06-131-9/+12
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-mmcTom Rini2013-06-143-17/+74
|\ \ \ | |/ / |/| |
| * | mmc: report capacity for the selected partitionStephen Warren2013-06-131-7/+61
| * | fsl_esdhc: Do not clear interrupt status bits until data processedAndrew Gabbasov2013-06-131-4/+3
| * | mmc: fsl_esdhc: Fix hang after 'save' commandFabio Estevam2013-06-131-1/+1
| * | mmc write bug fixRuud Commandeur2013-06-131-3/+5
| * | mmc: sdhci: Enable 8-bit bus width only for 3.0 spec onwardsJagannadha Sutradharudu Teki2013-06-131-2/+4
* | | mmc: omap_hsmmc: Update pbias programmingBalaji T K2013-06-101-11/+9
|/ /
* | Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-05-3010-868/+536
|\ \ | |/ |/|
| * powerpc/esdhc: Correct judgement for DATA PIO modeHaijun.Zhang2013-05-151-1/+1
| * mmc: update Faraday FTSDC010 for rw performanceKuo-Jung Su2013-05-153-688/+378
| * drivers/mmc: move spl_mmc.c to common/splYing Zhang2013-05-152-140/+0
| * mmc: fsl_esdhc: Use calloc()Fabio Estevam2013-05-061-2/+1
| * mmc: sdhci: return error when failed add_sdhci().Jaehoon Chung2013-05-062-4/+2
| * sdhci: Add sdhci support for spear devicesVipin Kumar2013-05-062-0/+45
| * davinci, mmc: Added a delay reading ext CSD registerDavide Bonfanti2013-05-061-1/+4
| * mmc: Split device init to decouple OCR-polling delayChe-Liang Chiou2013-05-061-32/+105
* | mmc: atmel_mci: add mmc card supportBo Shen2013-05-121-1/+4
* | mmc: atmel_mci: using IP version for different settingBo Shen2013-05-121-4/+38
* | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2013-05-111-4/+4
|\ \
| * | palmas: rename twl6035_mmc1_poweron_ldo with an palmas generic functionNishanth Menon2013-05-101-1/+1
| * | twl6035: rename to palmasNishanth Menon2013-05-101-3/+3
* | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-05-111-1/+1
|\ \ \
| * | | imx: Move some header files from arch-mxs to imx-commonStefan Roese2013-04-221-1/+1
* | | | Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master'Albert ARIBAUD2013-05-112-20/+23
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | part/dev_desc: Add log2 of blocksize to block_dev_desc data structEgbert Eich2013-05-011-0/+1
| * | mmc: Define a constant for the maximum block sizeSimon Glass2013-05-011-12/+13
| * | spl_mmc: cleanup variable typesPeter Korsgaard2013-05-011-8/+9
* | | mmc: Add support for Xilinx Zynq sdhci controllerMichal Simek2013-04-302-0/+41
|/ /
* | mmc: check the revision for sd3.0Jaehoon Chung2013-04-171-0/+2
* | mmc: support the correct card version for eMMCJaehoon Chung2013-04-171-0/+18
|/
* Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-141-5/+3
|\
| * fsl_esdhc: Fix DMA transfer completion waiting loopAndrew Gabbasov2013-04-141-2/+1
| * fsl_esdhc: flush cache after IO completionEric Nelson2013-04-141-3/+2
* | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-041-0/+7
|\ \ | |/
| * mmc: i.MX6: fsl_esdhc: Define maximum bus width supported by a boardAbbas Raza2013-04-031-0/+7
* | ARM: bcm2835: fix get_timer() to return msStephen Warren2013-04-041-2/+3
* | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-261-3/+5
|\ \
OpenPOWER on IntegriCloud