summaryrefslogtreecommitdiff
path: root/drivers/mmc/atmel_mci.h
Commit message (Collapse)AuthorAgeLines
* ATMEL: use generic mmc frameworkSven Schnelle2012-03-13-245/+0
| | | | | | | | | gen_atmel_mci works on AVR32 as well, so no need to use the legacy mmc driver. This also has the nice side effect of being able to use SDHC cards an those boards. Signed-off-by: Sven Schnelle <svens@stackframe.org> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
* Revert "AT91:mmc:fix multiple read/write error"Andy Fleming2011-07-28-8/+1
| | | | | | | | | This reverts commit c310fc840472a36e4b9d2505830e9dc8d458d63c. The Atmel custodian had apparently rejected this patch's approach in another thread, so this patch reverts it for now. Signed-off-by: Andy Fleming <afleming@freescale.com>
* AT91:mmc:fix multiple read/write errorelen.song2011-07-15-1/+8
| | | | | | | According to datasheet,set block count before multiple read/write. Signed-off-by: elen.song <elen.song@atmel.com> Acked-by: Andy Fleming <afleming@freescale.com>
* avr32: fixup definitions to ATMEL_BASE_xxxAndreas Bießmann2011-05-18-2/+2
| | | | Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
* AT91: MCI: add SD/MMC driver using mmc frameworkReinhard Meyer2010-09-03-2/+46
| | | | Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
* mmc: Move atmel_mci driver into drivers/mmcHaavard Skinnemoen2008-07-10-0/+201
This makes it easier to use the driver on other platforms. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>