summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2012-05-20-7/+57
|\
| * i.MX28: Check if WP detection is implemented at allMarek Vasut2012-05-15-1/+2
| * omap5: pbias ldo9 turn onBalaji T K2012-05-15-0/+33
| * OMAP4/5: Make the sysctrl structure commonSRICHARAN R2012-05-15-2/+2
| * ARM:OMAP+:MMC: Add parameters to MMC initJonathan Solnit2012-05-15-4/+20
* | mmc: support the sdhci instead of s5p_mmc for samsung-socJaehoon Chung2012-05-08-491/+99
* | mmc: add the quirk to use the sdhci for samsung-socJaehoon Chung2012-05-08-0/+12
* | mmc: sdhci: add the quirk for broken r1b responseJaehoon Chung2012-05-08-0/+12
* | i.MX28: Lower the amount of blocks transfered in one DMA cycleMarek Vasut2012-05-08-1/+1
* | mmc: fsl_esdhc: Poll until card is not busy anymoreDirk Behme2012-05-08-1/+38
* | mmc: omap: handle controller errors properlyGrazvydas Ignotas2012-05-08-2/+34
* | mmc: omap: improve stat wait messageGrazvydas Ignotas2012-05-08-1/+2
* | mmc: omap: follow TRM procedure to power on cardsGrazvydas Ignotas2012-05-08-5/+11
* | mmc:fix: Set mmc width according to MMC host capabilitiesƁukasz Majewski2012-05-08-1/+3
|/
* Blackfin: bfin_sdh: drop dos part hardcodeMike Frysinger2012-04-22-1/+0
* mmc: Fix warning if CONFIG_MMC_TRACE is enabledDirk Behme2012-04-21-1/+1
* DMA: Split the APBH DMA init into block and channel initMarek Vasut2012-04-16-0/+5
* i.MX28: Allow coexistence of PIO and DMA mode for SD/MMCMarek Vasut2012-04-16-1/+47
* drivers/mmc/mmc.c: Fix build warningAnatolij Gustschin2012-03-30-1/+1
* drivers/mmc/tegra2_mmc.c: fix GCC 4.6 warningAnatolij Gustschin2012-03-30-1/+1
* i.MX28: Do data transfers via DMA in MMC driverMarek Vasut2012-03-29-30/+40
* MMC: Implement generic bounce bufferMarek Vasut2012-03-29-3/+99
* ATMEL: remove old atmel_mci driverSven Schnelle2012-03-13-534/+0
* ATMEL: use generic mmc frameworkSven Schnelle2012-03-13-245/+0
* mmc: make mmc_send_status() more reliableJan Kloetzke2012-02-15-8/+12
* mmc: fix card busy pollingJan Kloetzke2012-02-15-8/+6
* Tegra: mmc: Fixed handling of interrupts in timeouts.Tom Warren2012-02-15-0/+4
* omap_hsmmc: Wait for CMDI to be clearTom Rini2012-02-15-2/+3
* mmc: access mxcmmc from mx31 boardsHelmut Raiger2012-02-12-5/+3
* tegra: mmc: Support operation with dcache enabledSimon Glass2012-02-12-0/+16
* fsl_esdhc: fix PIO mode transfersIra Snyder2012-01-08-1/+2
* mmc: tegra2: Implement card-detect hook.Thierry Reding2012-01-08-19/+13
* mmc: fsl_esdhc: Implement card-detect hook.Thierry Reding2012-01-08-17/+12
* mmc: Implement card detection.Thierry Reding2012-01-08-0/+31
* mmc: Change board_mmc_getcd() function prototype.Thierry Reding2012-01-08-5/+7
* drivers/mmc/mv_sdhci.c: Fix build warningAnatolij Gustschin2012-01-08-2/+1
* ftsdc010: improve performance and capabilityMacpaul Lin2012-01-08-85/+103
* mmc: add host_caps checking avoid switch card improperlyMacpaul Lin2012-01-08-0/+10
* i.mx: fsl_esdhc: add the i.mx6q supportJason Liu2012-01-08-3/+9
* tegra2: Move tegra2_mmc_init() prototype to public header.Thierry Reding2011-12-24-2/+0
* PXA: Kill last remnants of set_GPIO_mode functionMarek Vasut2011-12-19-5/+0
* tegra2: Modify MMC driver to handle power and cd GPIOsStephen Warren2011-12-09-7/+39
* PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut2011-12-06-5/+6
* Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec"Macpaul Lin2011-11-25-14/+2
* mmc: mv_sdhci: Fix host version read for Armada100Ajay Bhargav2011-11-25-1/+4
* davinci, mmc: fix gcc 4.6 build warningsHeiko Schocher2011-11-16-4/+3
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2011-11-16-12/+366
|\
| * omap: Checkpatch fixesSricharan2011-11-15-12/+14
| * iMX28: Add SSP MMC driverMarek Vasut2011-11-11-0/+352
* | Tegra2: mmc: Factor out mmc_wait_inhibit functionalityAnton staaf2011-11-12-19/+27