aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mmc
Commit message (Expand)AuthorAgeFilesLines
* MFC: r227309 (partial)Marius Strobl2013-03-091-1/+1
* MFC r243387: Use %u for unsigned serial numberEd Maste2012-11-271-1/+1
* MFC: r236491Marius Strobl2012-06-052-14/+73
* MFC: r236156Marius Strobl2012-06-021-10/+104
* MFC: r234524Marius Strobl2012-05-265-33/+89
* Fix integer overflow on 32bit systems when calculating media size,Alexander Motin2011-08-141-1/+1
* Fix read_ivar implementation for MMC and SD.Jayachandran C.2011-05-302-12/+12
* Fix 32bit bit fields handling. This fixes card serial number fetching.Alexander Motin2011-01-171-1/+1
* Wait for commands to complete 10 times longer. This makes my A-DATA 32GB SDHCPawel Jakub Dawidek2011-01-041-2/+2
* Report relative card address to NewBus as location string.Alexander Motin2010-05-231-0/+10
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-2/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+2
* read_ivar takes a uintptr_t * not a u_char *.Warner Losh2009-03-121-1/+1
* Add kernel dumping support. Works fine with sdhci controller driver.Alexander Motin2009-02-171-1/+30
* o Define some symbols for a few items that are bare constants in theWarner Losh2009-02-032-16/+34
* Add one more debug level.Alexander Motin2009-01-281-2/+2
* Improve mmc driver verbose logging.Alexander Motin2009-01-281-12/+78
* Default to normal bus timing mode on SD cards. In practice, mostWarner Losh2009-01-211-0/+1
* Fix minor style nit for file consistency.Warner Losh2009-01-211-5/+4
* Make the command reporting be under boot verbose.Warner Losh2009-01-211-6/+10
* Fix copy/paste mistake in variable name. This could lead to using incorrectAlexander Motin2009-01-211-1/+1
* Implement suspend/resume for mmc and mmcsd drivers.Alexander Motin2008-12-062-66/+164
* Report card erase sector size as disk stripe size.Alexander Motin2008-11-231-0/+2
* Improve detach handling: close races, flush queue.Alexander Motin2008-11-231-13/+16
* Allow card reader bridge driver to report maximum supported transfer size.Alexander Motin2008-10-294-8/+8
* Coalesce sequentional BIO_DELETE requests to slightly relax size and alignmentAlexander Motin2008-10-181-8/+23
* Implement BIO_DELETE command with MMC and SD erase commands.Alexander Motin2008-10-184-149/+333
* Use GB suffix only from 10GB instead of 1GB.Alexander Motin2008-10-121-1/+1
* style(9): spaces around operators.Warner Losh2008-10-121-8/+12
* Print the cards natural size.Warner Losh2008-10-121-24/+58
* SELECT_CARD command with zero RCA deselects all cards and so has no reply.Alexander Motin2008-10-111-1/+1
* Give mmcsd driver a bit more information about card. It allows to reorganizeAlexander Motin2008-10-113-14/+36
* Add high capacity MMC cards support.Alexander Motin2008-10-091-5/+17
* o Use seprate routines to decode cid and csd for sd and mmc cards. All theyWarner Losh2008-10-091-90/+103
* Only voltage bits should be zero in send_op_cond argument to ignore busy.Alexander Motin2008-10-081-2/+4
* Generic SD Host Controller driver going to be named sdhci.Alexander Motin2008-10-081-1/+1
* Fix bit offset in mmc_sd_switch().Alexander Motin2008-10-081-2/+2
* Set of mmc layer improvements:Alexander Motin2008-10-086-35/+557
* Define and use MMC_SECTOR_SIZE.Warner Losh2008-10-024-4/+12
* MAXPHYS seems more stable on the AT91RM9200 boards that I have. WeWarner Losh2008-10-021-1/+1
* Improve support for multiple block read/write. This code is currentlyWarner Losh2008-09-301-38/+42
* Make the media size return the block rather than the bytes on the device.Warner Losh2008-09-291-1/+1
* Explicitly set data to NULL rather than relying mmc_wait_for_cmd() toWarner Losh2008-09-291-1/+8
* Minor style fixes from mav@ (with similar problems fixed where I noticedWarner Losh2008-09-292-4/+5
* Conform to style(9) for return (foo); The files were a mix before.Warner Losh2008-09-292-12/+12
* Convert all C++ comments to C style. There's lots of folks that don'tWarner Losh2008-09-291-23/+30
* The parameters to the MMCBR_ACQUIRE_HOST and MMCBR_RELEAES_HOST wereWarner Losh2008-09-291-2/+2
* Add "caps" word to host bridge.Warner Losh2008-09-281-0/+2
* Implement power down, and power down the bus on detach.Warner Losh2008-09-281-1/+15
* When a device is read only, fail all non-read BIO requests.Warner Losh2008-09-281-1/+8