aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sdhci
Commit message (Expand)AuthorAgeFilesLines
...
* 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-269/+273
* Fix overly long lines, whitespace and other bugs according to style(9).Marius Strobl2017-01-294-92/+117
* Set the the wp_disabled flag when asked to.Luiz Otavio O Souza2017-01-171-2/+6
* Include sys/systm.h for use of bootverbose. Fixes powerpc MPC85XXSPE build.Ian Lepore2017-01-121-0/+1
* [sdhci] Add ACPI platform support for SDHCI driverOleksandr Tymoshenko2017-01-111-0/+370
* Add sdhci_handle_card_present_locked() that can be called from the interruptIan Lepore2017-01-091-4/+11
* - Add support for Intel Apollo Lake and Bay Trail eMMC controllers.Marius Strobl2017-01-093-8/+37
* Use the new sdhci_fdt_gpio helper functions to add full support for FDTIan Lepore2017-01-091-24/+21
* Add new helper routines for sdhci bridge drivers that use gpio pins forIan Lepore2017-01-092-0/+325
* Add support for non-removable media, and a quirk to use polling to detectIan Lepore2017-01-092-29/+77
* Now that the PRESENT_STATE register is only used for the inhibit bits loopIan Lepore2017-01-081-5/+2
* Add a new sdhci interface method, get_card_present().Ian Lepore2017-01-083-5/+18
* 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
* Since it's no longer accessing a powerpc-specific register, drop the #ifdef.Justin Hibbits2016-11-021-2/+0
* Fix the build. protctl is only used on powerpc.Justin Hibbits2016-11-021-1/+3
* Merge i.MX and PowerPC SDHCI driversJustin Hibbits2016-11-021-19/+103
* Toggle card insert/remove interrupt enable bits on eventsJustin Hibbits2016-11-021-1/+8
* Move imx_sdhci driver over to a dev/sdhci in preparation for QorIQ support.Justin Hibbits2016-11-021-0/+917
* Add a convenience macro that masks all the bits related to clock divisorsIan Lepore2016-05-261-0/+3
* 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-212-0/+2
* 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-142-0/+2
* Add support for the BCM57765 card reader.Adrian Chadd2015-10-153-5/+42
* Raise the SDHCI timeout to 10 seconds and add a sysctl to allow changingLuiz Otavio O Souza2015-05-212-2/+10
* Detect, report and use 8-bit bus if is available.Ian Lepore2015-02-271-4/+16
* Add a new SDHCI quirk, SDHCI_QUIRK_DONT_SET_HISPD_BIT. Apparently someIan Lepore2015-01-172-1/+4
* Add defines for SDHCI 3.0 controllers.Ian Lepore2015-01-171-0/+29
* Handle the possibility that SDHCI_PLATFORM_START_TRANSFER() can fail, byIan Lepore2015-01-111-8/+12
* - Switching the mode of Ricoh R5CE823 to SD2.0 causes their PCI device IDMarius Strobl2014-12-311-7/+43
* Add a new sdhci quirk, SDHCI_QUIRK_WAITFOR_RESET_ASSERTED, to work aroundIan Lepore2014-12-202-10/+28
* When command and data interrupts have been aggregated together, don't doIan Lepore2014-12-202-2/+11
* class, subclass and progif were never used, so don't bother settingWarner Losh2014-10-131-4/+0
* - Nuke unused sdhci_softc.Marius Strobl2014-08-315-42/+34