| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | - Don't allow userland to switch partitions; it's next to impossible | Marius Strobl | 2017-12-29 | 1 | -8/+22 |
| * | Do pass removing some write-only variables from the kernel. | Alexander Kabaev | 2017-12-25 | 3 | -9/+2 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 6 | -0/+12 |
| * | Correct an inverted conditional for determining the multiplier of | Marius Strobl | 2017-10-19 | 1 | -1/+1 |
| * | Miscellaneous fixes and improvements to MMCCAM stack | Ilya Bakulin | 2017-09-15 | 1 | -0/+4 |
| * | - If available, use TRIM instead of ERASE for implementing BIO_DELETE. | Marius Strobl | 2017-08-07 | 5 | -53/+189 |
| * | - Correct the remainder of confusing and error prone mix-ups between | Marius Strobl | 2017-08-02 | 5 | -86/+84 |
| * | Correctly use the size of a pointer rather than that of a pointer to a | Marius Strobl | 2017-07-26 | 1 | -2/+2 |
| * | Improve the clarity of a comment added in r321385 by not referring to | Marius Strobl | 2017-07-25 | 1 | -1/+1 |
| * | o Add support for eMMC HS200 and HS400 bus speed modes at 200 MHz to | Marius Strobl | 2017-07-23 | 10 | -276/+1010 |
| * | An MMC/SD/SDIO stack using CAM | Warner Losh | 2017-07-09 | 3 | -1/+104 |
| * | o Add support for eMMC DDR bus speed mode at 52 MHz to sdhci(4) and | Marius Strobl | 2017-03-19 | 5 | -87/+473 |
| * | Again, fixes regarding style(4), to comments, includes and unused | Marius Strobl | 2017-03-17 | 3 | -6/+8 |
| * | - Add support for eMMC "partitions". Besides the user data area, i. e. | Marius Strobl | 2017-03-16 | 10 | -375/+1515 |
| * | Add and use a MMC_DECLARE_BRIDGE macro for declaring mmc(4) bridges | Marius Strobl | 2017-03-07 | 2 | -2/+7 |
| * | o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regarding | Marius Strobl | 2017-03-06 | 6 | -27/+40 |
| * | Fix some more overly long lines, whitespace and other bugs according to | Marius Strobl | 2017-02-04 | 2 | -46/+46 |
| * | Fix overly long lines, whitespace and other bugs according to style(9). | Marius Strobl | 2017-01-29 | 2 | -35/+52 |
| * | "Buses" is the preferred plural of "bus" | Conrad Meyer | 2017-01-15 | 1 | -1/+1 |
| * | Report random flash storage as non-rotating to GEOM_DISK. | Alexander Motin | 2017-01-12 | 1 | -0/+1 |
| * | In mmcsd_task(), bio_resid was not being set to 0 on a successful read | Marius Strobl | 2017-01-09 | 1 | -0/+2 |
| * | mmc: Accept even lower voltage for Cherryview | Conrad Meyer | 2017-01-08 | 1 | -1/+1 |
| * | sdhci/mmc: Minor whitespace cleanups | Conrad Meyer | 2016-12-20 | 1 | -11/+11 |
| * | 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 |