]> git.dujemihanovic.xyz Git - u-boot.git/commit
mmc: dw_mmc: Improve 32-bit IDMAC descriptor namings
authorSam Protsenko <semen.protsenko@linaro.org>
Thu, 8 Aug 2024 03:14:15 +0000 (22:14 -0500)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 19 Aug 2024 07:09:06 +0000 (16:09 +0900)
commit61f47c81a9fa695e975c359f4d8c7ade286c0c49
tree7ffebfb87acad8f6b478298b667df6da62c3a32e
parent6e17517b5cd8d260733c78046aab7916ff6d1402
mmc: dw_mmc: Improve 32-bit IDMAC descriptor namings

Prepare for adding 64-bit IDMAC descriptors by renaming current 32-bit
descriptor and its fields accordingly. While at it, make use of
virt_to_phys() to make it more obvious in which places the physical
addresses have to be used.

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