aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mmc
Commit message (Collapse)AuthorAgeFilesLines
* MFC rev. 187525 187543 187546 187551 187875 187877 188044 188725Alexander Motin2009-02-233-31/+148
| | | | | | | Sync MMC subsystem with HEAD. Notes: svn path=/stable/7/; revision=188952
* Sync MMC/SD subsystem with HEAD.Alexander Motin2009-01-056-274/+1249
| | | | | | | | Add support for MMC and SDHC cards, high speed timing, wide bus, multiblock transfers and many other features. Notes: svn path=/stable/7/; revision=186786
* MFp4: When querying the operating condition of SD cards (using theWarner Losh2007-06-051-1/+1
| | | | | | | | | | | | | | | application specific SEND_OP_COND (CMD55 + ACMD41), go ahead and allow 100 tries. This gives a timeout of a second rather than the ~100ms the old style produces. I've had one old 16MB SD card which needs the extra time. I've now had reports from the field that other cards need this too. Originally done at BSDcan 2007 while waiting to give my embedding madness minitalk. Notes: svn path=/head/; revision=170337
* A careful reading of the disclaimer that is required to download theWarner Losh2007-05-268-0/+216
| | | | | | | | | | | | SD Simplified specification, as well as other SD and SDIO implemenations I've examined, suggest this disclaimer may be required. It is unclear to me exactly what the license would be for, or why it might be required. Err on the side of caution and include this disclaimer so anybody deploying this code can judge for themselves. I have no further unformation about the details. Notes: svn path=/head/; revision=170002
* First cut at making detach work. also add sdh as a possible mmc bridge.Warner Losh2007-05-152-10/+65
| | | | | | | | Submitted by: Andrea Bittau (Andrea may have updated patches, but I've tested these) Notes: svn path=/head/; revision=169567
* Don't need mmc_mode ivarWarner Losh2007-05-151-2/+0
| | | | Notes: svn path=/head/; revision=169566
* Preliminary MMC stack. This stack supports SD 1.0 cards only, butWarner Losh2006-10-208-0/+1694
should be easily adapted to SD 2.0 (aka SDHC), SDIO, MMC and MMCplus cards. At the present time, there's only one bridge driver for the ARM9 based Atmel AT91RM9200. Notes: svn path=/head/; revision=163516