| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r359924-r359925, r359927, r359932, r359965 | Emmanuel Vadot | 2020-06-19 | 6 | -18/+13 |
| * | MFC r358450, r358635 | Emmanuel Vadot | 2020-06-19 | 3 | -27/+24 |
| * | MFC r349584, r349728, r349731, r350440, r350443, r351185, r353493, r353575, r... | Emmanuel Vadot | 2020-06-18 | 6 | -13/+234 |
| * | MFC r353354: | Emmanuel Vadot | 2019-11-28 | 1 | -0/+1 |
| * | MFC r341381-r341383, r341385, r343950, r344527, r344576-r344580, r344585, r34... | Emmanuel Vadot | 2019-08-07 | 1 | -2/+2 |
| * | Fix building GENERIC-MMCCAM on arm64 | Ilya Bakulin | 2018-05-25 | 1 | -0/+2 |
| * | dwmmc_rockchip: Add ifdefs on EXT_RESOURCES | Emmanuel Vadot | 2018-02-28 | 1 | -0/+8 |
| * | dwmmc_rockchip: Add support for rk3328-dw-mshc | Emmanuel Vadot | 2018-02-26 | 1 | -2/+46 |
| * | dwmmc: Add clock support and other improvements | Emmanuel Vadot | 2018-02-26 | 2 | -32/+101 |
| * | dwmmc_hisi: Fix build when option MMCCAM is defined | Emmanuel Vadot | 2018-01-13 | 1 | -0/+2 |
| * | dwmmc: Fully subclass driver | Emmanuel Vadot | 2017-12-30 | 6 | -84/+334 |
| * | Do pass removing some write-only variables from the kernel. | Alexander Kabaev | 2017-12-25 | 1 | -2/+0 |
| * | Miscellaneous fixes and improvements to MMCCAM stack | Ilya Bakulin | 2017-09-15 | 1 | -0/+4 |
| * | Add and use a MMC_DECLARE_BRIDGE macro for declaring mmc(4) bridges | Marius Strobl | 2017-03-07 | 1 | -2/+1 |
| * | o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regarding | Marius Strobl | 2017-03-06 | 1 | -5/+2 |
| * | Add DMA sync operations around accessing the dwmmc descriptor ring. Even | Andrew Turner | 2016-05-13 | 1 | -0/+7 |
| * | sys/dev: extend use of the howmany() macro when available. | Pedro F. Giffuni | 2016-04-26 | 1 | -1/+1 |
| * | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 1 | -1/+1 |
| * | Fix fallout from r292180 (Dec 2015)... ensure that every driver which has | Ian Lepore | 2016-03-21 | 1 | -0/+1 |
| * | Move the DRIVER_MODULE() statements that declare mmc(4) to be a child of | Ian Lepore | 2015-12-14 | 1 | -1/+1 |
| * | Add support for the DesignWare MMC hardware in the HiSilicon hi6220. This | Andrew Turner | 2015-09-01 | 1 | -0/+96 |
| * | Finish allowing the dwmmc driver to be subclassed, move the softc to a new | Andrew Turner | 2015-09-01 | 2 | -45/+91 |
| * | Remove an variable we only ever write to, and stop assigning 0 to values | Andrew Turner | 2015-09-01 | 1 | -4/+1 |
| * | Move dwmmc.h to dwmmc_reg.h. This is in preperation for adding support to | Andrew Turner | 2015-08-28 | 2 | -1/+6 |
| * | Only check for the bus frequency if it has not already been set, for | Andrew Turner | 2015-08-28 | 1 | -4/+6 |
| * | There is no need to get the bus tag or handle. | Andrew Turner | 2015-08-27 | 1 | -6/+0 |
| * | Limit the speed to the bus frequency. | Andrew Turner | 2015-08-27 | 1 | -1/+1 |
| * | Allow the fifo-depth and num-slots to be missing. For the former we read | Andrew Turner | 2015-08-27 | 1 | -8/+16 |
| * | Allow us to select the transfer count. This allows us to work with hardware | Andrew Turner | 2015-08-27 | 1 | -7/+9 |
| * | Only access the Samsung registers when targeting Samsung hardware. | Andrew Turner | 2015-08-26 | 1 | -1/+1 |
| * | Attach dwmmc to the ofwbus, som devicetrees place it here. | Andrew Turner | 2015-08-07 | 1 | -0/+1 |
| * | Stop including machine/fdt.h, it's unneeded, and purposefully | Andrew Turner | 2015-08-07 | 1 | -1/+0 |
| * | Enable Synopsys DesignWare Mobile Storage Host Controller | Ganbold Tsagaankhuu | 2015-01-20 | 2 | -29/+142 |
| * | Always wait 'command done' interrupt status bit before proceeding next command. | Ruslan Bukin | 2014-10-08 | 1 | -6/+4 |
| * | Add driver for Synopsys DesignWare Mobile Storage Host Controller. | Ruslan Bukin | 2014-10-07 | 2 | -0/+1253 |