aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mmc
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-276-0/+12
* Correct an inverted conditional for determining the multiplier ofMarius Strobl2017-10-191-1/+1
* Miscellaneous fixes and improvements to MMCCAM stackIlya Bakulin2017-09-151-0/+4
* - If available, use TRIM instead of ERASE for implementing BIO_DELETE.Marius Strobl2017-08-075-53/+189
* - Correct the remainder of confusing and error prone mix-ups betweenMarius Strobl2017-08-025-86/+84
* Correctly use the size of a pointer rather than that of a pointer to aMarius Strobl2017-07-261-2/+2
* Improve the clarity of a comment added in r321385 by not referring toMarius Strobl2017-07-251-1/+1
* o Add support for eMMC HS200 and HS400 bus speed modes at 200 MHz toMarius Strobl2017-07-2310-276/+1010
* An MMC/SD/SDIO stack using CAMWarner Losh2017-07-093-1/+104
* o Add support for eMMC DDR bus speed mode at 52 MHz to sdhci(4) andMarius Strobl2017-03-195-88/+474
* Again, fixes regarding style(4), to comments, includes and unusedMarius Strobl2017-03-173-6/+8
* - Add support for eMMC "partitions". Besides the user data area, i. e.Marius Strobl2017-03-1610-379/+1519
* Add and use a MMC_DECLARE_BRIDGE macro for declaring mmc(4) bridgesMarius Strobl2017-03-072-2/+7
* o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regardingMarius Strobl2017-03-066-27/+40
* Fix some more overly long lines, whitespace and other bugs according toMarius Strobl2017-02-042-46/+46
* Fix overly long lines, whitespace and other bugs according to style(9).Marius Strobl2017-01-292-35/+52
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-151-1/+1
* Report random flash storage as non-rotating to GEOM_DISK.Alexander Motin2017-01-121-0/+1
* In mmcsd_task(), bio_resid was not being set to 0 on a successful readMarius Strobl2017-01-091-0/+2
* mmc: Accept even lower voltage for CherryviewConrad Meyer2017-01-081-1/+1
* sdhci/mmc: Minor whitespace cleanupsConrad Meyer2016-12-201-11/+11
* Add DMA sync operations around accessing the dwmmc descriptor ring. EvenAndrew Turner2016-05-131-0/+7
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Use correct response bits for MMC_RSP_R4-R7 typesAlexander Kabaev2016-03-271-2/+5
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasIan Lepore2016-03-212-0/+3
* Create an API to reset a struct bio (g_reset_bio). This is mandatoryWarner Losh2016-02-171-1/+2
* Flag sysctl hw.mmc.debug as a tunable, since often you want to debug theIan Lepore2015-12-181-1/+1
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofIan Lepore2015-12-143-16/+8
* Add support for the DesignWare MMC hardware in the HiSilicon hi6220. ThisAndrew Turner2015-09-011-0/+96
* Finish allowing the dwmmc driver to be subclassed, move the softc to a newAndrew Turner2015-09-012-45/+91
* Remove an variable we only ever write to, and stop assigning 0 to valuesAndrew Turner2015-09-011-4/+1
* Move dwmmc.h to dwmmc_reg.h. This is in preperation for adding support toAndrew Turner2015-08-282-1/+6
* Only check for the bus frequency if it has not already been set, forAndrew Turner2015-08-281-4/+6
* There is no need to get the bus tag or handle.Andrew Turner2015-08-271-6/+0
* Limit the speed to the bus frequency.Andrew Turner2015-08-271-1/+1
* Allow the fifo-depth and num-slots to be missing. For the former we readAndrew Turner2015-08-271-8/+16
* Allow us to select the transfer count. This allows us to work with hardwareAndrew Turner2015-08-271-7/+9
* Fix freescale sdhc driver, and add it to the files list.Justin Hibbits2015-08-271-0/+1
* Only access the Samsung registers when targeting Samsung hardware.Andrew Turner2015-08-261-1/+1
* Attach dwmmc to the ofwbus, som devicetrees place it here.Andrew Turner2015-08-071-0/+1
* Stop including machine/fdt.h, it's unneeded, and purposefullyAndrew Turner2015-08-071-1/+0
* Deselect the sd card before re-selecting it when working around a problemIan Lepore2015-07-181-10/+11
* Do not set d_fwsectors nor d_fwheads. Primarily because the valuesMarcel Moolenaar2015-05-291-24/+1
* Add the MMC/SD driver for Allwinner SoCs.Luiz Otavio O Souza2015-05-211-1/+1
* Re-select the SD card before getting the SD status. On a couple AtmelWarner Losh2015-05-191-0/+14
* Add necessary changes to support various Amlogic SoC devicesGanbold Tsagaankhuu2015-03-311-0/+2
* MMC: Signal HC capability to (e)MMC.Ian Lepore2015-02-271-1/+1
* Enable Synopsys DesignWare Mobile Storage Host ControllerGanbold Tsagaankhuu2015-01-202-29/+142