Message ID | 20250207132623.168854-1-fujita.tomonori@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | rust: Add IO polling | expand |
Hi Fujita, > On 7 Feb 2025, at 10:26, FUJITA Tomonori <fujita.tomonori@gmail.com> 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@collabora.com>
On Sat, 15 Feb 2025 18:28:30 -0300 Daniel Almeida <daniel.almeida@collabora.com> 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@collabora.com> Great, thanks for testing!