| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: r312939, r313250, r314811 (partial), r314887 (partial), r315760, | marius | 2017-05-11 | 1 | -7/+3 |
* | Add DMA sync operations around accessing the dwmmc descriptor ring. Even | andrew | 2016-05-13 | 1 | -0/+7 |
* | sys/dev: extend use of the howmany() macro when available. | pfg | 2016-04-26 | 1 | -1/+1 |
* | Cleanup unnecessary semicolons from the kernel. | pfg | 2016-04-10 | 1 | -1/+1 |
* | Fix fallout from r292180 (Dec 2015)... ensure that every driver which has | ian | 2016-03-21 | 1 | -0/+1 |
* | Move the DRIVER_MODULE() statements that declare mmc(4) to be a child of | ian | 2015-12-14 | 1 | -1/+1 |
* | Add support for the DesignWare MMC hardware in the HiSilicon hi6220. This | andrew | 2015-09-01 | 1 | -0/+96 |
* | Finish allowing the dwmmc driver to be subclassed, move the softc to a new | andrew | 2015-09-01 | 2 | -45/+91 |
* | Remove an variable we only ever write to, and stop assigning 0 to values | andrew | 2015-09-01 | 1 | -4/+1 |
* | Move dwmmc.h to dwmmc_reg.h. This is in preperation for adding support to | andrew | 2015-08-28 | 2 | -1/+6 |
* | Only check for the bus frequency if it has not already been set, for | andrew | 2015-08-28 | 1 | -4/+6 |
* | There is no need to get the bus tag or handle. | andrew | 2015-08-27 | 1 | -6/+0 |
* | Limit the speed to the bus frequency. | andrew | 2015-08-27 | 1 | -1/+1 |
* | Allow the fifo-depth and num-slots to be missing. For the former we read | andrew | 2015-08-27 | 1 | -8/+16 |
* | Allow us to select the transfer count. This allows us to work with hardware | andrew | 2015-08-27 | 1 | -7/+9 |
* | Only access the Samsung registers when targeting Samsung hardware. | andrew | 2015-08-26 | 1 | -1/+1 |
* | Attach dwmmc to the ofwbus, som devicetrees place it here. | andrew | 2015-08-07 | 1 | -0/+1 |
* | Stop including machine/fdt.h, it's unneeded, and purposefully | andrew | 2015-08-07 | 1 | -1/+0 |
* | Enable Synopsys DesignWare Mobile Storage Host Controller | ganbold | 2015-01-20 | 2 | -29/+142 |
* | Always wait 'command done' interrupt status bit before proceeding next command. | br | 2014-10-08 | 1 | -6/+4 |
* | Add driver for Synopsys DesignWare Mobile Storage Host Controller. | br | 2014-10-07 | 2 | -0/+1253 |