| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r264096, r264097, r264099 r264100, r264101, r264102, r264119: | ian | 2014-05-27 | 1 | -1/+2 |
* | MFC 265208: Honor the max-frequency property if it appears in the fdt data. | ian | 2014-05-18 | 1 | -5/+11 |
* | MFC r261938, r261939, r261940, r261944, r261945, r261946, r261947, r261956, r... | ian | 2014-05-15 | 2 | -16/+47 |
* | MFC r261803, r261808, r261814, r261815, r261816, r261817, r261818, r261826, | ian | 2014-05-15 | 1 | -2/+3 |
* | MFC r261410 | ian | 2014-05-15 | 1 | -0/+3 |
* | 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 | 2 | -2/+9 |
* | Add named constants for 8-bit bus support. The sdhci and mmc drivers | ian | 2013-08-16 | 1 | -0/+3 |
* | When the timeout clock is based on the SD clock, the timeout counter | ian | 2013-08-16 | 1 | -17/+21 |
* | Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port. | wkoszek | 2013-04-27 | 1 | -0/+300 |
* | Add hooks for plugging platform-provided transfer backend. | gonzo | 2013-02-28 | 3 | -7/+49 |
* | 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 | 3 | -12/+61 |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | sbz | 2013-01-30 | 1 | -1/+1 |
* | - Get proper maximum clock frequency for SDHCI v3.0 and higher | gonzo | 2012-11-30 | 2 | -4/+11 |
* | Add new quirks: | gonzo | 2012-10-29 | 2 | -16/+61 |
* | Split sdhci driver in two parts: sdhci and sdhci_pci. | gonzo | 2012-10-16 | 4 | -565/+882 |
* | 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 | 2 | -0/+34 |
* | 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 | 2 | -0/+1720 |