| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r270885, r270948 | Marius Strobl | 2014-09-03 | 5 | -44/+36 |
| * | MFC r264096, r264097, r264099 r264100, r264101, r264102, r264119: | Ian Lepore | 2014-05-27 | 1 | -1/+2 |
| * | MFC 265208: Honor the max-frequency property if it appears in the fdt data. | Ian Lepore | 2014-05-18 | 1 | -5/+11 |
| * | MFC r261938, r261939, r261940, r261944, r261945, r261946, r261947, r261956, r... | Ian Lepore | 2014-05-15 | 2 | -16/+47 |
| * | MFC r261803, r261808, r261814, r261815, r261816, r261817, r261818, r261826, | Ian Lepore | 2014-05-15 | 1 | -2/+3 |
| * | MFC r261410 | Ian Lepore | 2014-05-15 | 1 | -0/+3 |
| * | Style changes and typos fixed. | Rui Paulo | 2013-08-19 | 1 | -8/+13 |
| * | Allow a hardware driver to pass clock frequencies into the sdhci driver. | Ian Lepore | 2013-08-19 | 1 | -8/+18 |
| * | Add a new SDHCI_QUIRK_DONT_SHIFT_RESPONSE for hardware that pre-shifts | Ian Lepore | 2013-08-18 | 2 | -2/+9 |
| * | Add named constants for 8-bit bus support. The sdhci and mmc drivers | Ian Lepore | 2013-08-16 | 1 | -0/+3 |
| * | When the timeout clock is based on the SD clock, the timeout counter | Ian Lepore | 2013-08-16 | 1 | -17/+21 |
| * | Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port. | Wojciech A. Koszek | 2013-04-27 | 1 | -0/+300 |
| * | Add hooks for plugging platform-provided transfer backend. | Oleksandr Tymoshenko | 2013-02-28 | 3 | -7/+49 |
| * | Remove accidentally committed debug panic(9) call | Oleksandr Tymoshenko | 2013-02-17 | 1 | -5/+1 |
| * | Disable debug accidentally enabled by previous commit | Oleksandr Tymoshenko | 2013-02-16 | 1 | -1/+1 |
| * | Various timing-related fixes: | Oleksandr Tymoshenko | 2013-02-16 | 3 | -12/+61 |
| * | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | Sofian Brabez | 2013-01-30 | 1 | -1/+1 |
| * | - Get proper maximum clock frequency for SDHCI v3.0 and higher | Oleksandr Tymoshenko | 2012-11-30 | 2 | -4/+11 |
| * | Add new quirks: | Oleksandr Tymoshenko | 2012-10-29 | 2 | -16/+61 |
| * | Split sdhci driver in two parts: sdhci and sdhci_pci. | Oleksandr Tymoshenko | 2012-10-16 | 4 | -560/+877 |
| * | Return back double spacing. | Gleb Smirnoff | 2012-07-30 | 1 | -1/+1 |
| * | Fix typo in comment, should be MHz here. | Gleb Smirnoff | 2012-07-21 | 1 | -1/+1 |
| * | Add support for RICOH R5CE823 card reader, that can be found in | Gleb Smirnoff | 2012-02-09 | 2 | -0/+34 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | Fix read_ivar implementation for MMC and SD. | Jayachandran C. | 2011-05-30 | 1 | -14/+14 |
| * | Force DMA for controller found in Lenovo T510 (probably in others too). | Pawel Jakub Dawidek | 2011-02-27 | 1 | -0/+2 |
| * | Add support for interruptless kernel dumping. | Alexander Motin | 2009-02-17 | 1 | -0/+6 |
| * | Fix read_ivar prototype. | Warner Losh | 2009-02-10 | 1 | -1/+1 |
| * | Add hw.sdhci.debug sysctl to control debug level. | Alexander Motin | 2009-01-28 | 1 | -20/+23 |
| * | Cleanup msleep() arguments. | Alexander Motin | 2008-12-06 | 1 | -2/+2 |
| * | Forget current bus power settings on full reset. Chip must be reconfigured. | Alexander Motin | 2008-12-06 | 1 | -3/+8 |
| * | Add controller suspend/resume support. | Alexander Motin | 2008-12-01 | 1 | -0/+27 |
| * | Allow card reader bridge driver to report maximum supported transfer size. | Alexander Motin | 2008-10-29 | 1 | -0/+4 |
| * | Import sdhci (PCI SD Host Controller) driver. | Alexander Motin | 2008-10-21 | 2 | -0/+1720 |