summaryrefslogtreecommitdiffstats
path: root/sys/dev/mmc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make the media size return the block rather than the bytes on the device.imp2008-09-291-1/+1
* Explicitly set data to NULL rather than relying mmc_wait_for_cmd() toimp2008-09-291-1/+8
* Minor style fixes from mav@ (with similar problems fixed where I noticedimp2008-09-292-4/+5
* Conform to style(9) for return (foo); The files were a mix before.imp2008-09-292-12/+12
* Convert all C++ comments to C style. There's lots of folks that don'timp2008-09-291-23/+30
* The parameters to the MMCBR_ACQUIRE_HOST and MMCBR_RELEAES_HOST wereimp2008-09-291-2/+2
* Add "caps" word to host bridge.imp2008-09-281-0/+2
* Implement power down, and power down the bus on detach.imp2008-09-281-1/+15
* When a device is read only, fail all non-read BIO requests.imp2008-09-281-1/+8
* Propigate read-only status of cards. Right now it is read only atimp2008-09-283-1/+14
* The OCR register defines both acceptable voltage bits, as well as bitsimp2008-09-282-2/+3
* Other busses on the system use the official capitalization for theimp2008-09-281-1/+1
* Fix line continuation whitespace.imp2008-09-281-2/+2
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* MFp4: When querying the operating condition of SD cards (using theimp2007-06-051-1/+1
* A careful reading of the disclaimer that is required to download theimp2007-05-268-0/+216
* First cut at making detach work. also add sdh as a possible mmc bridge.imp2007-05-152-10/+65
* Don't need mmc_mode ivarimp2007-05-151-2/+0
* Preliminary MMC stack. This stack supports SD 1.0 cards only, butimp2006-10-208-0/+1694
OpenPOWER on IntegriCloud