| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r315598 | Marius Strobl | 2017-05-18 | 5 | -88/+474 |
| * | MFC: r312939, r313250, r314811 (partial), r314887 (partial), r315760, | Marius Strobl | 2017-05-11 | 12 | -489/+1666 |
| * | MFC r311971: Report random flash storage as non-rotating to GEOM_DISK. | Alexander Motin | 2017-01-19 | 1 | -0/+1 |
| * | MFC: r310309, r310340-310341, r311664, r311793-r311794 | Marius Strobl | 2017-01-18 | 3 | -12/+14 |
| * | Add DMA sync operations around accessing the dwmmc descriptor ring. Even | Andrew Turner | 2016-05-13 | 1 | -0/+7 |
| * | sys/dev: minor spelling fixes. | Pedro F. Giffuni | 2016-05-03 | 1 | -1/+1 |
| * | 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 |
| * | Use correct response bits for MMC_RSP_R4-R7 types | Alexander Kabaev | 2016-03-27 | 1 | -2/+5 |
| * | Fix fallout from r292180 (Dec 2015)... ensure that every driver which has | Ian Lepore | 2016-03-21 | 2 | -0/+3 |
| * | Create an API to reset a struct bio (g_reset_bio). This is mandatory | Warner Losh | 2016-02-17 | 1 | -1/+2 |
| * | Flag sysctl hw.mmc.debug as a tunable, since often you want to debug the | Ian Lepore | 2015-12-18 | 1 | -1/+1 |
| * | Move the DRIVER_MODULE() statements that declare mmc(4) to be a child of | Ian Lepore | 2015-12-14 | 3 | -16/+8 |
| * | 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 |
| * | Fix freescale sdhc driver, and add it to the files list. | Justin Hibbits | 2015-08-27 | 1 | -0/+1 |
| * | 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 |
| * | Deselect the sd card before re-selecting it when working around a problem | Ian Lepore | 2015-07-18 | 1 | -10/+11 |
| * | Do not set d_fwsectors nor d_fwheads. Primarily because the values | Marcel Moolenaar | 2015-05-29 | 1 | -24/+1 |
| * | Add the MMC/SD driver for Allwinner SoCs. | Luiz Otavio O Souza | 2015-05-21 | 1 | -1/+1 |
| * | Re-select the SD card before getting the SD status. On a couple Atmel | Warner Losh | 2015-05-19 | 1 | -0/+14 |
| * | Add necessary changes to support various Amlogic SoC devices | Ganbold Tsagaankhuu | 2015-03-31 | 1 | -0/+2 |
| * | MMC: Signal HC capability to (e)MMC. | Ian Lepore | 2015-02-27 | 1 | -1/+1 |
| * | Enable Synopsys DesignWare Mobile Storage Host Controller | Ganbold Tsagaankhuu | 2015-01-20 | 2 | -29/+142 |
| * | Rate-limit error logging to 5 lines per second, so that when an sdcard | Ian Lepore | 2015-01-11 | 1 | -2/+9 |
| * | Always select the card before we do the 4.x specific stuff and | Warner Losh | 2014-12-23 | 1 | -3/+3 |
| * | Log mmc and sd command failures. Reporting of routine expected errors, | Ian Lepore | 2014-12-20 | 1 | -0/+31 |
| * | Don't deselect the card too soon. To set the block size or switch the | Warner Losh | 2014-12-18 | 1 | -2/+2 |
| * | fwsectors and fwheads used to be somehwat arbitrary. However, they are | Warner Losh | 2014-10-16 | 1 | -1/+23 |
| * | 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 | 3 | -0/+1254 |
| * | Export an mmc or sd card's serial number from the mmc layer as an ivar. | Ian Lepore | 2014-07-31 | 3 | -4/+18 |
| * | If no compatible cards were found after probing the bus, say so. | Ian Lepore | 2014-02-15 | 1 | -0/+1 |
| * | Sort the list. | Ian Lepore | 2014-02-03 | 1 | -3/+4 |
| * | Add the imx sdhci controller. | Ian Lepore | 2014-02-03 | 1 | -0/+1 |
| * | Don't give up so easily on failure of CMD55 to put the card into app-cmd | Ian Lepore | 2013-08-23 | 1 | -3/+3 |
| * | Make the standard sdhci(4) driver work for the TI OMAP family SoCs. | Ian Lepore | 2013-08-20 | 1 | -0/+1 |
| * | Consistently init all mmc request, command, and data structures to zero | Ian Lepore | 2013-08-17 | 2 | -10/+27 |
| * | Handle command retries for commands originating at the mmc layer, and | Ian Lepore | 2013-08-16 | 1 | -32/+41 |
| * | During card identification, run the bus at 400KHz, not the minimum | Ian Lepore | 2013-08-16 | 1 | -4/+5 |
| * | Print the card relative address in hex, because that's what all the | Ian Lepore | 2013-08-16 | 1 | -1/+1 |