Re: [PATCH 1/2] usb: Pass through timeout to drivers

2023-10-29 Thread Marek Vasut
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

Re: [PATCH 1/2] usb: Pass through timeout to drivers

2023-10-29 Thread Marek Vasut
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

[PATCH 1/2] usb: Pass through timeout to drivers

2023-10-29 Thread Hector Martin
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