summaryrefslogtreecommitdiffstats
path: root/sys/dev/sdhci/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* MF11: r320898; MFC: r320577, r320620marius2017-07-121-2/+14
* MFC: r315598marius2017-05-181-13/+176
* MFC: r315431marius2017-05-111-4/+8
* MFC: r312939, r313250, r314811 (partial), r314887 (partial), r315760,marius2017-05-111-110/+142
* MFC: r310309, r310340-310341, r311664, r311793-r311794marius2017-01-181-3/+15
* MFC r308187, r311660, r311693, r311727, r311797:ian2017-01-151-35/+94
* Add support for the BCM57765 card reader.adrian2015-10-151-5/+36
* Raise the SDHCI timeout to 10 seconds and add a sysctl to allow changingloos2015-05-211-2/+9
* 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-171-1/+2
* Handle the possibility that SDHCI_PLATFORM_START_TRANSFER() can fail, byian2015-01-111-8/+12
* Add a new sdhci quirk, SDHCI_QUIRK_WAITFOR_RESET_ASSERTED, to work aroundian2014-12-201-10/+26
* When command and data interrupts have been aggregated together, don't doian2014-12-201-1/+7
* - Nuke unused sdhci_softc.marius2014-08-311-14/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-2/+1
* Revert r267961, r267973:gjb2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-2/+1
* 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-151-14/+35
* Increase the wait time for acquiring the bus from 10 to 250ms.ian2014-02-151-2/+11
* 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-181-2/+7
* When the timeout clock is based on the SD clock, the timeout counterian2013-08-161-17/+21
* Add hooks for plugging platform-provided transfer backend.gonzo2013-02-281-6/+28
* 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-161-12/+44
* - Get proper maximum clock frequency for SDHCI v3.0 and highergonzo2012-11-301-4/+10
* Add new quirks:gonzo2012-10-291-14/+47
* Split sdhci driver in two parts: sdhci and sdhci_pci.gonzo2012-10-161-548/+246
* 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-091-0/+25
* 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-211-0/+1530
OpenPOWER on IntegriCloud