aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sdhci
Commit message (Expand)AuthorAgeFilesLines
...
* sdhci_fsl_fdt: Fix vccq reconfigurationArtur Rojek2021-12-081-14/+30
* sdhci_fsl_fdt: Add LS1012A compat stringHubert Mazur2021-12-081-0/+7
* sdhci_fsl_fdt: Implement pulse width detection errataHubert Mazur2021-12-081-2/+20
* sdhci_fsl_fdt: Provide more accurate clk calculationArtur Rojek2021-11-051-17/+57
* sdhci_fsl_fdt: Add full support for software resetArtur Rojek2021-11-051-3/+25
* sdhci: Provide devmethod for software resetArtur Rojek2021-11-053-77/+87
* sdhci: Fix crash caused by M_WAITOK in sdhci dumpsBartlomiej Grzesik2021-10-051-2/+10
* sdhci: add a missing newlineMitchell Horne2021-09-291-1/+1
* sdhci_xenon: add ACPI supportBartlomiej Grzesik2021-09-291-0/+140
* sdhci_xenon: split driver file into generic file and fdt partsBartlomiej Grzesik2021-09-293-146/+262
* mmc: switch mmc_helper to device_ apiBartlomiej Grzesik2021-09-202-2/+2
* sdhci: add sysctls to dump sdhci registers and capabilitesBartlomiej Grzesik2021-09-131-58/+165
* sdhci_xenon: remove redundant code in property parsingBartlomiej Grzesik2021-08-171-37/+32
* sdhci_xenon: add AP807 compatible stringBartlomiej Grzesik2021-08-171-0/+1
* Call wakeup() with the lock held to avoid missed wakeup races.Scott Long2021-08-101-1/+1
* MMCCAM: fix a panic after cam_sim_alloc_dev() removal in sdhci.cBjoern A. Zeeb2021-07-071-1/+1
* cam: Fix GENERIC-MMCCAM buildWarner Losh2021-06-281-1/+1
* sdhci: stop using cam_sim_alloc_devWarner Losh2021-06-281-2/+2
* sdhci_xenon: add UHS supportMarcin Wojtas2021-06-022-0/+44
* sdhci_xenon: improve the VCCQ voltage switch sequenceMarcin Wojtas2021-06-021-16/+68
* sdhci_xenon: allow to properly disable the UHS signalingMarcin Wojtas2021-06-021-6/+8
* sdhci_xenon: enable MMC FDT parsingMarcin Wojtas2021-06-021-16/+17
* sdhci: allow setting MMC capabilities before sdhci_init_slotMarcin Wojtas2021-06-021-1/+2
* sdhci: extend bus_dma_tag boundary to 64-bit spaceMarcin Wojtas2021-06-021-4/+5
* mmccam: Add two new XPT for MMC and use them in mmc_sim and sdhciEmmanuel Vadot2021-05-211-0/+2
* sdhci_fsl_fdt: Skip vccq reconfiguration without regulatorMarcin Wojtas2021-05-201-4/+4
* sdhci_fsl_fdt.c: Read supported voltages from dts.Marcin Wojtas2021-05-141-8/+65
* sdhci_fsl_fdt.c: Add a missing call to mmc_fdt_parse.Marcin Wojtas2021-05-141-4/+106
* sdhci_fsl_fdt.c: Add support for LS1028a.Marcin Wojtas2021-05-141-0/+7
* sdhci_fsl_fdt: specify base clk divisor per SoCMarcin Wojtas2021-05-071-4/+8
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-8/+8
* sdhci: mmccam: Update vccq in the driver iosEmmanuel Vadot2020-11-261-0/+5
* sdhci: Only print mmccam debug code if hw.sdhci.debug is > 1Emmanuel Vadot2020-11-261-8/+16
* sdhci: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-7/+2
* Introduce the SDHCI driver for NXP QorIQ Layerscape SoCsMarcin Wojtas2020-09-011-0/+680
* sdhci(4): Recognize the Texas Instruments PCIxx12 card reader.Mark Johnston2020-08-251-0/+3
* mmccam: Add a generic mmccam_start_discovery functionEmmanuel Vadot2020-07-221-44/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* No need to have an extra layer of indirection here. Call the sdhci_cam_requiestWarner Losh2020-01-271-16/+1
* Create a convenince wrapper to fill in a CAM_PATH_INQ request for MMC sims. PassWarner Losh2020-01-271-26/+2
* Regularize my copyright noticeWarner Losh2019-12-041-2/+1
* Relax the sdhci(4) check that filters out the 1.8v voltage option unlessIan Lepore2019-10-161-2/+7
* Allow the sdhci timeout sysctl var to be set as a tunable. Also, add aIan Lepore2019-08-101-2/+2
* Add emmc support for Rockchip RK3399 SoC.Ganbold Tsagaankhuu2019-07-201-0/+245
* Add support for the GPIO SD Card VCC regulator/switch and the GPIO SD CardLuiz Otavio O Souza2019-06-101-0/+83
* Improve sdhci slot_printf() debug printing.Bjoern A. Zeeb2019-06-081-4/+9
* Introduce sim_dev and cam_sim_alloc_dev().Bjoern A. Zeeb2019-06-081-2/+2
* Improve error/debug messages in sdhci.cBjoern A. Zeeb2019-06-011-3/+5
* Implement CMD53 block mode support for SDHCI and AllWinner-based boardsIlya Bakulin2019-04-101-12/+39
* Use information about max data size that the controller is able to operateIlya Bakulin2019-04-011-0/+14