mmc: fsl_esdhc_imx: simplify esdhc_setup_data()
authorSean Anderson <sean.anderson@seco.com>
Tue, 23 Nov 2021 20:03:44 +0000 (15:03 -0500)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 12 Jan 2022 00:56:40 +0000 (09:56 +0900)
commit41c6a22fc2963bfc76fc2aa21f572ceb0c5a4e22
tree81466fff343310b0f94c4a01819c7bab3b2482e0
parent01672677690149ea91c6cd88f055961b6f9fc046
mmc: fsl_esdhc_imx: simplify esdhc_setup_data()

[ fsl_esdhc commit 7e48a028a42c111ba38a90b86e5f57dace980fa0 ]

First, we need the waterlevel setting for PIO mode only. Secondy, both DMA
setup code is identical for both directions, except for the data pointer.
Thus, unify them.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/fsl_esdhc_imx.c