Re: Re: [PATCH 2/2] drivers: mmc: Add wait_dat0 support for sdhci driver

2021-08-31 Thread Stephen Carlson
: Jaehoon Chung Sent: Friday, August 27, 2021 10:14 PM To: stcar...@linux.microsoft.com; u-boot@lists.denx.de Cc: Peng Fan Subject: Re: [PATCH 2/2] drivers: mmc: Add wait_dat0 support for sdhci driver On 8/18/21 4:46 AM, stcar...@linux.microsoft.com wrote: From: Stephen Carlson Adds an

Re: [PATCH 2/2] drivers: mmc: Add wait_dat0 support for sdhci driver

2021-08-27 Thread Jaehoon Chung
On 8/18/21 4:46 AM, stcar...@linux.microsoft.com wrote: > From: Stephen Carlson > > 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. >

[PATCH 2/2] drivers: mmc: Add wait_dat0 support for sdhci driver

2021-08-17 Thread stcarlso
From: Stephen Carlson 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 --- drivers/mmc/sdhci.c | 20