| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r360007: | Emmanuel Vadot | 2020-06-19 | 1 | -14/+10 |
| * | MFC r360008-r360009, r360011 | Emmanuel Vadot | 2020-06-19 | 1 | -3/+6 |
| * | MFC r359924-r359925, r359927, r359932, r359965 | Emmanuel Vadot | 2020-06-19 | 8 | -18/+507 |
| * | 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 r350231: Correct spelling, partion -> partition. | Ian Lepore | 2019-08-11 | 1 | -3/+3 |
| * | MFC r341381-r341383, r341385, r343950, r344527, r344576-r344580, r344585, r34... | Emmanuel Vadot | 2019-08-07 | 1 | -2/+2 |
| * | MFC: r340495 | Marius Strobl | 2018-11-21 | 1 | -8/+14 |
| * | Avoid uninitialized read of ext_csd. | Marius Strobl | 2018-09-06 | 1 | -3/+5 |
| * | The read accessors generated by __BUS_ACCESSOR() have the problem that | Marius Strobl | 2018-08-24 | 1 | -1/+14 |
| * | - Use le32dec(9) for decoding EXT_CSD values where it makes sense. [1] | Marius Strobl | 2018-08-23 | 2 | -39/+26 |
| * | Obtain the bus mode (MMC or SD) from the directly superordinated | Marius Strobl | 2018-08-23 | 1 | -3/+3 |
| * | Fix building GENERIC-MMCCAM on arm64 | Ilya Bakulin | 2018-05-25 | 1 | -0/+2 |
| * | - If present, take advantage of the R/W cache of eMMC revision 1.5 and | Marius Strobl | 2018-05-15 | 2 | -14/+115 |
| * | Restore style(9) conformance after r320844 (actually requested pre- | Marius Strobl | 2018-05-15 | 1 | -74/+75 |
| * | Let mmcsd_ioctl() ensure appropriate privileges via priv_check(9). | Marius Strobl | 2018-05-14 | 1 | -6/+12 |
| * | 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 |
| * | Use the correct revision specifier (EXT_CSD revision rather than | Marius Strobl | 2018-01-13 | 1 | -1/+1 |
| * | Fix a bug introduced in r327355; in mmcsd_ioctl_cmd() when ensuring | Marius Strobl | 2018-01-13 | 1 | -1/+1 |
| * | 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 | -88/+474 |
| * | 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 | -379/+1519 |
| * | 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 |