[PATCH 0/2] MAINTAINERS: updates for fastboot and usb gadget

I've noticed that I'm missing quite some usb gadget patches such as [1] since I'm not always cc'ed.
With Marek, we agreed on the following split: - I take care of usb gadget side - Marek handles the rest
Update the maintainers file to make sure I get included on gadget related patches.
While at it, also update FASTBOOT entry to point towards the u-boot-dfu tree.
[1] https://lore.kernel.org/all/20240412202611.3565052-1-alexander.sverdlin@siem...
Signed-off-by: Mattijs Korpershoek mkorpershoek@baylibre.com --- Mattijs Korpershoek (2): MAINTAINERS: add tree link for fastboot MAINTAINERS: add usb gadget regex to u-boot-dfu tree
MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) --- base-commit: c8ffd1356d42223cbb8c86280a083cc3c93e6426 change-id: 20240514-gadget-maintainer-cf40fcf2bab4
Best regards,

Fastboot patches go through the u-boot-dfu tree.
Add a link in the maintainers file for it.
Signed-off-by: Mattijs Korpershoek mkorpershoek@baylibre.com --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 6853288975c0..05217db79f7e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1118,6 +1118,7 @@ F: test/py/tests/test_event_dump.py FASTBOOT M: Mattijs Korpershoek mkorpershoek@baylibre.com S: Maintained +T: git https://source.denx.de/u-boot/custodians/u-boot-dfu.git F: cmd/fastboot.c F: doc/android/fastboot*.rst F: include/fastboot.h

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 --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
participants (1)
-
Mattijs Korpershoek