[PATCH 1/2] usb: Pass through timeout to drivers
Marek Vasut
marex at denx.de
Sun Oct 29 12:43:34 CET 2023
On 10/29/23 08:36, Hector Martin wrote:
> The old USB code was interrupt-driven and just polled at the top level.
> This has been obsolete since interrupts were removed, which means the
> timeout support has been completely broken.
>
> Rip out the top-level polling and just pass through the timeout
> parameter to host controller drivers. Right now this is ignored in the
> individual drivers.
>
> Signed-off-by: Hector Martin <marcan at marcan.st>
Except for the negative timeout value question, which needs to be sorted
out:
Reviewed-by: Marek Vasut <marex at denx.de>
More information about the U-Boot
mailing list