commit | 5b896ed5856f768cdd55cdeb44c5f8f6b6a7a18a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Mar 04 08:43:03 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 10 08:28:36 2022 -0500 |
tree | 427918a7828619a8620cd9b95d547539c9eb6733 | |
parent | 5a4219043d659514316e41d3d09866030c773e78 [diff] |
event: Add events for device probe/remove 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 <sjg@chromium.org>