]> git.baikalelectronics.ru Git - uboot.git/commit
drivers: mmc: Add wait_dat0 support for Freescale eSDHC driver
authorStephen Carlson <stcarlso@linux.microsoft.com>
Tue, 17 Aug 2021 19:46:40 +0000 (12:46 -0700)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 29 Oct 2021 09:22:32 +0000 (18:22 +0900)
commit7ddcdccfa9f9baf654ee0aab88ae1e42ee1436b0
treeac34b0d301459eab1fed92bd2255fbea973d0881
parent371621f8c8fecc9fbe358a1d0c35bb8d06baa553
drivers: mmc: Add wait_dat0 support for Freescale eSDHC driver

Adds an implementation of the wait_dat0 MMC operation for the Freescale
eSHDC driver, allowing the driver to continue when the card is ready
rather than waiting for the worst case time on each MMC switch operation.

Signed-off-by: Stephen Carlson <stcarlso@linux.microsoft.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/fsl_esdhc.c