summaryrefslogtreecommitdiffstats
path: root/sys/dev/sdmmc/sdmmc_mem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement UHS-I support in the sdmmc(4) midlayer.kettenis2020-08-241-12/+144
* Add support for eMMC HS200 mode. Loosely based on code from NetBSD.kettenis2020-08-141-35/+126
* 4-bit bus width is mandatory for SDIO cards that support High Speedpatrick2018-06-041-4/+4
* Bump the clock frequency to a higher level that every card (per spec)patrick2018-05-011-1/+7
* Add hibernate IO path for sdmmc(4). This requires some help from thejmatthew2018-03-201-1/+39
* add sizes to free() callsderaadt2017-04-061-2/+2
* Bump up the clock to 25 MHz before trying to read the SCR register of an SDkettenis2016-05-051-26/+37
* Add Dual Data Rate support for eMMC at 52MHz.kettenis2016-05-051-30/+74
* Add high-speed support for SD cards. In theory this should double thekettenis2016-05-041-5/+111
* Add bus width switching support for MMC. Enable 8-bit bus support onkettenis2016-05-011-4/+32
* Add a small delay after switching an MMC card into high-speed mode to makekettenis2016-05-011-1/+3
* Add support for changing the bus width to the sdmmc subsystem and the sdhc(4)kettenis2016-05-011-2/+121
* Implement DMA support. Bits and pieces taken from NetBSD, but we onlykettenis2016-04-301-17/+69
* Always claim to support sector mode for eMMC. Allows BeagleBone Blackjsg2015-11-081-1/+3
* Init error to 0 for sdmmc_mem_single_{read,write}_blockjsg2015-04-221-3/+3
* Fix high capacity (> 2GB) eMMC support.rapha2014-09-231-11/+16
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* Add code for SMC_CAPS_SINGLE_ONLY capability.syl2013-10-221-8/+83
* Add basic support for eMMC memory.rapha2013-09-121-7/+153
* lockmgr -> rwlock conversionblambert2010-08-241-10/+10
* - fold several occurences of DEVNAME() into one located in sdmmcvar.h.jasper2010-08-191-12/+12
* Only allow the common voltages of the card and the host when writing the OCRdrahn2010-02-101-1/+3
* Add missing <sys/device.h>.kettenis2009-10-031-1/+2
* Remove recursion from the sdmmc locking regime.blambert2009-04-071-5/+10
* Let the sdmmc adapters tell the sdmmc layer how much sectors they canmiod2009-02-201-9/+5
* Add support for SDHC cards on SDHC capable host controllers.jsg2009-01-091-6/+24
* backout: would have been nice if this had been tested, to see that itderaadt2008-12-021-8/+3
* Rework sdmmc locking to remove recursionblambert2008-11-241-3/+8
* DHC automatically sends a CMD12 after multiple-block transfers, but otheruwe2007-03-181-1/+26
* move CSD/CID decoding to sdmmc_mem.cuwe2006-11-291-1/+99
* First and foremost, avoid an obious race between two or more processesuwe2006-07-181-12/+29
* - Assign RCAs beginning at 1 since 0 is used to deselect all cards.uwe2006-06-291-2/+9
* SDIO card identificationuwe2006-06-011-22/+128
* don't #undef SDMMC_DEBUGuwe2006-05-281-5/+3
* Support for standard SD host controllers like the Ricoh 5C822, a smalluwe2006-05-281-0/+243