Re: [PATCH v2 2/3] mmc: core: Add mmc_delay_us() for microsecond precision delays
From: Judith Mendez
Date: Tue Jul 28 2026 - 18:29:04 EST
Hi Sebastian,
On 7/24/26 5:17 PM, Sebastian Reichel wrote:
Hi,
On Wed, Jul 22, 2026 at 03:57:00PM -0500, Judith Mendez wrote:
Add mmc_delay_us() to support microsecond-granularity delays needed
in MMC framework. It uses 25% margin consistent with mmc_delay() for
timing flexibility.
Signed-off-by: Judith Mendez <jm@xxxxxx>
---
Changes since v1:
- add patch 2/3
---
Looks like you should just use fsleep() from <linux/delay.h>.
Actually yes it is, thanks!
~ judith