projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5738a44
)
MAINTAINERS: add USB gadget regex to u-boot-dfu tree
author
Mattijs Korpershoek
<mkorpershoek@baylibre.com>
Thu, 16 May 2024 09:15:42 +0000
(11:15 +0200)
committer
Mattijs Korpershoek
<mkorpershoek@baylibre.com>
Thu, 16 May 2024 11:28:45 +0000
(13:28 +0200)
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.
Acked-by: Marek Vasut <marex@denx.de>
Link:
https://lore.kernel.org/r/20240516-gadget-maintainer-v2-2-23cc916df434@baylibre.com
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
MAINTAINERS
patch
|
blob
|
history
diff --git
a/MAINTAINERS
b/MAINTAINERS
index 05217db79f7e2318df4696bdfee2f2ca6e2699fb..6d021763a62a19a9c4fadccc62da2cc879d3c665 100644
(file)
--- a/
MAINTAINERS
+++ b/
MAINTAINERS
@@
-1017,8
+1017,11
@@
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/ch9.h
+F: include/linux/usb/gadget.h
DRIVER MODEL
M: Simon Glass <sjg@chromium.org>