aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sdhci
Commit message (Expand)AuthorAgeFilesLines
* Honor the max-frequency property if it appears in the fdt data.Ian Lepore2014-05-021-5/+11
* When changing the sd bus clock divisor, clear just the bus clock enable bitIan Lepore2014-04-041-1/+2
* After a timeout, reset the controller using SDHCI_RESET_CMD|SDHCI_RESET_DATAIan Lepore2014-02-161-3/+3
* Add timeout logic to sdhci, separate from the timeouts done by the hardware.Ian Lepore2014-02-152-14/+36
* Increase the wait time for acquiring the bus from 10 to 250ms.Ian Lepore2014-02-151-2/+11
* Fix the definition of the SDHCI_STATE_DAT and SDHCI_STATE_CMD fields, andIan Lepore2014-02-121-2/+3
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Style changes and typos fixed.Rui Paulo2013-08-191-8/+13
* Allow a hardware driver to pass clock frequencies into the sdhci driver.Ian Lepore2013-08-191-8/+18
* Add a new SDHCI_QUIRK_DONT_SHIFT_RESPONSE for hardware that pre-shiftsIan Lepore2013-08-182-2/+9
* Add named constants for 8-bit bus support. The sdhci and mmc driversIan Lepore2013-08-161-0/+3
* When the timeout clock is based on the SD clock, the timeout counterIan Lepore2013-08-161-17/+21
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.Wojciech A. Koszek2013-04-271-0/+300
* Add hooks for plugging platform-provided transfer backend.Oleksandr Tymoshenko2013-02-283-7/+49
* Remove accidentally committed debug panic(9) callOleksandr Tymoshenko2013-02-171-5/+1
* Disable debug accidentally enabled by previous commitOleksandr Tymoshenko2013-02-161-1/+1
* Various timing-related fixes:Oleksandr Tymoshenko2013-02-163-12/+61
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+1
* - Get proper maximum clock frequency for SDHCI v3.0 and higherOleksandr Tymoshenko2012-11-302-4/+11
* Add new quirks:Oleksandr Tymoshenko2012-10-292-16/+61
* Split sdhci driver in two parts: sdhci and sdhci_pci.Oleksandr Tymoshenko2012-10-164-565/+882
* Return back double spacing.Gleb Smirnoff2012-07-301-1/+1
* Fix typo in comment, should be MHz here.Gleb Smirnoff2012-07-211-1/+1
* Add support for RICOH R5CE823 card reader, that can be found inGleb Smirnoff2012-02-092-0/+34
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Fix read_ivar implementation for MMC and SD.Jayachandran C.2011-05-301-14/+14
* Force DMA for controller found in Lenovo T510 (probably in others too).Pawel Jakub Dawidek2011-02-271-0/+2
* Add support for interruptless kernel dumping.Alexander Motin2009-02-171-0/+6
* Fix read_ivar prototype.Warner Losh2009-02-101-1/+1
* Add hw.sdhci.debug sysctl to control debug level.Alexander Motin2009-01-281-20/+23
* Cleanup msleep() arguments.Alexander Motin2008-12-061-2/+2
* Forget current bus power settings on full reset. Chip must be reconfigured.Alexander Motin2008-12-061-3/+8
* Add controller suspend/resume support.Alexander Motin2008-12-011-0/+27
* Allow card reader bridge driver to report maximum supported transfer size.Alexander Motin2008-10-291-0/+4
* Import sdhci (PCI SD Host Controller) driver.Alexander Motin2008-10-212-0/+1720