aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sdhci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-282-4/+2
* Revert r267961, r267973:Glen Barber2014-06-272-2/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-272-4/+2
* Honor the max-frequency property if it appears in the fdt data.Ian Lepore2014-05-021-5/+11
* When changing the sd bus clock divisor, clear just the bus clock enable bitIan Lepore2014-04-041-1/+2
* After a timeout, reset the controller using SDHCI_RESET_CMD|SDHCI_RESET_DATAIan Lepore2014-02-161-3/+3
* Add timeout logic to sdhci, separate from the timeouts done by the hardware.Ian Lepore2014-02-152-14/+36
* Increase the wait time for acquiring the bus from 10 to 250ms.Ian Lepore2014-02-151-2/+11
* Fix the definition of the SDHCI_STATE_DAT and SDHCI_STATE_CMD fields, andIan Lepore2014-02-121-2/+3
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Style changes and typos fixed.Rui Paulo2013-08-191-8/+13
* Allow a hardware driver to pass clock frequencies into the sdhci driver.Ian Lepore2013-08-191-8/+18
* Add a new SDHCI_QUIRK_DONT_SHIFT_RESPONSE for hardware that pre-shiftsIan Lepore2013-08-182-2/+9
* Add named constants for 8-bit bus support. The sdhci and mmc driversIan Lepore2013-08-161-0/+3