| Commit message (Expand) | Author | Age | Lines |
* | mmc: Properly determine maximum supported bus width | Andy Fleming | 2012-11-27 | -12/+35 |
* | mmc: tegra: use bounce buffer APIs | Stephen Warren | 2012-11-27 | -23/+41 |
* | common: rework bouncebuf implementation | Stephen Warren | 2012-11-27 | -23/+7 |
* | mmc: add no simultaenous power and vdd | Mela Custodio | 2012-11-27 | -0/+3 |
* | mmc: Fix interpretation of MMC_CMD_ALL_SEND_CID | Taylor Hutt | 2012-11-27 | -7/+9 |
* | EXYNOS: mmc: support DesignWare Controller for Samsung-SoC | Jaehoon Chung | 2012-11-27 | -0/+58 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2012-11-05 | -1/+2 |
|\ |
|
| * | Merge remote-tracking branch 'u-boot-imx/master' | Albert ARIBAUD | 2012-10-27 | -2/+3 |
| |\ |
|
| | * | mxc: Fix SDHC multi-instance clock | Benoît Thébaudeau | 2012-10-16 | -2/+3 |
* | | | drivers/mmc/fsl_esdhc.c: sparse fixes | Kim Phillips | 2012-11-04 | -2/+2 |
* | | | drivers/mmc/mmc.c: sparse fixes | Kim Phillips | 2012-11-04 | -18/+19 |
|/ / |
|
* | | Merge remote-tracking branch 'u-boot-atmel/master' | Albert ARIBAUD | 2012-10-26 | -2/+13 |
|\ \ |
|
| * | | mmc: at91: use max timeout value. It will avoid some situation that timeout h... | Wu, Josh | 2012-10-17 | -2/+2 |
| * | | mmc: at91: add multi block read/write support. | Wu, Josh | 2012-10-17 | -0/+11 |
| |/ |
|
* | | mmc: dw-mmc: support DesignWare MMC Controller | Jaehoon Chung | 2012-10-22 | -0/+386 |
* | | mmc: pxa: Remove the old non-generic PXA MMC driver | Marek Vasut | 2012-10-22 | -644/+0 |
* | | mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmd | Tushar Behera | 2012-10-22 | -1/+5 |
* | | mmc: sdhci: add the DMA select for SDMA | Jaehoon Chung | 2012-10-22 | -0/+7 |
* | | mmc: sdhci: increase the timeout value for data transfer | Jaehoon Chung | 2012-10-22 | -1/+1 |
* | | mmc: Fix mmc_spi error on cmd->flags field | Marek Vasut | 2012-10-22 | -2/+2 |
* | | MMC: Remove the MMC bounce buffer | Marek Vasut | 2012-10-22 | -92/+0 |
* | | MMC: MXS: Convert MXS MMC driver to generic bounce buffer | Marek Vasut | 2012-10-22 | -13/+23 |
|/ |
|
* | Tegra20: Move some include files to arch-tegra for sharing with Tegra30 | Tom Warren | 2012-10-15 | -3/+3 |
* | ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK | Tom Rini | 2012-09-27 | -65/+0 |
* | SPL: Move the omap SPL framework to common/spl | Tom Rini | 2012-09-27 | -1/+140 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2012-09-21 | -148/+21 |
|\ |
|
| * | Merge remote-tracking branch 'u-boot-imx/master' | Albert ARIBAUD | 2012-09-21 | -0/+4 |
| |\ |
|
| | * | MX28: MMC: Avoid DMA DCache race condition | Marek Vasut | 2012-09-06 | -0/+4 |
| * | | Tegra: Change Tegra20 to Tegra in common code, prep for T30 | Tom Warren | 2012-09-10 | -148/+17 |
| * | | mmc: detect boot sectors using EXT_CSD_BOOT_MULT too | Stephen Warren | 2012-09-07 | -1/+2 |
| |/ |
|
* | | mmc: Remove incorrect cmd->flags usage | Andy Fleming | 2012-09-06 | -4/+6 |
* | | mmc: s5p_sdhci: add the set_mmc_clk for cmu control | Jaehoon Chung | 2012-09-05 | -0/+6 |
* | | mmc: s5p_sdhci: fixed wrong function argument | Jaehoon Chung | 2012-09-05 | -3/+2 |
* | | mmc: s5p_sdhci: set the SDHCI_QUIRK_BROKEN_R1B | Jaehoon Chung | 2012-09-05 | -6/+4 |
* | | mmc: Add a SDHCI quirk for boards that have no CD | Joe Hershberger | 2012-09-05 | -2/+15 |
* | | mmc: Fix version check for clock API in sdhci driver | Joe Hershberger | 2012-09-05 | -5/+5 |
* | | mmc_get_dev: Return error if mmc_init fails | Benoît Thébaudeau | 2012-09-05 | -2/+1 |
* | | mmc: detect boot sectors using EXT_CSD_BOOT_MULT too | Stephen Warren | 2012-09-05 | -1/+2 |
* | | MMC: u-boot-spl may be compiled without partition support | Mikhail Kshevetskiy | 2012-09-05 | -0/+2 |
* | | mmc: fix capacity calculation when EXT_CSD_SEC_CNT is used | Yoshihiro Shimoda | 2012-09-05 | -5/+5 |
* | | mmc: sh_mmcif: enable MMC_MODE_HC | Yoshihiro Shimoda | 2012-09-05 | -1/+1 |
* | | mmc: fix wrong timeout check in mmc_send_status() | Jongman Heo | 2012-09-05 | -1/+1 |
* | | mmc: Remove unused item flags in struct mmc_cmd | Kaspter Ju | 2012-09-02 | -28/+0 |
|/ |
|
* | fsl_esdhc: Remove cache snooping for i.MX | Benoît Thébaudeau | 2012-09-01 | -2/+3 |
* | mxs: Convert sys_proto.h prefixes to 'mxs' | Otavio Salvador | 2012-09-01 | -1/+1 |
* | tegra20: rename tegra2 -> tegra20 | Allen Martin | 2012-09-01 | -22/+22 |
* | u8500: Separating mmc config parameters from driver | John Rigby | 2012-09-01 | -83/+75 |
* | MX28: Fix MXS MMC DMA issues | Marek Vasut | 2012-09-01 | -15/+19 |
* | MX28: Transfer small blocks via PIO in MXS MMC | Marek Vasut | 2012-09-01 | -26/+20 |
* | MX28: Split out the PIO and DMA transfer functions | Marek Vasut | 2012-09-01 | -68/+86 |