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

Move FIFO threshold initialization into a separate function to make
dwmci_init() more readable.

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