summaryrefslogtreecommitdiffstats
path: root/sys/dev/mmc/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* read_ivar takes a uintptr_t * not a u_char *.imp2009-03-121-1/+1
* o Define some symbols for a few items that are bare constants in theimp2009-02-031-14/+18
* Add one more debug level.mav2009-01-281-2/+2
* Improve mmc driver verbose logging.mav2009-01-281-12/+78
* Default to normal bus timing mode on SD cards. In practice, mostimp2009-01-211-0/+1
* Fix minor style nit for file consistency.imp2009-01-211-5/+4
* Make the command reporting be under boot verbose.imp2009-01-211-6/+10
* Fix copy/paste mistake in variable name. This could lead to using incorrectmav2009-01-211-1/+1
* Implement suspend/resume for mmc and mmcsd drivers.mav2008-12-061-54/+113
* Allow card reader bridge driver to report maximum supported transfer size.mav2008-10-291-0/+3
* Implement BIO_DELETE command with MMC and SD erase commands.mav2008-10-181-93/+158
* style(9): spaces around operators.imp2008-10-121-8/+12
* SELECT_CARD command with zero RCA deselects all cards and so has no reply.mav2008-10-111-1/+1
* Give mmcsd driver a bit more information about card. It allows to reorganizemav2008-10-111-12/+23
* Add high capacity MMC cards support.mav2008-10-091-5/+17
* o Use seprate routines to decode cid and csd for sd and mmc cards. All theyimp2008-10-091-90/+103
* Only voltage bits should be zero in send_op_cond argument to ignore busy.mav2008-10-081-2/+4
* Generic SD Host Controller driver going to be named sdhci.mav2008-10-081-1/+1
* Fix bit offset in mmc_sd_switch().mav2008-10-081-2/+2
* Set of mmc layer improvements:mav2008-10-081-31/+493
* 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