Re: [PATCH RFC v3 2/5] fastboot: use the common handler for USB reboot
Mattijs Korpershoek <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
Hi Carlo, Thank you for the patch. On Fri, Jul 31, 2026 at 10:29, Carlo Caione <[email protected]> wrote: > USB fastboot resets the device directly from its request-completion > callback, while the network transports route completed commands through > fastboot_handle_boot(). Keeping reset policy in the transport makes it > harder to support callers with a different reset interface. > > Send the USB reboot completion through the common handler as > well. U-Boot proper retains the same do_reset() behavior, while > execution-phase-specific policy can be contained in the shared code. > > Signed-off-by: Julien Masson <[email protected]> > Signed-off-by: Vitor Sato Eschholz <[email protected]> > Signed-off-by: Carlo Caione <[email protected]> > Reviewed-by: Neil Armstrong <[email protected]> Sorry for the review delay, this looks good to me! Reviewed-by: Mattijs Korpershoek <[email protected]>