Message ID | 20240517075302.7653-14-justinlai0215@realtek.com (mailing list archive) |
---|---|
State | Deferred |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | Add Realtek automotive PCIe driver | expand |
On Fri, May 17, 2024 at 03:53:02PM +0800, Justin Lai wrote: > Add myself and Larry Chiu as the maintainer for the rtase ethernet driver. > > Signed-off-by: Justin Lai <justinlai0215@realtek.com> > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 94fddfcec2fb..5ee95a083591 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -19296,6 +19296,13 @@ L: linux-remoteproc@vger.kernel.org > S: Maintained > F: drivers/tty/rpmsg_tty.c > > +RTASE ETHERNET DRIVER > +M: Justin Lai <justinlai0215@realtek.com> > +M: Larry Chiu <larry.chiu@realtek.com> There is no indication that Larry Chiu actually did anything with this driver. There are no Co-developed: etc. Larry needs to become active to maintain this entry. If there are no emails from this address in the next few years, the entry will be removed. Part of being listed as Maintainer is showing you actually know how to be a Maintainer, know the code, know the processes, give useful feedback, and so build a level of respect with the community. So please be active with respect to this. Reviewed-by: Andrew Lunn <andrew@lunn.ch> Andrew
diff --git a/MAINTAINERS b/MAINTAINERS index 94fddfcec2fb..5ee95a083591 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19296,6 +19296,13 @@ L: linux-remoteproc@vger.kernel.org S: Maintained F: drivers/tty/rpmsg_tty.c +RTASE ETHERNET DRIVER +M: Justin Lai <justinlai0215@realtek.com> +M: Larry Chiu <larry.chiu@realtek.com> +L: netdev@vger.kernel.org +S: Maintained +F: drivers/net/ethernet/realtek/rtase/ + RTL2830 MEDIA DRIVER L: linux-media@vger.kernel.org S: Orphan
Add myself and Larry Chiu as the maintainer for the rtase ethernet driver. Signed-off-by: Justin Lai <justinlai0215@realtek.com> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)