summaryrefslogtreecommitdiffstats
path: root/sys/dev/sdhci/sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r279359, r279360:ian2015-05-231-4/+16
* MFC r277306, r277307, r277346:ian2015-02-131-1/+2
* MFC r277027:ian2015-02-131-8/+12
* MFC r275944, r275946, r275949, r275950:ian2014-12-271-11/+33
* MFC: r270885, r270948marius2014-09-031-15/+3
* MFC r264096, r264097, r264099 r264100, r264101, r264102, r264119:ian2014-05-271-1/+2
* MFC r261938, r261939, r261940, r261944, r261945, r261946, r261947, r261956, r...ian2014-05-151-16/+46
* 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