aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* dwmmc: cleanup cmd and locking, consistency between mmc and mmccamBjoern A. Zeeb3 days1-39/+44
* 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-101-13/+9
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-021-1/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* jh7110: enable MMC driverMitchell Horne2024-05-071-0/+114
* dwmmc: fix a typoAndriy Gapon2024-01-281-1/+1
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-101-1/+1
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-101-1/+1
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-103-3/+3
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-275-5/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-10/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* mmc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-064-24/+8
* dwmmc: Make ext_resources non-optionalEmmanuel Vadot2022-02-213-19/+0
* mmc_da: implement d_dump method, sddadumpAndriy Gapon2022-01-121-0/+15
* dwmmc: Calculate the maximum transaction length correctly.Michal Meloun2021-10-081-8/+7
* 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-201-1/+1
* dwmmc: Fix MMCCAM block size supportEmmanuel Vadot2021-07-221-4/+12
* 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
* dwmmc: Add \n to a debug printfEmmanuel Vadot2021-04-271-1/+1
* mmc: dwmmc: Convert driver to use the mmc_sim interfaceEmmanuel Vadot2021-04-272-151/+42
* Consider the broken card detect flag that comes from 'broken-cd;'Ruslan Bukin2021-04-271-1/+2
* dwmmc: Multiple busdma fixes.Michal Meloun2021-02-031-15/+32
* dwmmc: dwmmc_switch_vccq is only used in MMCCAM kernelEmmanuel Vadot2020-11-161-2/+2
* mmc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* dwmmc: remove printf even under bootverboseBjoern A. Zeeb2020-08-171-5/+1
* dwmmc: Add MMCCAM partEmmanuel Vadot2020-07-242-4/+328
* arm: dwmmc: Use mmc_fdt_helpersEmmanuel Vadot2020-04-146-18/+13
* dwmmc: Rework the DMA engineEmmanuel Vadot2020-03-043-27/+24
* mmc: dwmmc: Fix off by one errorEmmanuel Vadot2020-02-281-1/+1
* Create a convenince wrapper to fill in a CAM_PATH_INQ request for MMC sims. PassWarner Losh2020-01-271-2/+0
* dwmmc: Remove max_hz from the softcEmmanuel Vadot2020-01-162-4/+2
* dwmmc: Use device_delete_childrenEmmanuel Vadot2019-12-111-7/+1
* dwmmc: Handle the card detect interruptEmmanuel Vadot2019-12-116-4/+81
* dwmmc: Add a detach methodEmmanuel Vadot2019-12-113-1/+63
* Remove "all rights reserved" from copyright for the file I own.Emmanuel Vadot2019-12-033-3/+0
* Fix dwmmc(4) driver attachment when ext_resources are not present.Ruslan Bukin2019-10-151-5/+25
* Fix the driver attachment in cases when the external resource devicesRuslan Bukin2019-10-141-17/+9
* dwmmc: Reset the dma controller at attachEmmanuel Vadot2019-10-091-0/+1
* Enhance support of extres in dwmmc driver.Michal Meloun2019-08-182-5/+60
* Fix MMCCAM kernel build.Ruslan Bukin2019-07-301-0/+2
* Add support for the SD/MMC controller found in Terasic DE10-ProRuslan Bukin2019-07-301-0/+8
* Fix cut-and-pasto that slipped through my testing.Warner Losh2019-07-041-1/+1
* Implement missing MMCBR ivarsWarner Losh2019-07-041-3/+4
* Since r349571 we need all the accessor to be present for set or getEmmanuel Vadot2019-07-011-0/+12
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+2