diff options
| author | Mattijs Korpershoek <[email protected]> | 2024-05-16 11:15:42 +0200 |
|---|---|---|
| committer | Mattijs Korpershoek <[email protected]> | 2024-05-16 13:28:45 +0200 |
| commit | efbc11ccef89030ed54b7368458eeaf9ec687c77 (patch) | |
| tree | 366e8902d19bfcd8d59b4db26c259e5164190809 | |
| parent | 5738a44f88d65c2847ad204e6ba9f4a5f12f7d4e (diff) | |
MAINTAINERS: add USB gadget regex to u-boot-dfu tree
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mattijs Korpershoek <[email protected]>
| -rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 05217db79f7..6d021763a62 100644 --- 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 <[email protected]> |
