Re: [PATCH v2 08/13] event: Add events for device probe/remove

2022-03-10 Thread Tom Rini
On Fri, Mar 04, 2022 at 08:43:03AM -0700, Simon Glass wrote: > Generate events when devices are probed or removed, allowing hooks > to be added for these situations. > > This is controlled by the DM_EVENT config option. > > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! -- Tom

[PATCH v2 08/13] event: Add events for device probe/remove

2022-03-04 Thread Simon Glass
Generate events when devices are probed or removed, allowing hooks to be added for these situations. This is controlled by the DM_EVENT config option. Signed-off-by: Simon Glass --- (no changes since v1) common/event.c | 6 ++ drivers/core/Kconfig | 10 ++