summaryrefslogtreecommitdiffstats
path: root/sys/dev/mmc
Commit message (Expand)AuthorAgeFilesLines
* Do not set d_fwsectors nor d_fwheads. Primarily because the valuesmarcel2015-05-291-24/+1
* Add the MMC/SD driver for Allwinner SoCs.loos2015-05-211-1/+1
* Re-select the SD card before getting the SD status. On a couple Atmelimp2015-05-191-0/+14
* Add necessary changes to support various Amlogic SoC devicesganbold2015-03-311-0/+2
* MMC: Signal HC capability to (e)MMC.ian2015-02-271-1/+1
* Enable Synopsys DesignWare Mobile Storage Host Controllerganbold2015-01-202-29/+142
* Rate-limit error logging to 5 lines per second, so that when an sdcardian2015-01-111-2/+9
* Always select the card before we do the 4.x specific stuff andimp2014-12-231-3/+3
* Log mmc and sd command failures. Reporting of routine expected errors,ian2014-12-201-0/+31
* Don't deselect the card too soon. To set the block size or switch theimp2014-12-181-2/+2
* fwsectors and fwheads used to be somehwat arbitrary. However, they areimp2014-10-161-1/+23
* Always wait 'command done' interrupt status bit before proceeding next command.br2014-10-081-6/+4
* Add driver for Synopsys DesignWare Mobile Storage Host Controller.br2014-10-073-0/+1254
* Export an mmc or sd card's serial number from the mmc layer as an ivar.ian2014-07-313-4/+18
* If no compatible cards were found after probing the bus, say so.ian2014-02-151-0/+1
* Sort the list.ian2014-02-031-3/+4
* Add the imx sdhci controller.ian2014-02-031-0/+1
* 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-172-10/+27
* 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
* Use meaningful names when creating mmc/sd threads.rpaulo2013-07-091-2/+4
* When reporting the user readable size, round up. Several SD cards notimp2013-05-161-3/+5
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.wkoszek2013-04-271-0/+1
* Print MB and GB instead of MiB and GiB mislabeled as MB and GB.imp2013-04-141-24/+24
* Set the backlink in mmc commands to the mmc request that contains them.ian2013-03-242-0/+4
* Fix highest voltage detectiongonzo2013-01-212-1/+4
* 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
* The check for MAXPHYS doesn't make sense, so remove it.imp2012-08-231-7/+24
* Merging of projects/armv6, part 10gonzo2012-08-151-0/+1
* 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
OpenPOWER on IntegriCloud