aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2012-07-13FSL/eSDHC: enable the clock to detect the SD cardJerry Huang1-0/+3
2012-07-13SD/MMC: check the card status during erase operationJerry Huang1-0/+5
2012-07-13mmc:fix Call mmc_init() when executing mmc_get_dev()Łukasz Majewski1-1/+4
2012-07-13mmc: remove the hard setting for tran_speedJaehoon Chung1-6/+7
2012-07-13i.MX: fsl_esdhc: allow use with cache enabled.Eric Nelson1-1/+16
2012-07-07mmc: tegra2: rename tegra2_mmc.* to tegra_mmc.*Tom Warren3-7/+7
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-08mmc: support the sdhci instead of s5p_mmc for samsung-socJaehoon Chung3-491/+99
2012-05-08mmc: add the quirk to use the sdhci for samsung-socJaehoon Chung1-0/+12
2012-05-08mmc: sdhci: add the quirk for broken r1b responseJaehoon Chung1-0/+12
2012-05-08i.MX28: Lower the amount of blocks transfered in one DMA cycleMarek Vasut1-1/+1
2012-05-08mmc: fsl_esdhc: Poll until card is not busy anymoreDirk Behme1-1/+38
2012-05-08mmc: omap: handle controller errors properlyGrazvydas Ignotas1-2/+34
2012-05-08mmc: omap: improve stat wait messageGrazvydas Ignotas1-1/+2
2012-05-08mmc: omap: follow TRM procedure to power on cardsGrazvydas Ignotas1-5/+11
2012-05-08mmc: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-30drivers/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-15mmc: make mmc_send_status() more reliableJan Kloetzke1-8/+12
2012-02-15mmc: fix card busy pollingJan Kloetzke1-8/+6
2012-02-15Tegra: mmc: Fixed handling of interrupts in timeouts.Tom Warren1-0/+4
2012-02-15omap_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-08fsl_esdhc: fix PIO mode transfersIra Snyder1-1/+2
2012-01-08mmc: tegra2: Implement card-detect hook.Thierry Reding1-19/+13
2012-01-08mmc: fsl_esdhc: Implement card-detect hook.Thierry Reding1-17/+12
2012-01-08mmc: Implement card detection.Thierry Reding14-0/+31
2012-01-08mmc: Change board_mmc_getcd() function prototype.Thierry Reding2-5/+7
2012-01-08drivers/mmc/mv_sdhci.c: Fix build warningAnatolij Gustschin1-2/+1
2012-01-08ftsdc010: improve performance and capabilityMacpaul Lin1-85/+103
2012-01-08mmc: add host_caps checking avoid switch card improperlyMacpaul Lin1-0/+10
2012-01-08i.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-06PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut2-5/+6
2011-11-25Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec"Macpaul Lin1-14/+2