On Wed, 9 Nov 2022 at 17:00, Peter Maydell <peter.mayd...@linaro.org> wrote: > > This patchset converts the ps2 keyboard and mouse devices to 3-phase > reset. The rationale here is that it would be nice to get rid of the > device_class_set_parent_reset() function, which is used by > legacy-reset subclasses which want to chain to their parent's reset > function. There aren't very many of these devices in total, and if we > convert them all to 3-phase reset they can use the 3-phase-reset > equivalent (resettable_class_set_parent_phases()). Eventually this > will then let us simplify the transitional code for handling old-style > device reset.
I plan to pick these up and send them in a pullreq together with various other reset-related patches of mine, unless you'd prefer them to go in some other way. thanks -- PMM