summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-04mmc: Add multi-block read support to the generic mmc driverAlagu Sankar1-71/+39
2010-11-04mmc: Clean up generic mmc driver multi-block write functionsSteve Sakoman1-24/+14
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-19mmc: add boundary check for mmc operationLei Wen1-0/+10
2010-03-12Fix 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-20mmc: set bus width to 1 and clock to minimum early during initializationIlya Yanok1-0/+3
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 Vincent1-10/+10
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-02-17Add MMC FrameworkAndy Fleming1-0/+930