summaryrefslogtreecommitdiff
path: root/sys/dev/sdmmc/sdmmc_mem.c
AgeCommit message (Expand)Author
2015-11-08Always claim to support sector mode for eMMC. Allows BeagleBone BlackJonathan Gray
2015-04-22Init error to 0 for sdmmc_mem_single_{read,write}_blockJonathan Gray
2014-09-23Fix high capacity (> 2GB) eMMC support.Raphael Graf
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-10-22Add code for SMC_CAPS_SINGLE_ONLY capability.Sylvestre Gallon
2013-09-12Add basic support for eMMC memory.Raphael Graf
2010-08-24lockmgr -> rwlock conversionBret Lambert
2010-08-19- fold several occurences of DEVNAME() into one located in sdmmcvar.h.Jasper Lievisse Adriaanse
2010-02-10Only allow the common voltages of the card and the host when writing the OCRDale Rahn
2009-10-03Add missing <sys/device.h>.Mark Kettenis
2009-04-07Remove recursion from the sdmmc locking regime.Bret Lambert
2009-02-20Let the sdmmc adapters tell the sdmmc layer how much sectors they canMiod Vallat
2009-01-09Add support for SDHC cards on SDHC capable host controllers.Jonathan Gray
2008-12-02backout: would have been nice if this had been tested, to see that itTheo de Raadt
2008-11-24Rework sdmmc locking to remove recursionBret Lambert
2007-03-18DHC automatically sends a CMD12 after multiple-block transfers, but otherUwe Stuehler
2006-11-29move CSD/CID decoding to sdmmc_mem.cUwe Stuehler
2006-07-18First and foremost, avoid an obious race between two or more processesUwe Stuehler
2006-06-29- Assign RCAs beginning at 1 since 0 is used to deselect all cards.Uwe Stuehler
2006-06-01SDIO card identificationUwe Stuehler
2006-05-28don't #undef SDMMC_DEBUGUwe Stuehler
2006-05-28Support for standard SD host controllers like the Ricoh 5C822, a smallUwe Stuehler