aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mmc/host
Commit message (Expand)AuthorAgeFilesLines
...
* mmc: dwmmc: Match on "rockchip,rk3288-dw-mshc" compatibleEmmanuel Vadot2019-02-271-2/+2
* Fix building GENERIC-MMCCAM on arm64Ilya Bakulin2018-05-251-0/+2
* dwmmc_rockchip: Add ifdefs on EXT_RESOURCESEmmanuel Vadot2018-02-281-0/+8
* dwmmc_rockchip: Add support for rk3328-dw-mshcEmmanuel Vadot2018-02-261-2/+46
* dwmmc: Add clock support and other improvementsEmmanuel Vadot2018-02-262-32/+101
* dwmmc_hisi: Fix build when option MMCCAM is definedEmmanuel Vadot2018-01-131-0/+2
* dwmmc: Fully subclass driverEmmanuel Vadot2017-12-306-84/+334
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-2/+0
* Miscellaneous fixes and improvements to MMCCAM stackIlya Bakulin2017-09-151-0/+4
* Add and use a MMC_DECLARE_BRIDGE macro for declaring mmc(4) bridgesMarius Strobl2017-03-071-2/+1
* o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regardingMarius Strobl2017-03-061-5/+2
* Add DMA sync operations around accessing the dwmmc descriptor ring. EvenAndrew Turner2016-05-131-0/+7
* 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
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasIan Lepore2016-03-211-0/+1
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofIan Lepore2015-12-141-1/+1
* 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
* 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
* Enable Synopsys DesignWare Mobile Storage Host ControllerGanbold Tsagaankhuu2015-01-202-29/+142
* Always wait 'command done' interrupt status bit before proceeding next command.Ruslan Bukin2014-10-081-6/+4
* Add driver for Synopsys DesignWare Mobile Storage Host Controller.Ruslan Bukin2014-10-072-0/+1253