| Commit message (Expand) | Author | Age | Files | Lines |
* | sdhci: add missing bus_add_child DEVMETHOD. | Bjoern A. Zeeb | 2024-12-20 | 1 | -0/+1 |
* | sys: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 1 | -1/+0 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | sdhci: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin | 2022-05-06 | 1 | -3/+1 |
* | o Don't allocate resources for SDMA in sdhci(4) if the controller or the | Marius Strobl | 2018-12-30 | 1 | -1/+1 |
* | For consistency within the front-end, prefer SDHCI_{READ,WRITE}_{2,4}() | Marius Strobl | 2018-11-19 | 1 | -7/+7 |
* | Add a quirk handling for AMDI0040 controllers allowing them to do HS400. | Marius Strobl | 2018-11-18 | 1 | -13/+63 |
* | Distinguish _CID match and _HID match and make lower priority probe | Takanori Watanabe | 2018-10-26 | 1 | -3/+4 |
* | [sdhci] Add ACPI identifier for AMD eMMC 5.0 controller | Oleksandr Tymoshenko | 2018-09-29 | 1 | -0/+3 |
* | The broken DDR52 support of Intel Bay Trail eMMC controllers rumored | Marius Strobl | 2018-05-14 | 1 | -3/+7 |
* | - Check the slot type capability, set SDHCI_SLOT_{EMBEDDED,NON_REMOVABLE} | Marius Strobl | 2017-07-26 | 1 | -2/+0 |
* | o Add support for eMMC HS200 and HS400 bus speed modes at 200 MHz to | Marius Strobl | 2017-07-23 | 1 | -0/+2 |
* | An MMC/SD/SDIO stack using CAM | Warner Losh | 2017-07-09 | 1 | -0/+3 |
* | - Unlike as in the PCI case, when attached to ACPI, Intel Bay Trail | Marius Strobl | 2017-05-14 | 1 | -3/+22 |
* | o Add support for eMMC DDR bus speed mode at 52 MHz to sdhci(4) and | Marius Strobl | 2017-03-19 | 1 | -4/+13 |
* | Again, fixes regarding style(4), to comments, includes and unused | Marius Strobl | 2017-03-17 | 1 | -11/+14 |
* | - Add support for eMMC "partitions". Besides the user data area, i. e. | Marius Strobl | 2017-03-16 | 1 | -6/+7 |
* | 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 | -6/+3 |
* | [sdhci_acpi] Add support for Bay Trail SDHC SD card slot | Oleksandr Tymoshenko | 2017-02-14 | 1 | -1/+3 |
* | Fix overly long lines, whitespace and other bugs according to style(9). | Marius Strobl | 2017-01-29 | 1 | -8/+11 |
* | [sdhci] Add ACPI platform support for SDHCI driver | Oleksandr Tymoshenko | 2017-01-11 | 1 | -0/+370 |