summaryrefslogtreecommitdiff
path: root/sys/dev/mmc/mmcreg.h
Commit message (Expand)AuthorAgeFilesLines
* Regularize my copyright noticeWarner Losh2019-12-041-1/+1
* Add some CMD53-related definitionsIlya Bakulin2019-04-101-16/+25
* Add new fields to mmc_data in preparation to SDIO CMD53 block mode supportIlya Bakulin2019-04-101-0/+3
* Remove All Rights ReservedWarner Losh2019-02-051-1/+1
* - If present, take advantage of the R/W cache of eMMC revision 1.5 andMarius Strobl2018-05-151-0/+11
* Restore style(9) conformance after r320844 (actually requested pre-Marius Strobl2018-05-151-74/+75
* 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-6/+40
* o Add support for eMMC HS200 and HS400 bus speed modes at 200 MHz toMarius Strobl2017-07-231-3/+9
* An MMC/SD/SDIO stack using CAMWarner Losh2017-07-091-0/+102
* o Add support for eMMC DDR bus speed mode at 52 MHz to sdhci(4) andMarius Strobl2017-03-191-7/+59
* - Add support for eMMC "partitions". Besides the user data area, i. e.Marius Strobl2017-03-161-2/+68
* Fix some more overly long lines, whitespace and other bugs according toMarius Strobl2017-02-041-30/+30
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-151-1/+1
* mmc: Accept even lower voltage for CherryviewConrad Meyer2017-01-081-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Use correct response bits for MMC_RSP_R4-R7 typesAlexander Kabaev2016-03-271-2/+5
* Fix highest voltage detectionOleksandr Tymoshenko2013-01-211-0/+2
* o Fixes:Marius Strobl2012-04-211-3/+6
* o Define some symbols for a few items that are bare constants in theWarner Losh2009-02-031-2/+16
* Implement BIO_DELETE command with MMC and SD erase commands.Alexander Motin2008-10-181-1/+18
* Set of mmc layer improvements:Alexander Motin2008-10-081-3/+50
* Define and use MMC_SECTOR_SIZE.Warner Losh2008-10-021-0/+8
* Minor style fixes from mav@ (with similar problems fixed where I noticedWarner Losh2008-09-291-2/+2
* The OCR register defines both acceptable voltage bits, as well as bitsWarner Losh2008-09-281-0/+1
* 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/+326