| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for the BCM57765 card reader. | adrian | 2015-10-15 | 1 | -5/+36 |
* | Raise the SDHCI timeout to 10 seconds and add a sysctl to allow changing | loos | 2015-05-21 | 1 | -2/+9 |
* | Detect, report and use 8-bit bus if is available. | ian | 2015-02-27 | 1 | -4/+16 |
* | Add a new SDHCI quirk, SDHCI_QUIRK_DONT_SET_HISPD_BIT. Apparently some | ian | 2015-01-17 | 1 | -1/+2 |
* | Handle the possibility that SDHCI_PLATFORM_START_TRANSFER() can fail, by | ian | 2015-01-11 | 1 | -8/+12 |
* | Add a new sdhci quirk, SDHCI_QUIRK_WAITFOR_RESET_ASSERTED, to work around | ian | 2014-12-20 | 1 | -10/+26 |
* | When command and data interrupts have been aggregated together, don't do | ian | 2014-12-20 | 1 | -1/+7 |
* | - Nuke unused sdhci_softc. | marius | 2014-08-31 | 1 | -14/+2 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -2/+1 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -1/+2 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -2/+1 |
* | When changing the sd bus clock divisor, clear just the bus clock enable bit | ian | 2014-04-04 | 1 | -1/+2 |
* | After a timeout, reset the controller using SDHCI_RESET_CMD|SDHCI_RESET_DATA | ian | 2014-02-16 | 1 | -3/+3 |
* | Add timeout logic to sdhci, separate from the timeouts done by the hardware. | ian | 2014-02-15 | 1 | -14/+35 |
* | Increase the wait time for acquiring the bus from 10 to 250ms. | ian | 2014-02-15 | 1 | -2/+11 |
* | Style changes and typos fixed. | rpaulo | 2013-08-19 | 1 | -8/+13 |
* | Allow a hardware driver to pass clock frequencies into the sdhci driver. | ian | 2013-08-19 | 1 | -8/+18 |
* | Add a new SDHCI_QUIRK_DONT_SHIFT_RESPONSE for hardware that pre-shifts | ian | 2013-08-18 | 1 | -2/+7 |
* | When the timeout clock is based on the SD clock, the timeout counter | ian | 2013-08-16 | 1 | -17/+21 |
* | Add hooks for plugging platform-provided transfer backend. | gonzo | 2013-02-28 | 1 | -6/+28 |
* | Remove accidentally committed debug panic(9) call | gonzo | 2013-02-17 | 1 | -5/+1 |
* | Disable debug accidentally enabled by previous commit | gonzo | 2013-02-16 | 1 | -1/+1 |
* | Various timing-related fixes: | gonzo | 2013-02-16 | 1 | -12/+44 |
* | - Get proper maximum clock frequency for SDHCI v3.0 and higher | gonzo | 2012-11-30 | 1 | -4/+10 |
* | Add new quirks: | gonzo | 2012-10-29 | 1 | -14/+47 |
* | Split sdhci driver in two parts: sdhci and sdhci_pci. | gonzo | 2012-10-16 | 1 | -548/+246 |
* | Return back double spacing. | glebius | 2012-07-30 | 1 | -1/+1 |
* | Fix typo in comment, should be MHz here. | glebius | 2012-07-21 | 1 | -1/+1 |
* | Add support for RICOH R5CE823 card reader, that can be found in | glebius | 2012-02-09 | 1 | -0/+25 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Fix read_ivar implementation for MMC and SD. | jchandra | 2011-05-30 | 1 | -14/+14 |
* | Force DMA for controller found in Lenovo T510 (probably in others too). | pjd | 2011-02-27 | 1 | -0/+2 |
* | Add support for interruptless kernel dumping. | mav | 2009-02-17 | 1 | -0/+6 |
* | Fix read_ivar prototype. | imp | 2009-02-10 | 1 | -1/+1 |
* | Add hw.sdhci.debug sysctl to control debug level. | mav | 2009-01-28 | 1 | -20/+23 |
* | Cleanup msleep() arguments. | mav | 2008-12-06 | 1 | -2/+2 |
* | Forget current bus power settings on full reset. Chip must be reconfigured. | mav | 2008-12-06 | 1 | -3/+8 |
* | Add controller suspend/resume support. | mav | 2008-12-01 | 1 | -0/+27 |
* | Allow card reader bridge driver to report maximum supported transfer size. | mav | 2008-10-29 | 1 | -0/+4 |
* | Import sdhci (PCI SD Host Controller) driver. | mav | 2008-10-21 | 1 | -0/+1530 |