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