aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sdhci
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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