summaryrefslogtreecommitdiffstats
path: root/sys/dev/sdhci/sdhci.h
Commit message (Expand)AuthorAgeFilesLines
* Add a new SDHCI quirk, SDHCI_QUIRK_BROKEN_AUTO_STOP, to workaroundloos2017-09-061-0/+2
* MFC: r315598marius2017-05-181-0/+18
* MFC: r315431marius2017-05-111-3/+33
* MFC: r312939, r313250, r314811 (partial), r314887 (partial), r315760,marius2017-05-111-215/+222
* MFC: r310309, r310340-310341, r311664, r311793-r311794marius2017-01-181-1/+7
* MFC r308187, r311660, r311693, r311727, r311797:ian2017-01-151-3/+10
* Add a convenience macro that masks all the bits related to clock divisorsian2016-05-261-0/+3
* Add support for the BCM57765 card reader.adrian2015-10-151-0/+2
* Raise the SDHCI timeout to 10 seconds and add a sysctl to allow changingloos2015-05-211-0/+1
* Add a new SDHCI quirk, SDHCI_QUIRK_DONT_SET_HISPD_BIT. Apparently someian2015-01-171-0/+2
* Add defines for SDHCI 3.0 controllers.ian2015-01-171-0/+29
* Add a new sdhci quirk, SDHCI_QUIRK_WAITFOR_RESET_ASSERTED, to work aroundian2014-12-201-0/+2
* When command and data interrupts have been aggregated together, don't doian2014-12-201-1/+4
* - Nuke unused sdhci_softc.marius2014-08-311-0/+2
* Add timeout logic to sdhci, separate from the timeouts done by the hardware.ian2014-02-151-0/+1
* Fix the definition of the SDHCI_STATE_DAT and SDHCI_STATE_CMD fields, andian2014-02-121-2/+3
* Add a new SDHCI_QUIRK_DONT_SHIFT_RESPONSE for hardware that pre-shiftsian2013-08-181-0/+2
* Add named constants for 8-bit bus support. The sdhci and mmc driversian2013-08-161-0/+3
* Add hooks for plugging platform-provided transfer backend.gonzo2013-02-281-1/+5
* Various timing-related fixes:gonzo2013-02-161-0/+1
* - Get proper maximum clock frequency for SDHCI v3.0 and highergonzo2012-11-301-0/+1
* Add new quirks:gonzo2012-10-291-2/+14
* Split sdhci driver in two parts: sdhci and sdhci_pci.gonzo2012-10-161-17/+75
* Add support for RICOH R5CE823 card reader, that can be found inglebius2012-02-091-0/+9
* Import sdhci (PCI SD Host Controller) driver.mav2008-10-211-0/+190
OpenPOWER on IntegriCloud