| Commit message (Expand) | Author | Age | Files | Lines |
| * | sdhci(4): Fix a typo in asource code comment | Gordon Bergling | 2022-09-06 | 1 | -1/+1 |
| * | MFC r364779: | Mark Johnston | 2020-09-01 | 1 | -0/+3 |
| * | MFC r350162: | Ganbold Tsagaankhuu | 2020-07-11 | 1 | -0/+245 |
| * | MFC r353651-r353652 | Ian Lepore | 2019-10-17 | 1 | -2/+7 |
| * | MFC r350847: | Ian Lepore | 2019-09-05 | 1 | -2/+2 |
| * | MFC r348880, r348882 | Emmanuel Vadot | 2019-08-16 | 1 | -0/+83 |
| * | MFC r342008, r342010-r342020 | Emmanuel Vadot | 2019-08-05 | 1 | -0/+5 |
| * | MFC r345372: | Bjoern A. Zeeb | 2019-04-19 | 1 | -52/+48 |
| * | MFC r345370: | Bjoern A. Zeeb | 2019-04-19 | 1 | -4/+4 |
| * | MFC: r342634 | Marius Strobl | 2019-01-27 | 7 | -94/+171 |
| * | MFC: r340543, r340654 | Marius Strobl | 2018-11-22 | 3 | -12/+67 |
| * | [sdhci] Add ACPI identifier for AMD eMMC 5.0 controller | Oleksandr Tymoshenko | 2018-09-29 | 1 | -0/+3 |
| * | - Explicitly compare a pointer to NULL. The __builtin_expect() of clang | Marius Strobl | 2018-09-06 | 1 | -2/+1 |
| * | arm64: GENERIC-MMCCAM: Fix build and module depend | Emmanuel Vadot | 2018-08-29 | 2 | -1/+6 |
| * | - According to section 2.2.5 of the SDHCI specification version 4.20, | Marius Strobl | 2018-08-23 | 1 | -20/+46 |
| * | Add support to the Marvell Xenon SDHCI controller. | Luiz Otavio O Souza | 2018-08-14 | 2 | -0/+646 |
| * | The broken DDR52 support of Intel Bay Trail eMMC controllers rumored | Marius Strobl | 2018-05-14 | 2 | -5/+9 |
| * | Fix build when option MMCCAM is defined. | Emmanuel Vadot | 2018-03-08 | 1 | -0/+4 |
| * | Don't call sdhci_cleanup_slot() if sdhci_init_slot() never got called. | Ian Lepore | 2018-02-17 | 1 | -2/+7 |
| * | Add support for SDHCI controller found in Qualcomm Snapdragon 410e. | Ruslan Bukin | 2018-01-25 | 1 | -0/+6 |
| * | Fix a bug introduced in r327339; at the point in time re-tuning is | Marius Strobl | 2018-01-13 | 1 | -2/+10 |
| * | - There is no need to keep the tuning error and re-tuning interrupts | Marius Strobl | 2017-12-29 | 1 | -1/+5 |
| * | Probe Intel Denverton eMMC 5.0 controllers. | Marius Strobl | 2017-12-28 | 1 | -0/+6 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 4 | -0/+8 |
| * | Actually release resources in detach() rather than just returning EBUSY. | Ian Lepore | 2017-10-27 | 1 | -10/+21 |
| * | Rename sdhci_cam_start_slot() into sdhci_start_slot() | Ilya Bakulin | 2017-09-24 | 4 | -14/+3 |
| * | - Check the slot type capability, set SDHCI_SLOT_{EMBEDDED,NON_REMOVABLE} | Marius Strobl | 2017-07-26 | 4 | -10/+36 |
| * | o Add support for eMMC HS200 and HS400 bus speed modes at 200 MHz to | Marius Strobl | 2017-07-23 | 5 | -59/+458 |
| * | Better contain MMCCAM parts of this file | Warner Losh | 2017-07-10 | 2 | -13/+22 |
| * | Back out enabling the card interrupt detection bit. It is not ready to | Warner Losh | 2017-07-09 | 1 | -5/+2 |
| * | An MMC/SD/SDIO stack using CAM | Warner Losh | 2017-07-09 | 5 | -6/+546 |
| * | Correct a typo in the comment part of r320577, later on copied into | Marius Strobl | 2017-07-03 | 1 | -1/+1 |
| * | Retry up to 20 ms to enable bus power as at least with some Intel | Marius Strobl | 2017-07-02 | 1 | -2/+14 |
| * | Fix typo in Driver Type A/C/D capability checks in sdhci. | Imre Vadász | 2017-05-31 | 1 | -6/+6 |
| * | Add the Marvell SDHCI controller to the list of supported devices in | Luiz Otavio O Souza | 2017-05-16 | 1 | -4/+22 |
| * | - Unlike as in the PCI case, when attached to ACPI, Intel Bay Trail | Marius Strobl | 2017-05-14 | 2 | -3/+25 |
| * | Add a new SDHCI quirk, SDHCI_QUIRK_BROKEN_AUTO_STOP, to workaround | Luiz Otavio O Souza | 2017-05-09 | 2 | -6/+10 |
| * | Add support for the no-1-8-v and wp-inverted properties in generic SDHCI | Luiz Otavio O Souza | 2017-05-04 | 1 | -2/+22 |
| * | Use the newly added mpc85xx_get_system_clock() | Justin Hibbits | 2017-04-01 | 1 | -12/+6 |
| * | o Add support for eMMC DDR bus speed mode at 52 MHz to sdhci(4) and | Marius Strobl | 2017-03-19 | 5 | -25/+247 |
| * | Again, fixes regarding style(4), to comments, includes and unused | Marius Strobl | 2017-03-17 | 4 | -36/+29 |
| * | - Adds macros for the content of SDHCI_ADMA_ERR and SDHCI_HOST_CONTROL2 | Marius Strobl | 2017-03-16 | 2 | -7/+41 |
| * | - Add support for eMMC "partitions". Besides the user data area, i. e. | Marius Strobl | 2017-03-16 | 4 | -12/+39 |
| * | Release all previously allocated resources. | Michal Meloun | 2017-03-08 | 1 | -2/+7 |
| * | Add and use a MMC_DECLARE_BRIDGE macro for declaring mmc(4) bridges | Marius Strobl | 2017-03-07 | 4 | -8/+4 |
| * | o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regarding | Marius Strobl | 2017-03-06 | 5 | -45/+33 |
| * | Fix typos in bootverbose printfs... display the write-protect pin info, | Ian Lepore | 2017-02-21 | 1 | -1/+1 |
| * | [sdhci_acpi] Add support for Bay Trail SDHC SD card slot | Oleksandr Tymoshenko | 2017-02-14 | 1 | -1/+3 |
| * | Fix some more overly long lines, whitespace and other bugs according to | Marius Strobl | 2017-02-04 | 4 | -292/+296 |
| * | Fix overly long lines, whitespace and other bugs according to style(9). | Marius Strobl | 2017-01-29 | 4 | -92/+117 |