opnsense-src/sys/dev/mmc/host
Andriy Gapon 79c3478e76 mmc_da: implement d_dump method, sddadump
sddadump has been derived from sddastart.

mmc_sim interface has grown a new method, cam_poll, to support polled
operation.

mmc_sim code has been changed to provide a sim_poll hook only if the
controller implements the new method.  The hooks is implemented in terms
of the new mmc_sim_cam_poll method.
Additionally, in-progress CCB-s now have CAM_REQ_INPROG status to
satisfy xpt_pollwait().

mmc_sim_cam_poll method has been implemented in dwmmc host controller.

Relnotes:	perhaps

(cherry picked from commit 44682688f0)
2022-01-26 09:27:21 +02:00
..
dwmmc.c mmc_da: implement d_dump method, sddadump 2022-01-26 09:27:21 +02:00
dwmmc_altera.c arm: dwmmc: Use mmc_fdt_helpers 2020-04-14 16:35:18 +00:00
dwmmc_hisi.c arm: dwmmc: Use mmc_fdt_helpers 2020-04-14 16:35:18 +00:00
dwmmc_reg.h Move dwmmc.h to dwmmc_reg.h. This is in preperation for adding support to 2015-08-28 15:27:55 +00:00
dwmmc_rockchip.c arm: dwmmc: Use mmc_fdt_helpers 2020-04-14 16:35:18 +00:00
dwmmc_samsung.c arm: dwmmc: Use mmc_fdt_helpers 2020-04-14 16:35:18 +00:00
dwmmc_var.h mmc: dwmmc: Convert driver to use the mmc_sim interface 2021-07-22 18:42:11 +02:00