summaryrefslogtreecommitdiffstats
path: root/sys/dev/sdhci
Commit message (Expand)AuthorAgeFilesLines
* Raise the SDHCI timeout to 10 seconds and add a sysctl to allow changingloos2015-05-212-2/+10
* Detect, report and use 8-bit bus if is available.ian2015-02-271-4/+16
* Add a new SDHCI quirk, SDHCI_QUIRK_DONT_SET_HISPD_BIT. Apparently someian2015-01-172-1/+4
* Add defines for SDHCI 3.0 controllers.ian2015-01-171-0/+29
* Handle the possibility that SDHCI_PLATFORM_START_TRANSFER() can fail, byian2015-01-111-8/+12
* - Switching the mode of Ricoh R5CE823 to SD2.0 causes their PCI device IDmarius2014-12-311-7/+43
* Add a new sdhci quirk, SDHCI_QUIRK_WAITFOR_RESET_ASSERTED, to work aroundian2014-12-202-10/+28
* When command and data interrupts have been aggregated together, don't doian2014-12-202-2/+11
* class, subclass and progif were never used, so don't bother settingimp2014-10-131-4/+0
* - Nuke unused sdhci_softc.marius2014-08-315-42/+34
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-282-4/+2
* Revert r267961, r267973:gjb2014-06-272-2/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-272-4/+2
* Honor the max-frequency property if it appears in the fdt data.ian2014-05-021-5/+11
* When changing the sd bus clock divisor, clear just the bus clock enable bitian2014-04-041-1/+2
* After a timeout, reset the controller using SDHCI_RESET_CMD|SDHCI_RESET_DATAian2014-02-161-3/+3
* Add timeout logic to sdhci, separate from the timeouts done by the hardware.ian2014-02-152-14/+36
* Increase the wait time for acquiring the bus from 10 to 250ms.ian2014-02-151-2/+11
* Fix the definition of the SDHCI_STATE_DAT and SDHCI_STATE_CMD fields, andian2014-02-121-2/+3
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-021-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