summaryrefslogtreecommitdiff
path: root/sys/dev/sdhci
Commit message (Expand)AuthorAgeFilesLines
* MFC: r321589Marius Strobl2017-08-064-10/+36
* MFC: r319350, r320620, r321385, r321490, r321588, r321948Marius Strobl2017-08-065-43/+450
* MFC: r320577, r320620Marius Strobl2017-07-111-2/+14
* MFC: r318282Marius Strobl2017-05-182-3/+25
* MFC: r315598Marius Strobl2017-05-185-25/+247
* MFC: r315431Marius Strobl2017-05-112-7/+41
* MFC: r292180 (partial), r297127 (partial), r311911, r311923, r312939,Marius Strobl2017-05-116-427/+839
* MFC: r273180, r283754, r297329, r299414, r300707, r310309, r310340 (partial),Marius Strobl2017-01-183-16/+55
* MFC: r296135Marius Strobl2017-01-181-2/+2
* MFC r283263, r289359, r308187, r311660, r311693, r311727, r311797:Ian Lepore2017-01-154-45/+162
* MFC r279359, r279360:Ian Lepore2015-05-231-4/+16
* MFC r277306, r277307, r277346:Ian Lepore2015-02-132-1/+33
* MFC r277027:Ian Lepore2015-02-131-8/+12
* MFC: r276469Marius Strobl2015-02-101-7/+43
* MFC: r273050Marius Strobl2015-02-101-4/+0
* MFC r275944, r275946, r275949, r275950:Ian Lepore2014-12-272-12/+39
* MFC: r270885, r270948Marius Strobl2014-09-035-44/+36
* MFC r264096, r264097, r264099 r264100, r264101, r264102, r264119:Ian Lepore2014-05-271-1/+2
* MFC 265208: Honor the max-frequency property if it appears in the fdt data.Ian Lepore2014-05-181-5/+11
* MFC r261938, r261939, r261940, r261944, r261945, r261946, r261947, r261956, r...Ian Lepore2014-05-152-16/+47
* MFC r261803, r261808, r261814, r261815, r261816, r261817, r261818, r261826,Ian Lepore2014-05-151-2/+3
* MFC r261410Ian Lepore2014-05-151-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