aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sdhci
Commit message (Expand)AuthorAgeFilesLines
* sdhci(4): Fix a typo in asource code commentGordon Bergling2022-09-061-1/+1
* MFC r364779:Mark Johnston2020-09-011-0/+3
* MFC r350162:Ganbold Tsagaankhuu2020-07-111-0/+245
* MFC r353651-r353652Ian Lepore2019-10-171-2/+7
* MFC r350847:Ian Lepore2019-09-051-2/+2
* MFC r348880, r348882Emmanuel Vadot2019-08-161-0/+83
* MFC r342008, r342010-r342020Emmanuel Vadot2019-08-051-0/+5
* MFC r345372:Bjoern A. Zeeb2019-04-191-52/+48
* MFC r345370:Bjoern A. Zeeb2019-04-191-4/+4
* MFC: r342634Marius Strobl2019-01-277-94/+171
* MFC: r340543, r340654Marius Strobl2018-11-223-12/+67
* [sdhci] Add ACPI identifier for AMD eMMC 5.0 controllerOleksandr Tymoshenko2018-09-291-0/+3
* - Explicitly compare a pointer to NULL. The __builtin_expect() of clangMarius Strobl2018-09-061-2/+1
* arm64: GENERIC-MMCCAM: Fix build and module dependEmmanuel Vadot2018-08-292-1/+6
* - According to section 2.2.5 of the SDHCI specification version 4.20,Marius Strobl2018-08-231-20/+46
* Add support to the Marvell Xenon SDHCI controller.Luiz Otavio O Souza2018-08-142-0/+646
* The broken DDR52 support of Intel Bay Trail eMMC controllers rumoredMarius Strobl2018-05-142-5/+9
* Fix build when option MMCCAM is defined.Emmanuel Vadot2018-03-081-0/+4
* Don't call sdhci_cleanup_slot() if sdhci_init_slot() never got called.Ian Lepore2018-02-171-2/+7
* Add support for SDHCI controller found in Qualcomm Snapdragon 410e.Ruslan Bukin2018-01-251-0/+6
* Fix a bug introduced in r327339; at the point in time re-tuning isMarius Strobl2018-01-131-2/+10
* - There is no need to keep the tuning error and re-tuning interruptsMarius Strobl2017-12-291-1/+5
* Probe Intel Denverton eMMC 5.0 controllers.Marius Strobl2017-12-281-0/+6
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-274-0/+8
* Actually release resources in detach() rather than just returning EBUSY.Ian Lepore2017-10-271-10/+21
* Rename sdhci_cam_start_slot() into sdhci_start_slot()Ilya Bakulin2017-09-244-14/+3
* - Check the slot type capability, set SDHCI_SLOT_{EMBEDDED,NON_REMOVABLE}Marius Strobl2017-07-264-10/+36
* o Add support for eMMC HS200 and HS400 bus speed modes at 200 MHz toMarius Strobl2017-07-235-59/+458
* Better contain MMCCAM parts of this fileWarner Losh2017-07-102-13/+22
* Back out enabling the card interrupt detection bit. It is not ready toWarner Losh2017-07-091-5/+2
* An MMC/SD/SDIO stack using CAMWarner Losh2017-07-095-6/+546
* Correct a typo in the comment part of r320577, later on copied intoMarius Strobl2017-07-031-1/+1
* Retry up to 20 ms to enable bus power as at least with some IntelMarius Strobl2017-07-021-2/+14
* Fix typo in Driver Type A/C/D capability checks in sdhci.Imre Vadász2017-05-311-6/+6
* Add the Marvell SDHCI controller to the list of supported devices inLuiz Otavio O Souza2017-05-161-4/+22
* - Unlike as in the PCI case, when attached to ACPI, Intel Bay TrailMarius Strobl2017-05-142-3/+25
* Add a new SDHCI quirk, SDHCI_QUIRK_BROKEN_AUTO_STOP, to workaroundLuiz Otavio O Souza2017-05-092-6/+10
* Add support for the no-1-8-v and wp-inverted properties in generic SDHCILuiz Otavio O Souza2017-05-041-2/+22
* Use the newly added mpc85xx_get_system_clock()Justin Hibbits2017-04-011-12/+6
* o Add support for eMMC DDR bus speed mode at 52 MHz to sdhci(4) andMarius Strobl2017-03-195-25/+247
* Again, fixes regarding style(4), to comments, includes and unusedMarius Strobl2017-03-174-36/+29
* - Adds macros for the content of SDHCI_ADMA_ERR and SDHCI_HOST_CONTROL2Marius Strobl2017-03-162-7/+41
* - Add support for eMMC "partitions". Besides the user data area, i. e.Marius Strobl2017-03-164-12/+39
* Release all previously allocated resources.Michal Meloun2017-03-081-2/+7
* Add and use a MMC_DECLARE_BRIDGE macro for declaring mmc(4) bridgesMarius Strobl2017-03-074-8/+4
* o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regardingMarius Strobl2017-03-065-45/+33
* Fix typos in bootverbose printfs... display the write-protect pin info,Ian Lepore2017-02-211-1/+1
* [sdhci_acpi] Add support for Bay Trail SDHC SD card slotOleksandr Tymoshenko2017-02-141-1/+3
* Fix some more overly long lines, whitespace and other bugs according toMarius Strobl2017-02-044-292/+296
* Fix overly long lines, whitespace and other bugs according to style(9).Marius Strobl2017-01-294-92/+117