diff mbox series

[v11,26/29] MAINTAINERS: net-lwip: add myself as a maintainer

Message ID 97a2a2f8bceaf42aef74ea2daef9d1d6bb4445ac.1727968902.git.jerome.forissier@linaro.org
State New
Headers show
Series Introduce the lwIP network stack | expand

Commit Message

Jerome Forissier Oct. 3, 2024, 3:46 p.m. UTC
Add myself as a maintainer for the lwIP network stack integration code
and network commands as well as the sandbox ethernet driver for lwIP.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
---
 MAINTAINERS | 11 +++++++++++
 1 file changed, 11 insertions(+)

Comments

Ilias Apalodimas Oct. 3, 2024, 4:02 p.m. UTC | #1
On Thu, 3 Oct 2024 at 18:47, Jerome Forissier
<jerome.forissier@linaro.org> wrote:
>
> Add myself as a maintainer for the lwIP network stack integration code
> and network commands as well as the sandbox ethernet driver for lwIP.
>
> Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
> ---
>  MAINTAINERS | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7ab39d91a55..27d6de67b21 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1352,6 +1352,17 @@ F:       drivers/net/
>  F:     include/net.h
>  F:     net/
>
> +NETWORK (LWIP)
> +M:     Jerome Forissier <jerome.forissier@linaro.org>
> +S:     Maintained
> +F:     cmd/net-lwip.c
> +F:     configs/qemu_arm64_lwip_defconfig
> +F:     drivers/net/sandbox-lwip.c
> +F:     include/net-lwip.h
> +F:     lib/lwip/Makefile
> +F:     lib/lwip/u-boot/
> +F:     net/lwip/
> +
>  NIOS
>  M:     Thomas Chou <thomas@wytron.com.tw>
>  S:     Maintained
> --
> 2.40.1
>

Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 7ab39d91a55..27d6de67b21 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1352,6 +1352,17 @@  F:	drivers/net/
 F:	include/net.h
 F:	net/
 
+NETWORK (LWIP)
+M:	Jerome Forissier <jerome.forissier@linaro.org>
+S:	Maintained
+F:	cmd/net-lwip.c
+F:	configs/qemu_arm64_lwip_defconfig
+F:	drivers/net/sandbox-lwip.c
+F:	include/net-lwip.h
+F:	lib/lwip/Makefile
+F:	lib/lwip/u-boot/
+F:	net/lwip/
+
 NIOS
 M:	Thomas Chou <thomas@wytron.com.tw>
 S:	Maintained