* [PATCH 0/2] MAINTAINERS: Add Mattijs to USB/fastboot maintainers
@ 2023-10-05 13:04 Mattijs Korpershoek
2023-10-05 13:04 ` [PATCH 1/2] MAINTAINERS: usb gadget: add Mattijs Mattijs Korpershoek
` (4 more replies)
0 siblings, 5 replies; 11+ messages in thread
From: Mattijs Korpershoek @ 2023-10-05 13:04 UTC (permalink / raw)
To: Marek Vasut; +Cc: Lukasz Majewski, u-boot, Mattijs Korpershoek
From discussions with Marek at Kernel Recipes, it seems that the USB
subsystem in U-boot need some help.
Since I've been asked and I'm willing to help, I've added myself to the
maintainers entry.
I have also added myself for fastboot since I'm interested in keeping
that functional as well.
Note that I have no previous (open-source) maintainer experience so I
will do my best to learn.
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
---
Mattijs Korpershoek (2):
MAINTAINERS: usb gadget: add Mattijs
MAINTAINERS: fastboot: add Mattijs
MAINTAINERS | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
base-commit: 65b9b3462bec2966911658836983819ab4e4823e
change-id: 20231005-mattijs-usb-6b83dde256f0
Best regards,
--
Mattijs Korpershoek <mkorpershoek@baylibre.com>
^ permalink raw reply [flat|nested] 11+ messages in thread* [PATCH 1/2] MAINTAINERS: usb gadget: add Mattijs 2023-10-05 13:04 [PATCH 0/2] MAINTAINERS: Add Mattijs to USB/fastboot maintainers Mattijs Korpershoek @ 2023-10-05 13:04 ` Mattijs Korpershoek 2023-10-18 10:51 ` Marek Vasut 2023-10-05 13:04 ` [PATCH 2/2] MAINTAINERS: fastboot: " Mattijs Korpershoek ` (3 subsequent siblings) 4 siblings, 1 reply; 11+ messages in thread From: Mattijs Korpershoek @ 2023-10-05 13:04 UTC (permalink / raw) To: Marek Vasut; +Cc: Lukasz Majewski, u-boot, Mattijs Korpershoek It seems that Lukasz and Marek could get some help in maintaining the usb gadget drivers. Assign myself as maintainer. Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 4df79254dfe1..008c593f30ee 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -945,6 +945,7 @@ F: include/cyclic.h DFU M: Lukasz Majewski <lukma@denx.de> +M: Mattijs Korpershoek <mkorpershoek@baylibre.com> S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-dfu.git F: cmd/dfu.c -- 2.41.0 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: usb gadget: add Mattijs 2023-10-05 13:04 ` [PATCH 1/2] MAINTAINERS: usb gadget: add Mattijs Mattijs Korpershoek @ 2023-10-18 10:51 ` Marek Vasut 0 siblings, 0 replies; 11+ messages in thread From: Marek Vasut @ 2023-10-18 10:51 UTC (permalink / raw) To: Mattijs Korpershoek; +Cc: Lukasz Majewski, u-boot On 10/5/23 15:04, Mattijs Korpershoek wrote: > It seems that Lukasz and Marek could get some help in maintaining the > usb gadget drivers. > > Assign myself as maintainer. > > Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Acked-by: Marek Vasut <marex@denx.de> ^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 2/2] MAINTAINERS: fastboot: add Mattijs 2023-10-05 13:04 [PATCH 0/2] MAINTAINERS: Add Mattijs to USB/fastboot maintainers Mattijs Korpershoek 2023-10-05 13:04 ` [PATCH 1/2] MAINTAINERS: usb gadget: add Mattijs Mattijs Korpershoek @ 2023-10-05 13:04 ` Mattijs Korpershoek 2023-10-18 10:51 ` Marek Vasut 2023-10-18 10:52 ` [PATCH 0/2] MAINTAINERS: Add Mattijs to USB/fastboot maintainers Marek Vasut ` (2 subsequent siblings) 4 siblings, 1 reply; 11+ messages in thread From: Mattijs Korpershoek @ 2023-10-05 13:04 UTC (permalink / raw) To: Marek Vasut; +Cc: Lukasz Majewski, u-boot, Mattijs Korpershoek Fastboot has been marked as orphaned since 2021. Since I'm interested in maintaining this, assign myself. Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 008c593f30ee..6790f4ddbd45 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1052,7 +1052,8 @@ F: test/common/event.c F: test/py/tests/test_event_dump.py FASTBOOT -S: Orphaned +M: Mattijs Korpershoek <mkorpershoek@baylibre.com> +S: Maintained F: cmd/fastboot.c F: doc/android/fastboot*.rst F: include/fastboot.h -- 2.41.0 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] MAINTAINERS: fastboot: add Mattijs 2023-10-05 13:04 ` [PATCH 2/2] MAINTAINERS: fastboot: " Mattijs Korpershoek @ 2023-10-18 10:51 ` Marek Vasut 0 siblings, 0 replies; 11+ messages in thread From: Marek Vasut @ 2023-10-18 10:51 UTC (permalink / raw) To: Mattijs Korpershoek; +Cc: Lukasz Majewski, u-boot On 10/5/23 15:04, Mattijs Korpershoek wrote: > Fastboot has been marked as orphaned since 2021. > Since I'm interested in maintaining this, assign myself. > > Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Acked-by: Marek Vasut <marex@denx.de> ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 0/2] MAINTAINERS: Add Mattijs to USB/fastboot maintainers 2023-10-05 13:04 [PATCH 0/2] MAINTAINERS: Add Mattijs to USB/fastboot maintainers Mattijs Korpershoek 2023-10-05 13:04 ` [PATCH 1/2] MAINTAINERS: usb gadget: add Mattijs Mattijs Korpershoek 2023-10-05 13:04 ` [PATCH 2/2] MAINTAINERS: fastboot: " Mattijs Korpershoek @ 2023-10-18 10:52 ` Marek Vasut 2023-10-18 10:52 ` Lukasz Majewski 2023-11-07 13:19 ` Tom Rini 4 siblings, 0 replies; 11+ messages in thread From: Marek Vasut @ 2023-10-18 10:52 UTC (permalink / raw) To: Mattijs Korpershoek; +Cc: Lukasz Majewski, u-boot On 10/5/23 15:04, Mattijs Korpershoek wrote: >>From discussions with Marek at Kernel Recipes, it seems that the USB > subsystem in U-boot need some help. > > Since I've been asked and I'm willing to help, I've added myself to the > maintainers entry. > > I have also added myself for fastboot since I'm interested in keeping > that functional as well. > > Note that I have no previous (open-source) maintainer experience so I > will do my best to learn. > > Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Thanks. I expect Lukasz to chime in in a bit too. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 0/2] MAINTAINERS: Add Mattijs to USB/fastboot maintainers 2023-10-05 13:04 [PATCH 0/2] MAINTAINERS: Add Mattijs to USB/fastboot maintainers Mattijs Korpershoek ` (2 preceding siblings ...) 2023-10-18 10:52 ` [PATCH 0/2] MAINTAINERS: Add Mattijs to USB/fastboot maintainers Marek Vasut @ 2023-10-18 10:52 ` Lukasz Majewski 2023-10-19 7:40 ` Mattijs Korpershoek 2023-11-07 13:19 ` Tom Rini 4 siblings, 1 reply; 11+ messages in thread From: Lukasz Majewski @ 2023-10-18 10:52 UTC (permalink / raw) To: Mattijs Korpershoek; +Cc: Marek Vasut, u-boot [-- Attachment #1: Type: text/plain, Size: 1250 bytes --] Hi Mattijs, > From discussions with Marek at Kernel Recipes, it seems that the USB > subsystem in U-boot need some help. > > Since I've been asked and I'm willing to help, I've added myself to > the maintainers entry. > > I have also added myself for fastboot since I'm interested in keeping > that functional as well. > > Note that I have no previous (open-source) maintainer experience so I > will do my best to learn. > Thanks for willing to help with maintaining the code. If you need any help - then just ask :-) Acked-by: Lukasz Majewski <lukma@denx.de> > Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> > --- > Mattijs Korpershoek (2): > MAINTAINERS: usb gadget: add Mattijs > MAINTAINERS: fastboot: add Mattijs > > MAINTAINERS | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > --- > base-commit: 65b9b3462bec2966911658836983819ab4e4823e > change-id: 20231005-mattijs-usb-6b83dde256f0 > > Best regards, Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Erika Unter HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 488 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 0/2] MAINTAINERS: Add Mattijs to USB/fastboot maintainers 2023-10-18 10:52 ` Lukasz Majewski @ 2023-10-19 7:40 ` Mattijs Korpershoek 2023-10-19 8:18 ` Lukasz Majewski 0 siblings, 1 reply; 11+ messages in thread From: Mattijs Korpershoek @ 2023-10-19 7:40 UTC (permalink / raw) To: Lukasz Majewski; +Cc: Marek Vasut, u-boot Hi Lukasz, Marek, On mer., oct. 18, 2023 at 12:52, Lukasz Majewski <lukma@denx.de> wrote: > Hi Mattijs, > >> From discussions with Marek at Kernel Recipes, it seems that the USB >> subsystem in U-boot need some help. >> >> Since I've been asked and I'm willing to help, I've added myself to >> the maintainers entry. >> >> I have also added myself for fastboot since I'm interested in keeping >> that functional as well. >> >> Note that I have no previous (open-source) maintainer experience so I >> will do my best to learn. >> > > Thanks for willing to help with maintaining the code. If you need any > help - then just ask :-) > > Acked-by: Lukasz Majewski <lukma@denx.de> Thank you for acknowledging. I'm both very happy and a bit nervous to start :) Do we still use the following custodian tree: https://source.denx.de/u-boot/custodians/u-boot-dfu ? If yes, I imagine I would need write access to it. > >> Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> >> --- >> Mattijs Korpershoek (2): >> MAINTAINERS: usb gadget: add Mattijs >> MAINTAINERS: fastboot: add Mattijs >> >> MAINTAINERS | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) >> --- >> base-commit: 65b9b3462bec2966911658836983819ab4e4823e >> change-id: 20231005-mattijs-usb-6b83dde256f0 >> >> Best regards, > > Best regards, > > Lukasz Majewski > > -- > > DENX Software Engineering GmbH, Managing Director: Erika Unter > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany > Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 0/2] MAINTAINERS: Add Mattijs to USB/fastboot maintainers 2023-10-19 7:40 ` Mattijs Korpershoek @ 2023-10-19 8:18 ` Lukasz Majewski 2023-10-19 8:22 ` Mattijs Korpershoek 0 siblings, 1 reply; 11+ messages in thread From: Lukasz Majewski @ 2023-10-19 8:18 UTC (permalink / raw) To: Mattijs Korpershoek; +Cc: Marek Vasut, u-boot [-- Attachment #1: Type: text/plain, Size: 2203 bytes --] On Thu, 19 Oct 2023 09:40:37 +0200 Mattijs Korpershoek <mkorpershoek@baylibre.com> wrote: > Hi Lukasz, Marek, > > On mer., oct. 18, 2023 at 12:52, Lukasz Majewski <lukma@denx.de> > wrote: > > > Hi Mattijs, > > > >> From discussions with Marek at Kernel Recipes, it seems that the > >> USB subsystem in U-boot need some help. > >> > >> Since I've been asked and I'm willing to help, I've added myself to > >> the maintainers entry. > >> > >> I have also added myself for fastboot since I'm interested in > >> keeping that functional as well. > >> > >> Note that I have no previous (open-source) maintainer experience > >> so I will do my best to learn. > >> > > > > Thanks for willing to help with maintaining the code. If you need > > any help - then just ask :-) > > > > Acked-by: Lukasz Majewski <lukma@denx.de> > > Thank you for acknowledging. I'm both very happy and a bit nervous to > start :) > > Do we still use the following custodian tree: > https://source.denx.de/u-boot/custodians/u-boot-dfu ? > Yes. > If yes, I imagine I would need write access to it. > I think that Tom shall have credentials to add you. > > > > >> Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> > >> --- > >> Mattijs Korpershoek (2): > >> MAINTAINERS: usb gadget: add Mattijs > >> MAINTAINERS: fastboot: add Mattijs > >> > >> MAINTAINERS | 4 +++- > >> 1 file changed, 3 insertions(+), 1 deletion(-) > >> --- > >> base-commit: 65b9b3462bec2966911658836983819ab4e4823e > >> change-id: 20231005-mattijs-usb-6b83dde256f0 > >> > >> Best regards, > > > > Best regards, > > > > Lukasz Majewski > > > > -- > > > > DENX Software Engineering GmbH, Managing Director: Erika Unter > > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, > > Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: > > lukma@denx.de Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Erika Unter HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 488 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 0/2] MAINTAINERS: Add Mattijs to USB/fastboot maintainers 2023-10-19 8:18 ` Lukasz Majewski @ 2023-10-19 8:22 ` Mattijs Korpershoek 0 siblings, 0 replies; 11+ messages in thread From: Mattijs Korpershoek @ 2023-10-19 8:22 UTC (permalink / raw) To: Lukasz Majewski; +Cc: Marek Vasut, u-boot On jeu., oct. 19, 2023 at 10:18, Lukasz Majewski <lukma@denx.de> wrote: > On Thu, 19 Oct 2023 09:40:37 +0200 > Mattijs Korpershoek <mkorpershoek@baylibre.com> wrote: > >> Hi Lukasz, Marek, >> >> On mer., oct. 18, 2023 at 12:52, Lukasz Majewski <lukma@denx.de> >> wrote: >> >> > Hi Mattijs, >> > >> >> From discussions with Marek at Kernel Recipes, it seems that the >> >> USB subsystem in U-boot need some help. >> >> >> >> Since I've been asked and I'm willing to help, I've added myself to >> >> the maintainers entry. >> >> >> >> I have also added myself for fastboot since I'm interested in >> >> keeping that functional as well. >> >> >> >> Note that I have no previous (open-source) maintainer experience >> >> so I will do my best to learn. >> >> >> > >> > Thanks for willing to help with maintaining the code. If you need >> > any help - then just ask :-) >> > >> > Acked-by: Lukasz Majewski <lukma@denx.de> >> >> Thank you for acknowledging. I'm both very happy and a bit nervous to >> start :) >> >> Do we still use the following custodian tree: >> https://source.denx.de/u-boot/custodians/u-boot-dfu ? >> > > Yes. > >> If yes, I imagine I would need write access to it. >> > > I think that Tom shall have credentials to add you. Great! My account is created and approved already: https://source.denx.de/mkorpershoek > >> >> > >> >> Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> >> >> --- >> >> Mattijs Korpershoek (2): >> >> MAINTAINERS: usb gadget: add Mattijs >> >> MAINTAINERS: fastboot: add Mattijs >> >> >> >> MAINTAINERS | 4 +++- >> >> 1 file changed, 3 insertions(+), 1 deletion(-) >> >> --- >> >> base-commit: 65b9b3462bec2966911658836983819ab4e4823e >> >> change-id: 20231005-mattijs-usb-6b83dde256f0 >> >> >> >> Best regards, >> > >> > Best regards, >> > >> > Lukasz Majewski >> > >> > -- >> > >> > DENX Software Engineering GmbH, Managing Director: Erika Unter >> > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, >> > Germany Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: >> > lukma@denx.de > > > > > Best regards, > > Lukasz Majewski > > -- > > DENX Software Engineering GmbH, Managing Director: Erika Unter > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany > Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma@denx.de ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 0/2] MAINTAINERS: Add Mattijs to USB/fastboot maintainers 2023-10-05 13:04 [PATCH 0/2] MAINTAINERS: Add Mattijs to USB/fastboot maintainers Mattijs Korpershoek ` (3 preceding siblings ...) 2023-10-18 10:52 ` Lukasz Majewski @ 2023-11-07 13:19 ` Tom Rini 4 siblings, 0 replies; 11+ messages in thread From: Tom Rini @ 2023-11-07 13:19 UTC (permalink / raw) To: u-boot, Marek Vasut, Mattijs Korpershoek; +Cc: Lukasz Majewski On Thu, 05 Oct 2023 15:04:24 +0200, Mattijs Korpershoek wrote: > From discussions with Marek at Kernel Recipes, it seems that the USB > subsystem in U-boot need some help. > > Since I've been asked and I'm willing to help, I've added myself to the > maintainers entry. > > I have also added myself for fastboot since I'm interested in keeping > that functional as well. > > [...] Applied to u-boot/master, thanks! -- Tom ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2023-11-07 13:19 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-10-05 13:04 [PATCH 0/2] MAINTAINERS: Add Mattijs to USB/fastboot maintainers Mattijs Korpershoek 2023-10-05 13:04 ` [PATCH 1/2] MAINTAINERS: usb gadget: add Mattijs Mattijs Korpershoek 2023-10-18 10:51 ` Marek Vasut 2023-10-05 13:04 ` [PATCH 2/2] MAINTAINERS: fastboot: " Mattijs Korpershoek 2023-10-18 10:51 ` Marek Vasut 2023-10-18 10:52 ` [PATCH 0/2] MAINTAINERS: Add Mattijs to USB/fastboot maintainers Marek Vasut 2023-10-18 10:52 ` Lukasz Majewski 2023-10-19 7:40 ` Mattijs Korpershoek 2023-10-19 8:18 ` Lukasz Majewski 2023-10-19 8:22 ` Mattijs Korpershoek 2023-11-07 13:19 ` Tom Rini
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox