aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sdhci
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2310-20/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-233-6/+0
* mmc(4): Don't call bridge driver for timings not requiring tuningMarius Strobl2023-08-061-2/+4
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-258-8/+8
* Stop relying on header pollution in sdhci_xenon.cAndrew Turner2023-01-231-0/+1
* sdhci(4): Fix a typo in asource code commentGordon Bergling2022-09-061-1/+1
* sdhci: Make ext_resources non-optionalEmmanuel Vadot2022-05-162-14/+0
* Extend device_get_property APIKornel Duleba2022-03-291-4/+5
* sdhci_xenon: add ACPI supportBartlomiej Grzesik2022-03-291-0/+140
* sdhci_xenon: split driver file into generic file and fdt partsBartlomiej Grzesik2022-03-293-146/+262
* mmc: switch mmc_helper to device_ apiBartlomiej Grzesik2022-03-291-1/+1
* sdhci_xenon: remove redundant code in property parsingBartlomiej Grzesik2022-03-071-37/+32
* sdhci_xenon: add AP807 compatible stringBartlomiej Grzesik2022-03-071-0/+1
* sdhci_xenon: add UHS supportMarcin Wojtas2022-03-072-0/+44
* sdhci_xenon: improve the VCCQ voltage switch sequenceMarcin Wojtas2022-03-071-16/+68
* sdhci_xenon: allow to properly disable the UHS signalingMarcin Wojtas2022-03-071-6/+8
* sdhci_xenon: enable MMC FDT parsingMarcin Wojtas2022-03-071-16/+17
* sdhci: allow setting MMC capabilities before sdhci_init_slotMarcin Wojtas2022-03-071-1/+2
* sdhci: fix dumping support in MMCCAM configurationAndriy Gapon2022-02-021-7/+1
* mmccam: Add two new XPT for MMC and use them in mmc_sim and sdhciEmmanuel Vadot2021-07-221-0/+2
* 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
* Whitespace cleanup in sdhci.cBjoern A. Zeeb2019-03-211-52/+48
* Align struct sdhci_slot MMCCAM members.Bjoern A. Zeeb2019-03-211-4/+4
* o Don't allocate resources for SDMA in sdhci(4) if the controller or theMarius Strobl2018-12-307-94/+171
* sdhci_xenon: Add Marvell 8k compatible stringEmmanuel Vadot2018-12-121-0/+5
* For consistency within the front-end, prefer SDHCI_{READ,WRITE}_{2,4}()Marius Strobl2018-11-191-7/+7
* Add a quirk handling for AMDI0040 controllers allowing them to do HS400.Marius Strobl2018-11-183-13/+68
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-261-3/+4
* [sdhci] Add ACPI identifier for AMD eMMC 5.0 controllerOleksandr Tymoshenko2018-09-291-0/+3
* - Explicitly compare a pointer to NULL. The __builtin_expect() of clangMarius Strobl2018-09-061-2/+1