summaryrefslogtreecommitdiffstats
path: root/sys/dev/mmc/mmcsd.c
Commit message (Expand)AuthorAgeFilesLines
* Add kernel dumping support. Works fine with sdhci controller driver.mav2009-02-171-1/+30
* Implement suspend/resume for mmc and mmcsd drivers.mav2008-12-061-12/+51
* Report card erase sector size as disk stripe size.mav2008-11-231-0/+2
* Improve detach handling: close races, flush queue.mav2008-11-231-13/+16
* Allow card reader bridge driver to report maximum supported transfer size.mav2008-10-291-8/+1
* Coalesce sequentional BIO_DELETE requests to slightly relax size and alignmentmav2008-10-181-8/+23
* Implement BIO_DELETE command with MMC and SD erase commands.mav2008-10-181-55/+155
* Use GB suffix only from 10GB instead of 1GB.mav2008-10-121-1/+1
* Print the cards natural size.imp2008-10-121-24/+58
* Give mmcsd driver a bit more information about card. It allows to reorganizemav2008-10-111-2/+7
* Set of mmc layer improvements:mav2008-10-081-1/+4
* Define and use MMC_SECTOR_SIZE.imp2008-10-021-1/+1
* MAXPHYS seems more stable on the AT91RM9200 boards that I have. Weimp2008-10-021-1/+1
* Improve support for multiple block read/write. This code is currentlyimp2008-09-301-38/+42
* Conform to style(9) for return (foo); The files were a mix before.imp2008-09-291-3/+3
* When a device is read only, fail all non-read BIO requests.imp2008-09-281-1/+8
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* A careful reading of the disclaimer that is required to download theimp2007-05-261-0/+27
* First cut at making detach work. also add sdh as a possible mmc bridge.imp2007-05-151-4/+38
* Preliminary MMC stack. This stack supports SD 1.0 cards only, butimp2006-10-201-0/+244
OpenPOWER on IntegriCloud