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

FIFO data transfer is implemented as quite a massive chunk of code.
Extract it into a dedicated function to make dwmci_data_transfer()
easier to read and reduce the indentation level of the code.

No functional change.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/mmc/dw_mmc.c