aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sdhci/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* Add hooks for plugging platform-provided transfer backend.Oleksandr Tymoshenko2013-02-281-6/+28
* 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-161-12/+44
* - Get proper maximum clock frequency for SDHCI v3.0 and higherOleksandr Tymoshenko2012-11-301-4/+10
* Add new quirks:Oleksandr Tymoshenko2012-10-291-14/+47
* Split sdhci driver in two parts: sdhci and sdhci_pci.Oleksandr Tymoshenko2012-10-161-548/+246
* 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-091-0/+25
* 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-211-0/+1530