summaryrefslogtreecommitdiffstats
path: root/sys/arch/octeon/dev/octmmc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle card detect GPIO.visa2019-01-131-1/+14
* Pass timeout in seconds instead of ticks.visa2019-01-131-5/+4
* Add references to errata.visa2018-01-071-6/+7
* Synchronize command initiation, event wait, and interrupt handlingvisa2017-11-091-5/+21
* Utilize scatter/gather DMA with the newer MMC controller.visa2017-10-161-35/+109
* Fix controller locking so that it covers the DMA map and bounce buffer.visa2017-09-231-7/+8
* Do not bounce if possible.visa2017-09-221-24/+25
* Allocate a bounce buffer once during init and reuse it for DMA commands.visa2017-09-221-27/+31
* Let octmmc(4) attach on revision 7890 controller.visa2017-09-041-20/+54
* Keep refusing SDIO initialization. The driver cannot work properlyvisa2017-07-101-1/+10
* Add logic for running SD commands. Tested with a few different makesvisa2017-07-071-14/+53
* Use the correct interrupt disestablish routine.visa2017-04-061-3/+3
* Add a driver for OCTEON MMC host controller.visa2016-12-211-0/+790