On Fri, 17 Jan 2025 08:28:55 +0100, Caleb Connolly wrote: > In Simons series reworking autoprobe[1], a discussion came up about > DM_FLAG_PROBE_AFTER_BIND, specifically that it wasn't very clear where > this flag should be used. > > This series implements my suggestions made there to clarify the use of > this flag, and fixup the two driver which erroneously apply it to their > driver struct (this does nothing). > > [...]
Applied to u-boot/next, thanks! [1/2] dm: clarify DM_FLAG_PROBE_AFTER_BIND behaviour commit: 8a0e6212bb5ef547712e922a41555eb7d1aee1ab [2/2] drivers: remove bogus DM_FLAG_PROBE_AFTER_BIND flags commit: 44450434ea9f0f2e0d8ddfd853f4990c1719b4aa -- Tom