]> git.dujemihanovic.xyz Git - u-boot.git/commit
drivers: mmc: Add wait_dat0 support for sdhci driver
authorStephen Carlson <stcarlso@linux.microsoft.com>
Tue, 17 Aug 2021 19:46:41 +0000 (12:46 -0700)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 29 Oct 2021 09:22:32 +0000 (18:22 +0900)
commit40e6f52454fc9adb6269ef8089c1fd2ded85fee8
treec2d7718ebb946d038f36d78b553be00d1fa7f900
parentee02543561d4d776b15ad1ad2f6430b361414102
drivers: mmc: Add wait_dat0 support for sdhci driver

Adds an implementation of the wait_dat0 MMC operation for the DM SDHCI
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>
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/sdhci.c
include/sdhci.h