summaryrefslogtreecommitdiff
path: root/sys/dev/mmc/bridge.h
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* - If available, use TRIM instead of ERASE for implementing BIO_DELETE.Marius Strobl2017-08-071-1/+1
* - Correct the remainder of confusing and error prone mix-ups betweenMarius Strobl2017-08-021-6/+4
* o Add support for eMMC HS200 and HS400 bus speed modes at 200 MHz toMarius Strobl2017-07-231-1/+5
* An MMC/SD/SDIO stack using CAMWarner Losh2017-07-091-0/+2
* o Add support for eMMC DDR bus speed mode at 52 MHz to sdhci(4) andMarius Strobl2017-03-191-2/+38
* Again, fixes regarding style(4), to comments, includes and unusedMarius Strobl2017-03-171-1/+1
* - Add support for eMMC "partitions". Besides the user data area, i. e.Marius Strobl2017-03-161-1/+5
* Add and use a MMC_DECLARE_BRIDGE macro for declaring mmc(4) bridgesMarius Strobl2017-03-071-0/+6
* o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regardingMarius Strobl2017-03-061-7/+6
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofIan Lepore2015-12-141-0/+5
* Set of mmc layer improvements:Alexander Motin2008-10-081-0/+6
* A careful reading of the disclaimer that is required to download theWarner Losh2007-05-261-0/+27
* Preliminary MMC stack. This stack supports SD 1.0 cards only, butWarner Losh2006-10-201-0/+105