Message ID | b3f3d3eb4b8f508b6b63e353af4aafd63779ed6b.1716393035.git.jerome.forissier@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | Introduce the lwIP network stack | expand |
On Wed, 22 May 2024 at 19:04, Jerome Forissier <jerome.forissier@linaro.org> wrote: > > Add myself as a maintainer for the lwIP network stack integration code > and network commands. The library code itself (i.e., most files under > lib/lwip/ except README, Makefile and integration files in u-boot) is > unmodified from upstream and therefore does not need a maintainer. > > Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> > --- > MAINTAINERS | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7a3b4d3712..0131f89ae3 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1311,6 +1311,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: include/net-lwip.h > +F: lib/lwip/Makefile > +F: lib/lwip/README > +F: lib/lwip/u-boot/ > +F: net-lwip/ > + > NIOS > M: Thomas Chou <thomas@wytron.com.tw> > S: Maintained > -- > 2.40.1 > Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
diff --git a/MAINTAINERS b/MAINTAINERS index 7a3b4d3712..0131f89ae3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1311,6 +1311,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: include/net-lwip.h +F: lib/lwip/Makefile +F: lib/lwip/README +F: lib/lwip/u-boot/ +F: net-lwip/ + NIOS M: Thomas Chou <thomas@wytron.com.tw> S: Maintained
Add myself as a maintainer for the lwIP network stack integration code and network commands. The library code itself (i.e., most files under lib/lwip/ except README, Makefile and integration files in u-boot) is unmodified from upstream and therefore does not need a maintainer. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+)