summaryrefslogtreecommitdiffstats
path: root/sys/dev/mmc/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* Define and use MMC_SECTOR_SIZE.imp2008-10-021-2/+2
* 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-291-2/+3
* Conform to style(9) for return (foo); The files were a mix before.imp2008-09-291-9/+9
* 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
* Implement power down, and power down the bus on detach.imp2008-09-281-1/+15
* Propigate read-only status of cards. Right now it is read only atimp2008-09-281-1/+6
* The OCR register defines both acceptable voltage bits, as well as bitsimp2008-09-281-2/+2
* Other busses on the system use the official capitalization for theimp2008-09-281-1/+1
* Fix line continuation whitespace.imp2008-09-281-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-261-0/+27
* First cut at making detach work. also add sdh as a possible mmc bridge.imp2007-05-151-6/+27
* Preliminary MMC stack. This stack supports SD 1.0 cards only, butimp2006-10-201-0/+745
OpenPOWER on IntegriCloud