diff mbox series

[2/2] MAINTAINERS: add usb gadget regex to u-boot-dfu tree

Message ID 20240514-gadget-maintainer-v1-2-b170f291dc00@baylibre.com
State Superseded
Delegated to: Mattijs Korpershoek
Headers show
Series MAINTAINERS: updates for fastboot and usb gadget | expand

Commit Message

Mattijs Korpershoek May 14, 2024, 1:37 p.m. UTC
We try to split work with Marek on USB as following:
- Mattijs handles usb gadget
- Marek handles the rest of usb

Add additional gadget patterns to the maintainers file so that I
get cc'ed more often on USB gadget patches.

Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 05217db79f7e..7fd3dd85e0a9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1017,8 +1017,10 @@  F:	common/update.c
 F:	doc/api/dfu.rst
 F:	doc/usage/dfu.rst
 F:	drivers/dfu/
+F:	drivers/usb/*/*gadget*
 F:	drivers/usb/gadget/
 F:	include/dfu.h
+F:	include/linux/usb/gadget.h
 
 DRIVER MODEL
 M:	Simon Glass <sjg@chromium.org>