aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sdhci/sdhci_acpi.c
Commit message (Expand)AuthorAgeFilesLines
* sdhci: add missing bus_add_child DEVMETHOD.Bjoern A. Zeeb2024-12-201-0/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sdhci: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* o Don't allocate resources for SDMA in sdhci(4) if the controller or theMarius Strobl2018-12-301-1/+1
* For consistency within the front-end, prefer SDHCI_{READ,WRITE}_{2,4}()Marius Strobl2018-11-191-7/+7
* Add a quirk handling for AMDI0040 controllers allowing them to do HS400.Marius Strobl2018-11-181-13/+63
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-261-3/+4
* [sdhci] Add ACPI identifier for AMD eMMC 5.0 controllerOleksandr Tymoshenko2018-09-291-0/+3
* The broken DDR52 support of Intel Bay Trail eMMC controllers rumoredMarius Strobl2018-05-141-3/+7
* - Check the slot type capability, set SDHCI_SLOT_{EMBEDDED,NON_REMOVABLE}Marius Strobl2017-07-261-2/+0
* o Add support for eMMC HS200 and HS400 bus speed modes at 200 MHz toMarius Strobl2017-07-231-0/+2
* An MMC/SD/SDIO stack using CAMWarner Losh2017-07-091-0/+3
* - Unlike as in the PCI case, when attached to ACPI, Intel Bay TrailMarius Strobl2017-05-141-3/+22
* o Add support for eMMC DDR bus speed mode at 52 MHz to sdhci(4) andMarius Strobl2017-03-191-4/+13
* Again, fixes regarding style(4), to comments, includes and unusedMarius Strobl2017-03-171-11/+14
* - Add support for eMMC "partitions". Besides the user data area, i. e.Marius Strobl2017-03-161-6/+7
* Add and use a MMC_DECLARE_BRIDGE macro for declaring mmc(4) bridgesMarius Strobl2017-03-071-2/+1
* o Another round fixes for mmc(4), mmcsd(4) and sdhci(4) regardingMarius Strobl2017-03-061-6/+3
* [sdhci_acpi] Add support for Bay Trail SDHC SD card slotOleksandr Tymoshenko2017-02-141-1/+3
* Fix overly long lines, whitespace and other bugs according to style(9).Marius Strobl2017-01-291-8/+11
* [sdhci] Add ACPI platform support for SDHCI driverOleksandr Tymoshenko2017-01-111-0/+370