summaryrefslogtreecommitdiffstats
path: root/sys/dev/mmc/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r275951: Log mmc and sd command failures.ian2014-12-271-0/+31
* MFC r269341: Populate disk->d_ident with the sd or mmc card's serial number.ian2014-08-111-1/+10
* MFC r261938, r261939, r261940, r261944, r261945, r261946, r261947, r261956, r...ian2014-05-151-0/+1
* MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565,ian2014-05-151-2/+4
* Don't give up so easily on failure of CMD55 to put the card into app-cmdian2013-08-231-3/+3
* Make the standard sdhci(4) driver work for the TI OMAP family SoCs.ian2013-08-201-0/+1
* Consistently init all mmc request, command, and data structures to zeroian2013-08-171-10/+26
* Handle command retries for commands originating at the mmc layer, andian2013-08-161-32/+41
* During card identification, run the bus at 400KHz, not the minimumian2013-08-161-4/+5
* Print the card relative address in hex, because that's what all theian2013-08-161-1/+1
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.wkoszek2013-04-271-0/+1
* Set the backlink in mmc commands to the mmc request that contains them.ian2013-03-241-0/+1
* Fix highest voltage detectiongonzo2013-01-211-1/+2
* Use %u for unsigned serial numberemaste2012-11-221-1/+1
* Add BCM2835 SDHCI driver and enable it in Raspberry Pi configgonzo2012-10-291-0/+1
* Split sdhci driver in two parts: sdhci and sdhci_pci.gonzo2012-10-161-1/+1
* Remove an unneeded NULL check after M_WAITOK.kevlo2012-09-301-2/+0
* Merging of projects/armv6, part 10gonzo2012-08-151-0/+1
* Add missing prototypes. While at it, sort them alphabetically.marius2012-06-021-11/+65
* - Fix some typos in mmc_acquire_bus() and mmc_send_csd().marius2012-05-271-10/+104
* o Fixes:marius2012-04-211-10/+54
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Fix read_ivar implementation for MMC and SD.jchandra2011-05-301-11/+11
* 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
* 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
OpenPOWER on IntegriCloud