aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sdhci/sdhci_pci.c
Commit message (Expand)AuthorAgeFilesLines
* sdhci(4): Recognize the Texas Instruments PCIxx12 card reader.Mark Johnston2020-08-251-0/+3
* o Don't allocate resources for SDMA in sdhci(4) if the controller or theMarius Strobl2018-12-301-1/+1
* The broken DDR52 support of Intel Bay Trail eMMC controllers rumoredMarius Strobl2018-05-141-2/+2
* 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-271-0/+2
* Rename sdhci_cam_start_slot() into sdhci_start_slot()Ilya Bakulin2017-09-241-4/+0
* - Check the slot type capability, set SDHCI_SLOT_{EMBEDDED,NON_REMOVABLE}Marius Strobl2017-07-261-4/+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-1/+11
* - Unlike as in the PCI case, when attached to ACPI, Intel Bay TrailMarius Strobl2017-05-141-0/+3
* o Add support for eMMC DDR bus speed mode at 52 MHz to sdhci(4) andMarius Strobl2017-03-191-8/+27
* Again, fixes regarding style(4), to comments, includes and unusedMarius Strobl2017-03-171-11/+11
* - Add support for eMMC "partitions". Besides the user data area, i. e.Marius Strobl2017-03-161-4/+14
* 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/+2
* Fix some more overly long lines, whitespace and other bugs according toMarius Strobl2017-02-041-26/+20
* Fix overly long lines, whitespace and other bugs according to style(9).Marius Strobl2017-01-291-18/+22
* - Add support for Intel Apollo Lake and Bay Trail eMMC controllers.Marius Strobl2017-01-091-4/+15
* Follow-up to r310340: Add missing "Intel" to descriptionConrad Meyer2016-12-201-1/+1
* Add Braswell PCI IDs for Intel CherryviewConrad Meyer2016-12-201-0/+2
* sdhci/mmc: Minor whitespace cleanupsConrad Meyer2016-12-201-8/+8
* Make sdhci(4) work after suspend/resume for chipsets that requireEdward Tomasz Napierala2016-05-111-2/+7
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasIan Lepore2016-03-211-0/+1
* Replace several bus_alloc_resource() calls with bus_alloc_resource_any()Justin Hibbits2016-02-271-2/+2
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofIan Lepore2015-12-141-0/+1
* Add support for the BCM57765 card reader.Adrian Chadd2015-10-151-0/+4
* - Switching the mode of Ricoh R5CE823 to SD2.0 causes their PCI device IDMarius Strobl2014-12-311-7/+43
* class, subclass and progif were never used, so don't bother settingWarner Losh2014-10-131-4/+0
* - Nuke unused sdhci_softc.Marius Strobl2014-08-311-24/+25
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+1
* Split sdhci driver in two parts: sdhci and sdhci_pci.Oleksandr Tymoshenko2012-10-161-0/+440