summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2010-10-20PXA: pxa-regs.h cleanupMarek Vasut1-46/+52
2010-10-19s5p_mmc: support 8-bit bus widthJaehoon Chung1-5/+14
2010-10-17ARMV7: OMAP: Add new mmc driver compatible with CONFIG_GENERIC_MMCSukumar Ghorai2-0/+416
2010-10-17MMC: Fix for capacity calculation on eMMCSukumar Ghorai1-0/+11
2010-10-03Blackfin: bfin_sdh: clean up send_cmdMike Frysinger1-10/+15
2010-09-19mmc: fix compiler warningsWolfgang Denk1-2/+2
2010-09-19mmc: add boundary check for mmc operationLei Wen1-0/+10
2010-09-08Merge branch 'at91' of git://git.denx.de/u-boot-atmelWolfgang Denk3-4/+402
2010-09-08Merge branch 'master' of git://git.denx.de/u-boot-samsungWolfgang Denk1-23/+13
2010-09-03AT91: MCI: add SD/MMC driver using mmc frameworkReinhard Meyer3-4/+402
2010-08-17S5P: Use accessor functions instead of SoC specific defines to access the bas...Minkyu Kang1-5/+1
2010-08-12mmc: omap3: fix block read functionGrazvydas Ignotas1-26/+21
2010-08-12mmc: omap3: make local symbols staticGrazvydas Ignotas2-25/+17
2010-08-10S5P: mmc: use the standard debug macroMinkyu Kang1-18/+12
2010-08-04Merge branch 'master' of git://git.denx.de/u-boot-samsungWolfgang Denk2-0/+479
2010-08-03S5P: support mmc driverMinkyu Kang2-0/+479
2010-07-16Merge branch 'master' of ../masterWolfgang Denk1-9/+9
2010-07-14Blackfin: bfin_sdh: convert to portmux frameworkMike Frysinger1-9/+9
2010-07-06mmc: add function prototype for mmc_set_dev in mmc.hSteve Sakoman1-2/+2
2010-07-06ARMV7: Restructure OMAP mmc driver to allow code sharing between OMAP3 and OMAP4Steve Sakoman2-4/+251
2010-07-06OMAP: mmc: add support for second and third mmc channelsSteve Sakoman1-2/+37
2010-06-13PXA: PXAMMC: Add Monahans supportMarek Vasut1-3/+6
2010-06-13PXA: PXAMMC: Drop different delays for PXA27XMarek Vasut1-8/+0
2010-05-15drivers/mmc/fsl_esdhc.c: fix compiler warningsWolfgang Denk1-17/+17
2010-04-24ppc/85xx: PIO Support for FSL eSDHC Controller DriverDipen Dudhat1-2/+85
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-22mxcmmc: fix warnings due to access 32 bit registers with 16 bit accessorsStefano Babic1-18/+18
2010-03-12Fix 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-28omap3_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-10mxc-mmc: sdhc host driver for MX2 and MX3 proccessorIlya Yanok2-0/+524
2009-07-29OMAP3 Move twl4030 mmc functionTom Rix1-11/+2
2009-07-20mmc: set bus width to 1 and clock to minimum early during initializationIlya Yanok1-0/+3
2009-07-17fsl_esdhc: Add device tree fixupsAnton Vorontsov1-0/+19
2009-06-03mmc: Fix decoding of SCR & function switch data on little-endian machinesYauhen Kharuzhy1-5/+5
2009-06-03mmc: Remove return from mmc_init for non SD 2.0 compatible cards.Yauhen Kharuzhy1-4/+0
2009-06-03mmc: drop unnecessary castsRabin Vincent2-15/+15
2009-06-03mmc: fix response decoding on little endianRabin Vincent1-10/+10
2009-06-03mmc: use lldiv to fix arm eabi buildRabin Vincent1-3/+4
2009-06-03mmc: 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