]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: dw_mmc: Extract DMA transfer handling code into a separate routine
authorSam Protsenko <semen.protsenko@linaro.org>
Thu, 8 Aug 2024 03:14:13 +0000 (22:14 -0500)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 19 Aug 2024 07:09:06 +0000 (16:09 +0900)
commit95e42a5465b4d445e46ea025f259f88af474e5c8
tree423ddfda77b22b9400992c0ab408fc4143d5990c
parent0252924ac6d4af69061bb9589d16b30c5bdb7178
mmc: dw_mmc: Extract DMA transfer handling code into a separate routine

Make dwmci_send_cmd() easier to read by moving the DMA transfer handling
code into a dedicated function.

No functional change.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/mmc/dw_mmc.c