diff options
| author | Jerome Forissier <[email protected]> | 2025-04-18 16:09:44 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-23 13:19:44 -0600 |
| commit | 10536ca4f6eb7cb8968001142b2598e03f72f723 (patch) | |
| tree | 360e56b2201a43472343b79f0f54b50526727c0f | |
| parent | 82bbd95fa92e4f3d75c9dbced3e1b07b11241e48 (diff) | |
MAINTAINERS: add UTHREAD
Add myself as the maintainer for the UTHREAD framework, the spawn/wait
commands and the associated tests.
Signed-off-by: Jerome Forissier <[email protected]>
Acked-by: Ilias Apalodimas <[email protected]>
| -rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a0b06e9ee24..0d8b58a12ef 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1824,6 +1824,15 @@ T: git https://source.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci F: drivers/usb/host/xhci* F: include/usb/xhci.h +UTHREAD +M: Jerome Forissier <[email protected]> +S: Maintained +F: cmd/spawn.c +F: include/uthread.h +F: lib/uthread.c +F: test/cmd/spawn.c +F: test/lib/uthread.c + UUID testing M: Abdellatif El Khlifi <[email protected]> S: Maintained |
