Re: [PATCH v10 0/8] rust: Add IO polling
From: Daniel Almeida
Date: Sat Feb 15 2025 - 16:30:09 EST
Hi Fujita,
> On 7 Feb 2025, at 10:26, FUJITA Tomonori <fujita.tomonori@xxxxxxxxx> wrote:
>
> Add a helper function to poll periodically until a condition is met or
> a timeout is reached. By using the function, the 8th patch fixes
> QT2025 PHY driver to sleep until the hardware becomes ready.
I tested this on a driver I’ve been working on. This is working as intended.
Tested-by: Daniel Almeida <daniel.almeida@xxxxxxxxxxxxx>