commit | 3ee337a59db0960e85e7f620c07a3eb87e6162d9 | [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 | 4f54253f6d5fde8abf682e7ca50d5de41ff5d1a7 [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>