| Commit message (Expand) | Author | Age | Lines |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-10-02 | -0/+2 |
|\ |
|
| * | mmc: fsl_esdhc: Check the result from malloc() | Fabio Estevam | 2013-09-20 | -0/+2 |
* | | Fix wrong sdhci host control register read and write | Juhyun \(Justin\) Oh | 2013-09-20 | -3/+2 |
* | | mmc/dw_mmc: Allocate the correct amount of descriptors | Mischa Jonker | 2013-09-20 | -2/+2 |
* | | mmc/dw_mmc: Fix DMA descriptor corruption | Mischa Jonker | 2013-09-20 | -3/+4 |
* | | mmc: don't support write & erase for SPL builds | Paul Burton | 2013-09-20 | -182/+230 |
* | | mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORT | Paul Burton | 2013-09-17 | -0/+36 |
* | | ARM: OMAP: Enable 8-bit eMMC access for OMAP4/5/DRA7xx | Lubomir Popov | 2013-09-17 | -3/+14 |
* | | omap_hsmmc: omap4+/am335x: modify MMC controller internal fsm reset func | Oleksandr Tyshchenko | 2013-09-17 | -0/+24 |
* | | mmc: Remove unused variable backup from mmc_send_cmd() | Oleksandr Tyshchenko | 2013-09-17 | -3/+0 |
* | | mmc: sdhci: use the SDHCI_QUIRK_USE_WIDE8 for samsung SoC | Jaehoon Chung | 2013-09-17 | -7/+10 |
|/ |
|
* | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-09-05 | -1/+2 |
|\ |
|
| * | mmc: mxsmmc: Enable MMC HC support | Amaury Pouly | 2013-08-23 | -1/+2 |
* | | SPDX-License-Identifier: clean up license header | York Sun | 2013-08-20 | -16/+1 |
* | | powerpc: mpc85xx: Support booting from SD Card with SPL | Ying Zhang | 2013-08-20 | -0/+135 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-nds32 | Tom Rini | 2013-07-25 | -1/+5 |
|\ |
|
| * | mmc: ftsdc010_mci: fix build error if CONFIG_FTSDC010_SDIO is not defined | Gabor Juhos | 2013-07-24 | -1/+5 |
* | | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -234/+17 |
|/ |
|
* | fsl_esdhc: Touch only relevant sys ctrl bits | Dirk Behme | 2013-07-16 | -3/+3 |
* | drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusion | Alexey Brodkin | 2013-07-16 | -1/+0 |
* | Powerpc: eSDHC: Fix mmc read write err in uboot of T4240QDS board | Haijun.Zhang | 2013-07-16 | -1/+1 |
* | Fix block device accesses beyond 2TiB | Sascha Silbe | 2013-06-26 | -8/+9 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-06-22 | -23/+265 |
|\ |
|
| * | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-06-19 | -23/+265 |
| |\ |
|
| | * | MMC: DWMMC: Fix FIFO_DEPTH calculation | Rajeshwari Shinde | 2013-06-17 | -8/+6 |
| | * | MMC: APIs to support resize of EMMC boot partition | Amar | 2013-06-13 | -0/+134 |
| | * | EXYNOS5: DWMMC: Added FDT support for DWMMC | Amar | 2013-06-13 | -10/+117 |
| | * | DWMMC: Initialise dwmci and resolve EMMC read write issues | Amar | 2013-06-13 | -9/+12 |
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mmc | Tom Rini | 2013-06-14 | -17/+74 |
|\ \ \
| |/ /
|/| | |
|
| * | | mmc: report capacity for the selected partition | Stephen Warren | 2013-06-13 | -7/+61 |
| * | | fsl_esdhc: Do not clear interrupt status bits until data processed | Andrew Gabbasov | 2013-06-13 | -4/+3 |
| * | | mmc: fsl_esdhc: Fix hang after 'save' command | Fabio Estevam | 2013-06-13 | -1/+1 |
| * | | mmc write bug fix | Ruud Commandeur | 2013-06-13 | -3/+5 |
| * | | mmc: sdhci: Enable 8-bit bus width only for 3.0 spec onwards | Jagannadha Sutradharudu Teki | 2013-06-13 | -2/+4 |
* | | | mmc: omap_hsmmc: Update pbias programming | Balaji T K | 2013-06-10 | -11/+9 |
|/ / |
|
* | | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-05-30 | -868/+536 |
|\ \
| |/
|/| |
|
| * | powerpc/esdhc: Correct judgement for DATA PIO mode | Haijun.Zhang | 2013-05-15 | -1/+1 |
| * | mmc: update Faraday FTSDC010 for rw performance | Kuo-Jung Su | 2013-05-15 | -688/+378 |
| * | drivers/mmc: move spl_mmc.c to common/spl | Ying Zhang | 2013-05-15 | -140/+0 |
| * | mmc: fsl_esdhc: Use calloc() | Fabio Estevam | 2013-05-06 | -2/+1 |
| * | mmc: sdhci: return error when failed add_sdhci(). | Jaehoon Chung | 2013-05-06 | -4/+2 |
| * | sdhci: Add sdhci support for spear devices | Vipin Kumar | 2013-05-06 | -0/+45 |
| * | davinci, mmc: Added a delay reading ext CSD register | Davide Bonfanti | 2013-05-06 | -1/+4 |
| * | mmc: Split device init to decouple OCR-polling delay | Che-Liang Chiou | 2013-05-06 | -32/+105 |
* | | mmc: atmel_mci: add mmc card support | Bo Shen | 2013-05-12 | -1/+4 |
* | | mmc: atmel_mci: using IP version for different setting | Bo Shen | 2013-05-12 | -4/+38 |
* | | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-05-11 | -4/+4 |
|\ \ |
|
| * | | palmas: rename twl6035_mmc1_poweron_ldo with an palmas generic function | Nishanth Menon | 2013-05-10 | -1/+1 |
| * | | twl6035: rename to palmas | Nishanth Menon | 2013-05-10 | -3/+3 |
* | | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-05-11 | -1/+1 |
|\ \ \ |
|