diff mbox series

[v2,2/2] MAINTAINERS: add USB gadget regex to u-boot-dfu tree

Message ID 20240516-gadget-maintainer-v2-2-23cc916df434@baylibre.com
State Accepted
Commit efbc11ccef89030ed54b7368458eeaf9ec687c77
Delegated to: Mattijs Korpershoek
Headers show
Series MAINTAINERS: updates for fastboot and USB gadget | expand

Commit Message

Mattijs Korpershoek May 16, 2024, 9:15 a.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 | 3 +++
 1 file changed, 3 insertions(+)

Comments

Marek Vasut May 16, 2024, 10:23 a.m. UTC | #1
On 5/16/24 11:15 AM, Mattijs Korpershoek wrote:
> 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>

Acked-by: Marek Vasut <marex@denx.de>

You can try and look at the N: instead of F: (see top of MAINTAINERS for 
meaning), but that should be separate clean up patch.
Mattijs Korpershoek May 16, 2024, 11:27 a.m. UTC | #2
Hi Marek,

Thank you for the review.

On jeu., mai 16, 2024 at 12:23, Marek Vasut <marex@denx.de> wrote:

> On 5/16/24 11:15 AM, Mattijs Korpershoek wrote:
>> 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>
>
> Acked-by: Marek Vasut <marex@denx.de>
>
> You can try and look at the N: instead of F: (see top of MAINTAINERS for 
> meaning), but that should be separate clean up patch.

Noted, will review the differences and consider a later clean up patch!
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 05217db79f7e..6d021763a62a 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 <sjg@chromium.org>