Add myself as a maintainer of the NETWORK subsystem since: - I have effectively been handling net patches in my patchwork queue and sending pull requests to Tom, - I do have push access to the u-boot-net custodian tree.
Also, add u-boot-net as the SCM tree for NETWORK (LWIP) since it is where lwIP-related patches end up too. Signed-off-by: Jerome Forissier <[email protected]> CC: Ramon Fried <[email protected]> CC: Joe Hershberger <[email protected]> CC: Tom Rini <[email protected]> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b030242a2d8..108d07a7232 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1412,6 +1412,7 @@ F: drivers/mmc/ NETWORK M: Joe Hershberger <[email protected]> M: Ramon Fried <[email protected]> +M: Jerome Forissier <[email protected]> S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-net.git F: drivers/net/ @@ -1421,6 +1422,7 @@ F: net/ NETWORK (LWIP) M: Jerome Forissier <[email protected]> S: Maintained +T: git https://source.denx.de/u-boot/custodians/u-boot-net.git F: cmd/lwip/ F: cmd/net-lwip.c F: configs/qemu_arm64_lwip_defconfig -- 2.48.1 base-commit: 44c4919e9dd6c162b237633ba689441eca9a149c branch: maintainers-net

