Message ID | 20240105113257.381090-9-justinlai0215@realtek.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | Add Realtek automotive PCIe driver | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Clearly marked for net-next, async |
netdev/apply | fail | Patch does not apply to net-next |
Fri, Jan 05, 2024 at 12:32:57PM CET, justinlai0215@realtek.com 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 53b7ca804465..239aae94dc0f 100644 >--- a/MAINTAINERS >+++ b/MAINTAINERS >@@ -18476,6 +18476,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 Quoting the beginning of the file: Supported: Someone is actually paid to look after this. Maintained: Someone actually looks after it. I guess it should be "Supported" in your case. >+F: drivers/net/ethernet/realtek/rtase/ >+ > RTL2830 MEDIA DRIVER > M: Antti Palosaari <crope@iki.fi> > L: linux-media@vger.kernel.org >-- >2.34.1 > >
> Fri, Jan 05, 2024 at 12:32:57PM CET, justinlai0215@realtek.com 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 53b7ca804465..239aae94dc0f 100644 > >--- a/MAINTAINERS > >+++ b/MAINTAINERS > >@@ -18476,6 +18476,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 > > Quoting the beginning of the file: > Supported: Someone is actually paid to look after this. > Maintained: Someone actually looks after it. > > I guess it should be "Supported" in your case. Thanks, I'll confirm this part. > > > >+F: drivers/net/ethernet/realtek/rtase/ > >+ > > RTL2830 MEDIA DRIVER > > M: Antti Palosaari <crope@iki.fi> > > L: linux-media@vger.kernel.org > >-- > >2.34.1 > > > >
diff --git a/MAINTAINERS b/MAINTAINERS index 53b7ca804465..239aae94dc0f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18476,6 +18476,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 M: Antti Palosaari <crope@iki.fi> L: linux-media@vger.kernel.org
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(+)