opnsense-src/sys/dev/mmc
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
..
host mmc_da: implement d_dump method, sddadump 2022-01-26 09:27:21 +02:00
bridge.h Regularize my copyright notice 2019-12-04 16:56:11 +00:00
mmc.c mmc: fix 1-byte reallocs (when it should have been sizeof device_t) 2021-10-11 09:12:55 +00:00
mmc_fdt_helpers.c mmc_fdt_helper: correct typo in DT property name 2021-10-07 18:09:50 +02:00
mmc_fdt_helpers.h mmc_fdt_helper: Add mmc_fdt_set_power 2021-07-22 19:09:41 +02:00
mmc_ioctl.h
mmc_private.h Regularize my copyright notice 2019-12-04 16:56:11 +00:00
mmc_pwrseq.c mmc: Add mmc-pwrseq driver 2021-07-22 19:09:38 +02:00
mmc_pwrseq_if.m mmc: Add mmc-pwrseq driver 2021-07-22 19:09:38 +02:00
mmc_subr.c Regularize my copyright notice 2019-12-04 16:56:11 +00:00
mmc_subr.h Regularize my copyright notice 2019-12-04 16:56:11 +00:00
mmcbr_if.m Regularize my copyright notice 2019-12-04 16:56:11 +00:00
mmcbrvar.h Regularize my copyright notice 2019-12-04 16:56:11 +00:00
mmcbus_if.m Regularize my copyright notice 2019-12-04 16:56:11 +00:00
mmcreg.h Regularize my copyright notice 2019-12-04 16:56:11 +00:00
mmcsd.c mmcsd(4): properly set BIO error when partition switching fails 2021-01-22 00:18:40 +01:00
mmcvar.h Regularize my copyright notice 2019-12-04 16:56:11 +00:00