summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2012-05-20Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2-7/+57
2012-05-15i.MX28: Check if WP detection is implemented at allMarek Vasut1-1/+2
2012-05-15omap5: pbias ldo9 turn onBalaji T K1-0/+33
2012-05-15OMAP4/5: Make the sysctrl structure commonSRICHARAN R1-2/+2
2012-05-15ARM:OMAP+:MMC: Add parameters to MMC initJonathan Solnit1-4/+20
2012-05-09mmc: support the sdhci instead of s5p_mmc for samsung-socJaehoon Chung3-491/+99
2012-05-09mmc: add the quirk to use the sdhci for samsung-socJaehoon Chung1-0/+12
2012-05-09mmc: sdhci: add the quirk for broken r1b responseJaehoon Chung1-0/+12
2012-05-09i.MX28: Lower the amount of blocks transfered in one DMA cycleMarek Vasut1-1/+1
2012-05-09mmc: fsl_esdhc: Poll until card is not busy anymoreDirk Behme1-1/+38
2012-05-09mmc: omap: handle controller errors properlyGrazvydas Ignotas1-2/+34
2012-05-09mmc: omap: improve stat wait messageGrazvydas Ignotas1-1/+2
2012-05-09mmc: omap: follow TRM procedure to power on cardsGrazvydas Ignotas1-5/+11
2012-05-09mmc:fix: Set mmc width according to MMC host capabilitiesƁukasz Majewski1-1/+3
2012-04-22Blackfin: bfin_sdh: drop dos part hardcodeMike Frysinger1-1/+0
2012-04-21mmc: Fix warning if CONFIG_MMC_TRACE is enabledDirk Behme1-1/+1
2012-04-16DMA: Split the APBH DMA init into block and channel initMarek Vasut1-0/+5
2012-04-16i.MX28: Allow coexistence of PIO and DMA mode for SD/MMCMarek Vasut1-1/+47
2012-03-31drivers/mmc/mmc.c: Fix build warningAnatolij Gustschin1-1/+1
2012-03-30drivers/mmc/tegra2_mmc.c: fix GCC 4.6 warningAnatolij Gustschin1-1/+1
2012-03-29i.MX28: Do data transfers via DMA in MMC driverMarek Vasut1-30/+40
2012-03-29MMC: Implement generic bounce bufferMarek Vasut1-3/+99
2012-03-13ATMEL: remove old atmel_mci driverSven Schnelle2-534/+0
2012-03-13ATMEL: use generic mmc frameworkSven Schnelle1-245/+0
2012-02-16mmc: make mmc_send_status() more reliableJan Kloetzke1-8/+12
2012-02-16mmc: fix card busy pollingJan Kloetzke1-8/+6
2012-02-16Tegra: mmc: Fixed handling of interrupts in timeouts.Tom Warren1-0/+4
2012-02-16omap_hsmmc: Wait for CMDI to be clearTom Rini1-2/+3
2012-02-12mmc: access mxcmmc from mx31 boardsHelmut Raiger1-5/+3
2012-02-12tegra: mmc: Support operation with dcache enabledSimon Glass1-0/+16
2012-01-09fsl_esdhc: fix PIO mode transfersIra Snyder1-1/+2
2012-01-09mmc: tegra2: Implement card-detect hook.Thierry Reding1-19/+13
2012-01-09mmc: fsl_esdhc: Implement card-detect hook.Thierry Reding1-17/+12
2012-01-09mmc: Implement card detection.Thierry Reding14-0/+31
2012-01-09mmc: Change board_mmc_getcd() function prototype.Thierry Reding2-5/+7
2012-01-09drivers/mmc/mv_sdhci.c: Fix build warningAnatolij Gustschin1-2/+1
2012-01-09ftsdc010: improve performance and capabilityMacpaul Lin1-85/+103
2012-01-09mmc: add host_caps checking avoid switch card improperlyMacpaul Lin1-0/+10
2012-01-09i.mx: fsl_esdhc: add the i.mx6q supportJason Liu1-3/+9
2011-12-24tegra2: Move tegra2_mmc_init() prototype to public header.Thierry Reding1-2/+0
2011-12-19PXA: Kill last remnants of set_GPIO_mode functionMarek Vasut1-5/+0
2011-12-09tegra2: Modify MMC driver to handle power and cd GPIOsStephen Warren2-7/+39
2011-12-07PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut2-5/+6
2011-11-26Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec"Macpaul Lin1-14/+2
2011-11-26mmc: mv_sdhci: Fix host version read for Armada100Ajay Bhargav1-1/+4
2011-11-16davinci, mmc: fix gcc 4.6 build warningsHeiko Schocher1-4/+3
2011-11-16Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk3-12/+366
2011-11-16omap: Checkpatch fixesSricharan1-12/+14
2011-11-13Tegra2: mmc: Factor out mmc_wait_inhibit functionalityAnton staaf1-19/+27
2011-11-13Tegra2: mmc: Add data transfer completion timeoutAnton staaf1-0/+14