From: Jerome Forissier Date: Fri, 18 Apr 2025 14:09:44 +0000 (+0200) Subject: MAINTAINERS: add UTHREAD X-Git-Tag: v2025.07-rc1~32^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10536ca4f6eb7cb8968001142b2598e03f72f723;p=pandora-u-boot.git 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 Acked-by: Ilias Apalodimas --- 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 +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 S: Maintained