mmc: fsl_esdhc_imx: replace all readl/writel to esdhc_read32/esdhc_write32
authorHaibo Chen <haibo.chen@nxp.com>
Wed, 30 Sep 2020 07:52:23 +0000 (15:52 +0800)
committerPeng Fan <peng.fan@nxp.com>
Mon, 12 Oct 2020 07:53:39 +0000 (15:53 +0800)
commitc7f4418c8bca79601f62b3b69a4cb24d1adb9d3d
tree3617b5e0e12c2fbadcfd04586022cc5e757dfb5b
parent46cb3afd3962513345c6a964157fb7b35d014e70
mmc: fsl_esdhc_imx: replace all readl/writel to esdhc_read32/esdhc_write32

Currently, readl/writel and esdhc_read32/esdhc_write32 are used. To align
the usage, change to only use esdhc_read32/esdhc_write32.

Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
drivers/mmc/fsl_esdhc_imx.c