summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeLines
...
* | | drivers/mmc/mmc.c: sparse fixesKim Phillips2012-11-04-18/+19
|/ /
* | Merge remote-tracking branch 'u-boot-atmel/master'Albert ARIBAUD2012-10-26-2/+13
|\ \
| * | mmc: at91: use max timeout value. It will avoid some situation that timeout h...Wu, Josh2012-10-17-2/+2
| * | mmc: at91: add multi block read/write support.Wu, Josh2012-10-17-0/+11
| |/
* | mmc: dw-mmc: support DesignWare MMC ControllerJaehoon Chung2012-10-22-0/+386
* | mmc: pxa: Remove the old non-generic PXA MMC driverMarek Vasut2012-10-22-644/+0
* | mmc: sdhci: Add a quirk to add delay during completion of sdhci_send_cmdTushar Behera2012-10-22-1/+5
* | mmc: sdhci: add the DMA select for SDMAJaehoon Chung2012-10-22-0/+7
* | mmc: sdhci: increase the timeout value for data transferJaehoon Chung2012-10-22-1/+1
* | mmc: Fix mmc_spi error on cmd->flags fieldMarek Vasut2012-10-22-2/+2
* | MMC: Remove the MMC bounce bufferMarek Vasut2012-10-22-92/+0
* | MMC: MXS: Convert MXS MMC driver to generic bounce bufferMarek Vasut2012-10-22-13/+23
|/
* Tegra20: Move some include files to arch-tegra for sharing with Tegra30Tom Warren2012-10-15-3/+3
* ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORKTom Rini2012-09-27-65/+0
* SPL: Move the omap SPL framework to common/splTom Rini2012-09-27-1/+140
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-09-21-148/+21
|\
| * Merge remote-tracking branch 'u-boot-imx/master'Albert ARIBAUD2012-09-21-0/+4
| |\
| | * MX28: MMC: Avoid DMA DCache race conditionMarek Vasut2012-09-06-0/+4
| * | Tegra: Change Tegra20 to Tegra in common code, prep for T30Tom Warren2012-09-10-148/+17
| * | mmc: detect boot sectors using EXT_CSD_BOOT_MULT tooStephen Warren2012-09-07-1/+2
| |/
* | mmc: Remove incorrect cmd->flags usageAndy Fleming2012-09-06-4/+6
* | mmc: s5p_sdhci: add the set_mmc_clk for cmu controlJaehoon Chung2012-09-05-0/+6
* | mmc: s5p_sdhci: fixed wrong function argumentJaehoon Chung2012-09-05-3/+2
* | mmc: s5p_sdhci: set the SDHCI_QUIRK_BROKEN_R1BJaehoon Chung2012-09-05-6/+4
* | mmc: Add a SDHCI quirk for boards that have no CDJoe Hershberger2012-09-05-2/+15
* | mmc: Fix version check for clock API in sdhci driverJoe Hershberger2012-09-05-5/+5
* | mmc_get_dev: Return error if mmc_init failsBenoît Thébaudeau2012-09-05-2/+1
* | mmc: detect boot sectors using EXT_CSD_BOOT_MULT tooStephen Warren2012-09-05-1/+2
* | MMC: u-boot-spl may be compiled without partition supportMikhail Kshevetskiy2012-09-05-0/+2
* | mmc: fix capacity calculation when EXT_CSD_SEC_CNT is usedYoshihiro Shimoda2012-09-05-5/+5
* | mmc: sh_mmcif: enable MMC_MODE_HCYoshihiro Shimoda2012-09-05-1/+1
* | mmc: fix wrong timeout check in mmc_send_status()Jongman Heo2012-09-05-1/+1
* | mmc: Remove unused item flags in struct mmc_cmdKaspter Ju2012-09-02-28/+0
|/
* fsl_esdhc: Remove cache snooping for i.MXBenoît Thébaudeau2012-09-01-2/+3
* mxs: Convert sys_proto.h prefixes to 'mxs'Otavio Salvador2012-09-01-1/+1
* tegra20: rename tegra2 -> tegra20Allen Martin2012-09-01-22/+22
* u8500: Separating mmc config parameters from driverJohn Rigby2012-09-01-83/+75
* MX28: Fix MXS MMC DMA issuesMarek Vasut2012-09-01-15/+19
* MX28: Transfer small blocks via PIO in MXS MMCMarek Vasut2012-09-01-26/+20
* MX28: Split out the PIO and DMA transfer functionsMarek Vasut2012-09-01-68/+86
* MX28: Fix up the MMC driver DMA modeMarek Vasut2012-09-01-2/+8
* mxs: prefix register structs with 'mxs' prefixOtavio Salvador2012-09-01-10/+10
* da850/omap-l138: Add support to read u-boot image from MMC/SDLad, Prabhakar2012-09-01-0/+66
* FSL/eSDHC: enable the clock to detect the SD cardJerry Huang2012-07-13-0/+3
* SD/MMC: check the card status during erase operationJerry Huang2012-07-13-0/+5
* mmc:fix Call mmc_init() when executing mmc_get_dev()Łukasz Majewski2012-07-13-1/+4
* mmc: remove the hard setting for tran_speedJaehoon Chung2012-07-13-6/+7
* i.MX: fsl_esdhc: allow use with cache enabled.Eric Nelson2012-07-13-1/+16
* mmc: tegra2: rename tegra2_mmc.* to tegra_mmc.*Tom Warren2012-07-07-7/+7
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2012-05-20-7/+57
|\