summaryrefslogtreecommitdiffstats
path: root/sys/dev/sdhci
Commit message (Expand)AuthorAgeFilesLines
* MFC r279359, r279360:ian2015-05-231-4/+16
* MFC r277306, r277307, r277346:ian2015-02-132-1/+33
* MFC r277027:ian2015-02-131-8/+12
* MFC: r276469marius2015-02-101-7/+43
* MFC: r273050marius2015-02-101-4/+0
* MFC r275944, r275946, r275949, r275950:ian2014-12-272-12/+39
* MFC: r270885, r270948marius2014-09-035-44/+36
* MFC r264096, r264097, r264099 r264100, r264101, r264102, r264119:ian2014-05-271-1/+2
* MFC 265208: Honor the max-frequency property if it appears in the fdt data.ian2014-05-181-5/+11
* MFC r261938, r261939, r261940, r261944, r261945, r261946, r261947, r261956, r...ian2014-05-152-16/+47
* MFC r261803, r261808, r261814, r261815, r261816, r261817, r261818, r261826,ian2014-05-151-2/+3
* MFC r261410ian2014-05-151-0/+3
* Style changes and typos fixed.rpaulo2013-08-191-8/+13
* Allow a hardware driver to pass clock frequencies into the sdhci driver.ian2013-08-191-8/+18
* Add a new SDHCI_QUIRK_DONT_SHIFT_RESPONSE for hardware that pre-shiftsian2013-08-182-2/+9
* Add named constants for 8-bit bus support. The sdhci and mmc driversian2013-08-161-0/+3
* When the timeout clock is based on the SD clock, the timeout counterian2013-08-161-17/+21
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.wkoszek2013-04-271-0/+300
* Add hooks for plugging platform-provided transfer backend.gonzo2013-02-283-7/+49
* Remove accidentally committed debug panic(9) callgonzo2013-02-171-5/+1
* Disable debug accidentally enabled by previous commitgonzo2013-02-161-1/+1
* Various timing-related fixes:gonzo2013-02-163-12/+61
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* - Get proper maximum clock frequency for SDHCI v3.0 and highergonzo2012-11-302-4/+11
* Add new quirks:gonzo2012-10-292-16/+61
* Split sdhci driver in two parts: sdhci and sdhci_pci.gonzo2012-10-164-565/+882
* Return back double spacing.glebius2012-07-301-1/+1
* Fix typo in comment, should be MHz here.glebius2012-07-211-1/+1
* Add support for RICOH R5CE823 card reader, that can be found inglebius2012-02-092-0/+34
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Fix read_ivar implementation for MMC and SD.jchandra2011-05-301-14/+14
* Force DMA for controller found in Lenovo T510 (probably in others too).pjd2011-02-271-0/+2
* Add support for interruptless kernel dumping.mav2009-02-171-0/+6
* Fix read_ivar prototype.imp2009-02-101-1/+1
* Add hw.sdhci.debug sysctl to control debug level.mav2009-01-281-20/+23
* Cleanup msleep() arguments.mav2008-12-061-2/+2
* Forget current bus power settings on full reset. Chip must be reconfigured.mav2008-12-061-3/+8
* Add controller suspend/resume support.mav2008-12-011-0/+27
* Allow card reader bridge driver to report maximum supported transfer size.mav2008-10-291-0/+4
* Import sdhci (PCI SD Host Controller) driver.mav2008-10-212-0/+1720
OpenPOWER on IntegriCloud