summaryrefslogtreecommitdiffstats
path: root/sys/dev/mmc
Commit message (Expand)AuthorAgeFilesLines
* Add missing prototypes. While at it, sort them alphabetically.marius2012-06-022-14/+73
* - Fix some typos in mmc_acquire_bus() and mmc_send_csd().marius2012-05-271-10/+104
* o Fixes:marius2012-04-215-33/+89
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Fix integer overflow on 32bit systems when calculating media size,mav2011-08-141-1/+1
* Fix read_ivar implementation for MMC and SD.jchandra2011-05-302-12/+12
* Fix 32bit bit fields handling. This fixes card serial number fetching.mav2011-01-171-1/+1
* Wait for commands to complete 10 times longer. This makes my A-DATA 32GB SDHCpjd2011-01-041-2/+2
* Report relative card address to NewBus as location string.mav2010-05-231-0/+10
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-2/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+2
* read_ivar takes a uintptr_t * not a u_char *.imp2009-03-121-1/+1
* Add kernel dumping support. Works fine with sdhci controller driver.mav2009-02-171-1/+30
* o Define some symbols for a few items that are bare constants in theimp2009-02-032-16/+34
* 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-062-66/+164
* 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-294-8/+8
* 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-184-149/+333
* Use GB suffix only from 10GB instead of 1GB.mav2008-10-121-1/+1
* style(9): spaces around operators.imp2008-10-121-8/+12
* Print the cards natural size.imp2008-10-121-24/+58
* 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-113-14/+36
* 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-086-35/+557
* Define and use MMC_SECTOR_SIZE.imp2008-10-024-4/+12
* 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
OpenPOWER on IntegriCloud