aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-27mmc: seperate block number into small parts for multi-write cmdLei Wen1-15/+39
2010-10-17MMC: Fix for capacity calculation on eMMCSukumar Ghorai1-0/+11
2010-09-19mmc: fix compiler warningsWolfgang Denk1-2/+2
2010-09-18mmc: add boundary check for mmc operationLei Wen1-0/+10
2010-03-11Fix memory leak in mmc_read()Wolfgang Denk1-1/+1
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
2009-07-19mmc: set bus width to 1 and clock to minimum early during initializationIlya Yanok1-0/+3
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 Vincent1-10/+10
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-02-16Add MMC FrameworkAndy Fleming1-0/+930