MAINTAINERS: add UTHREAD
authorJerome Forissier <jerome.forissier@linaro.org>
Fri, 18 Apr 2025 14:09:44 +0000 (16:09 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 23 Apr 2025 19:19:44 +0000 (13:19 -0600)
Add myself as the maintainer for the UTHREAD framework, the spawn/wait
commands and the associated tests.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
MAINTAINERS

index a0b06e9..0d8b58a 100644 (file)
@@ -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 <jerome.forissier@linaro.org>
+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 <abdellatif.elkhlifi@arm.com>
 S:     Maintained