aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/mxsmmc.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-27common: rework bouncebuf implementationStephen Warren1-23/+7
2012-10-22MMC: MXS: Convert MXS MMC driver to generic bounce bufferMarek Vasut1-13/+23
2012-09-06MX28: MMC: Avoid DMA DCache race conditionMarek Vasut1-0/+4
2012-09-01mxs: Convert sys_proto.h prefixes to 'mxs'Otavio Salvador1-1/+1
2012-09-01MX28: Fix MXS MMC DMA issuesMarek Vasut1-15/+19
2012-09-01MX28: Transfer small blocks via PIO in MXS MMCMarek Vasut1-26/+20
2012-09-01MX28: Split out the PIO and DMA transfer functionsMarek Vasut1-68/+86
2012-09-01MX28: Fix up the MMC driver DMA modeMarek Vasut1-2/+8
2012-09-01mxs: prefix register structs with 'mxs' prefixOtavio Salvador1-10/+10
2012-05-20Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-1/+2
2012-05-15i.MX28: Check if WP detection is implemented at allMarek Vasut1-1/+2
2012-05-08i.MX28: Lower the amount of blocks transfered in one DMA cycleMarek Vasut1-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-29i.MX28: Do data transfers via DMA in MMC driverMarek Vasut1-30/+40
2012-01-08mmc: Implement card detection.Thierry Reding1-0/+1
2011-11-11iMX28: Add SSP MMC driverMarek Vasut1-0/+351