summaryrefslogtreecommitdiffstats
path: root/sys/dev/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* MFC: r312939, r313250, r314811 (partial), r314887 (partial), r315760,marius2017-05-111-7/+3
* Add DMA sync operations around accessing the dwmmc descriptor ring. Evenandrew2016-05-131-0/+7
* sys/dev: extend use of the howmany() macro when available.pfg2016-04-261-1/+1
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasian2016-03-211-0/+1
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofian2015-12-141-1/+1
* Add support for the DesignWare MMC hardware in the HiSilicon hi6220. Thisandrew2015-09-011-0/+96
* Finish allowing the dwmmc driver to be subclassed, move the softc to a newandrew2015-09-012-45/+91
* Remove an variable we only ever write to, and stop assigning 0 to valuesandrew2015-09-011-4/+1
* Move dwmmc.h to dwmmc_reg.h. This is in preperation for adding support toandrew2015-08-282-1/+6
* Only check for the bus frequency if it has not already been set, forandrew2015-08-281-4/+6
* There is no need to get the bus tag or handle.andrew2015-08-271-6/+0
* Limit the speed to the bus frequency.andrew2015-08-271-1/+1
* Allow the fifo-depth and num-slots to be missing. For the former we readandrew2015-08-271-8/+16
* Allow us to select the transfer count. This allows us to work with hardwareandrew2015-08-271-7/+9
* Only access the Samsung registers when targeting Samsung hardware.andrew2015-08-261-1/+1
* Attach dwmmc to the ofwbus, som devicetrees place it here.andrew2015-08-071-0/+1
* Stop including machine/fdt.h, it's unneeded, and purposefullyandrew2015-08-071-1/+0
* Enable Synopsys DesignWare Mobile Storage Host Controllerganbold2015-01-202-29/+142
* Always wait 'command done' interrupt status bit before proceeding next command.br2014-10-081-6/+4
* Add driver for Synopsys DesignWare Mobile Storage Host Controller.br2014-10-072-0/+1253
OpenPOWER on IntegriCloud