aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mmc
Commit message (Expand)AuthorAgeFilesLines
* dwmmc: cleanup cmd and locking, consistency between mmc and mmccamBjoern A. Zeeb3 days1-39/+44
* mmc: SPI-mode support for SD cards.Ruslan Bukin2025-04-091-0/+2378
* mmc: support for SPI bus typeRuslan Bukin2025-04-095-0/+28
* Disable HS200 on rockchip_dwmmc in attachStephen Hurd2025-03-181-1/+11
* mmc: Use bus_topo_lock and taskqueue_bus while adding/removing child devicesJohn Baldwin2025-03-102-18/+14
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-021-1/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+1
* geom_flashmap: Rename the kernel moduleMark Johnston2024-10-291-1/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-252-2/+2
* jh7110: enable MMC driverMitchell Horne2024-05-071-0/+114
* mmc_fdt_parse: remove redundant bootverbose checkAndriy Gapon2024-01-281-1/+1
* dwmmc: fix a typoAndriy Gapon2024-01-281-1/+1
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-104-4/+4
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-101-1/+1
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-104-4/+4
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2711-11/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-163-3/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1611-22/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1610-20/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-128-8/+8
* mmc(4): Don't call bridge driver for timings not requiring tuningMarius Strobl2023-04-181-0/+9
* mmc: purge EOL release compatibilityElliott Mitchell2023-02-041-5/+0
* sdio: Add CCCR speed definesEmmanuel Vadot2022-08-101-1/+13
* kerneldump: remove physical argument from d_dumperMitchell Horne2022-05-131-4/+2
* mmc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-068-32/+11
* Extend device_get_property APIKornel Duleba2022-03-101-3/+4
* dwmmc: Make ext_resources non-optionalEmmanuel Vadot2022-02-213-19/+0
* mmc: Make ext_resources non-optionalEmmanuel Vadot2022-02-213-10/+0
* mmc_da: implement d_dump method, sddadumpAndriy Gapon2022-01-121-0/+15
* mmc: Fix HS200/HS400 capability checkKornel Duleba2021-11-291-2/+4
* mmc: plug set-but-not-used varsMateusz Guzik2021-11-251-4/+0
* dwmmc: Calculate the maximum transaction length correctly.Michal Meloun2021-10-081-8/+7
* mmc: Fix regression in 8a8166e5bcfb breaking Stratix 10 bootJessica Clarke2021-09-291-3/+3
* mmc: fix 1-byte reallocs (when it should have been sizeof device_t)Mateusz Guzik2021-09-251-1/+1
* dwmmc: Remove dwmmc_setup_bus call from start_cmdEmmanuel Vadot2021-09-211-3/+0
* dwmmc: Properly implement power_off/power_upEmmanuel Vadot2021-09-213-12/+11
* mmc: switch mmc_helper to device_ apiBartlomiej Grzesik2021-09-205-135/+229
* Address the reported mmc serialization issue.Scott Long2021-08-101-7/+1
* mmc_fdt_helper: correct typo in DT property nameBartłomiej Grzesik2021-08-091-1/+1
* mmc: Drain the intrhook in mmc_detach()Yang Zhong2021-07-221-0/+1
* dwmmc: Fix MMCCAM block size supportEmmanuel Vadot2021-07-221-4/+12
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-6/+5
* mmc:: Undo my conversion of (bool) to !!.Warner Losh2021-06-031-2/+2
* mmc-fdt: fix mmc_fdt_gpio_get_{present,readonly}Priit Trees2021-06-031-2/+2
* mmc: ignore CRC errors from CMD13 (status) when changing ratesAustin Shafer2021-06-031-2/+14
* dwmmc: Add bus_generic_add_child in the methodsEmmanuel Vadot2021-05-211-0/+2
* mmc: dwmmc: Call mmc_fdt_set_powerEmmanuel Vadot2021-05-211-0/+2
* mmc_fdt_helper: Add mmc_fdt_set_powerEmmanuel Vadot2021-05-212-0/+43
* mmc_fdt_helpers: Parse the optional pwrseq element.Emmanuel Vadot2021-05-212-0/+10
* mmc: Add mmc-pwrseq driverEmmanuel Vadot2021-05-212-0/+232