diff mbox series

[U-Boot,v2,4/4] MAINTAINERS: Update lib/optee with my details

Message ID 20190504000826.3618-5-bryan.odonoghue@linaro.org
State Accepted
Commit 5fbc667d8a8c7d96169ec5f7e29a2fbaf34f45aa
Delegated to: Stefano Babic
Headers show
Series Tidy up some dangling OP-TEE gotchas | expand

Commit Message

Bryan O'Donoghue May 4, 2019, 12:08 a.m. UTC
Commit 32ce6179fb99 ("optee: Add lib entries for sharing OPTEE code across
ports") adds code into lib/optee but neglects to update MAINTAINERS to make
me buggable for questions and maintenance.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Suggested-by: Jens Wiklander <jens.wiklander@linaro.org>
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Stefano Babic July 20, 2019, 8:45 a.m. UTC | #1
> Commit 32ce6179fb99 ("optee: Add lib entries for sharing OPTEE code across
> ports") adds code into lib/optee but neglects to update MAINTAINERS to make
> me buggable for questions and maintenance.
> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
> Suggested-by: Jens Wiklander <jens.wiklander@linaro.org>

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 09f31cd483..ee97c0fe28 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -761,6 +761,11 @@  F:	drivers/tee/
 F:	include/tee.h
 F:	include/tee/
 
+TEE-lib
+M:	Bryan O'Donoghue <bryan.odonoghue@linaro.org>
+S:	Maintained
+F:	lib/optee
+
 UBI
 M:	Kyungmin Park <kmpark@infradead.org>
 M:	Heiko Schocher <hs@denx.de>