aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2010-04-07fsl_esdhc: Only modify the field we are changing in WMLRoy Zang1-5/+4
2010-04-07fsl_esdhc: Add function to reset the eSDHC controllerJerry Huang1-0/+17
2010-04-07fsl_esdhc: Always stop clock before changing frequencyKumar Gala1-8/+3
2010-03-21mxcmmc: fix warnings due to access 32 bit registers with 16 bit accessorsStefano Babic1-18/+18
2010-03-11Fix memory leak in mmc_read()Wolfgang Denk1-1/+1
2010-03-07fsl_esdhc: add support for mx51 processorStefano Babic1-48/+101
2010-03-07MMC: add weak function to detect MMC/SD cardStefano Babic1-0/+7
2010-03-07mmc: check correctness of the voltage mask in ocrStefano Babic1-1/+9
2010-01-17Blackfin: convert bfin_sdh to generic mmcCliff Cai2-458/+120
2009-11-27omap3_mmc: Encapsulate twl4030 under option CONFIG_TWL4030_POWERVaibhav Hiremath1-0/+2
2009-10-13OMAP3 MMC: Fix warning dereferencing type-punned pointerDirk Behme1-27/+21
2009-08-10Minor coding style cleanup.Wolfgang Denk1-1/+0
2009-08-09mxc-mmc: sdhc host driver for MX2 and MX3 proccessorIlya Yanok2-0/+524
2009-07-29OMAP3 Move twl4030 mmc functionTom Rix1-11/+2
2009-07-19mmc: set bus width to 1 and clock to minimum early during initializationIlya Yanok1-0/+3
2009-07-16fsl_esdhc: Add device tree fixupsAnton Vorontsov1-0/+19
2009-06-02mmc: Fix decoding of SCR & function switch data on little-endian machinesYauhen Kharuzhy1-5/+5
2009-06-02mmc: Remove return from mmc_init for non SD 2.0 compatible cards.Yauhen Kharuzhy1-4/+0
2009-06-02mmc: drop unnecessary castsRabin Vincent2-15/+15
2009-06-02mmc: fix response decoding on little endianRabin Vincent1-10/+10
2009-06-02mmc: use lldiv to fix arm eabi buildRabin Vincent1-3/+4
2009-06-02mmc: check find_mmc_device return valueRabin Vincent1-1/+1
2009-04-28Replace __attribute references with __attribute__Peter Tyser1-2/+2
2009-04-02Blackfin: convert bfin_sdh to legacy mmcMike Frysinger1-12/+2
2009-02-22OMAP3: Clean up MMC codeDirk Behme1-67/+70
2009-02-22Coding Style cleanup; update CHANGELOGWolfgang Denk1-1/+0
2009-02-20ARM:PXA Use new definitions in mmc.hTom Rix1-1/+1
2009-02-20Reduce the scope of PXA's mmc_read/mmc_write/mmc_bread functionsAndy Fleming1-4/+4
2009-02-20pxa: move mmc drivers to drivers/mmcJean-Christophe PLAGNIOL-VILLARD3-0/+785
2009-02-19ARM:OMAP3 Change mmc_init to mmc_legacy_initTom Rix1-15/+2
2009-02-16Add support for the Freescale eSDHC found on 8379 and 8536 SoCsAndy Fleming2-0/+349
2009-02-16Add MMC FrameworkAndy Fleming2-0/+931
2009-02-16Convert mmc_init to mmc_legacy_initAndy Fleming1-1/+1
2009-02-16Eliminate support for using MMC as memoryAndy Fleming1-15/+0
2009-02-02Blackfin: add driver for on-chip MMC/SD controllerCliff Cai3-0/+606
2009-01-24OMAP3: Add MMC supportDirk Behme2-0/+559
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-11/+11
2008-08-06Fix merge problemsStefan Roese1-8/+8
2008-07-10mmc: Move atmel_mci driver into drivers/mmcHaavard Skinnemoen3-0/+751
2008-07-10Create drivers/mmc subdirectoryHaavard Skinnemoen1-0/+44