]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: fsl_esdhc_imx: remove the 1ms delay before sending command
authorHaibo Chen <haibo.chen@nxp.com>
Tue, 22 Sep 2020 10:11:43 +0000 (18:11 +0800)
committerPeng Fan <peng.fan@nxp.com>
Mon, 12 Oct 2020 07:48:13 +0000 (15:48 +0800)
commit8a4ed4e2734f1b581e1a60eb068701832b4c4684
tree5f33047cedc3da21ec74d0a78cbfbbdb770e066a
parent6e9165a94ffe7fa09562a815ddd103796bdf0660
mmc: fsl_esdhc_imx: remove the 1ms delay before sending command

This 1ms delay before sending command already exist from the beginning
of the fsl_esdhc driver added in year 2008. Now this driver has been
split for two files: fsl_esdhc.c and fsl_esdhc_imx.c. fsl_esdhc_imx.c
only for i.MX series. i.MX series esdhc/usdhc do not need this 1ms delay
before sending any command. So remove this 1ms, this will save a lot
time if handling a large mmc data.

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