diff options
| author | Jerome Forissier <[email protected]> | 2025-09-25 17:38:16 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-09-25 18:53:07 -0600 |
| commit | 5074fd5f722079dfccd92df854400e7dbb045464 (patch) | |
| tree | 74c649aa32d95d09b44aded084b6e687d141acd3 | |
| parent | 0d5d489ab1b88f5158d20c62173672adfbe4e0a1 (diff) | |
MAINTAINERS: update NETWORK and NETWORK (LWIP)
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]>
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8dfe2fd6ca0..229de32c70f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1414,6 +1414,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/ @@ -1423,6 +1424,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 |
