diff options
author | 2024-09-04 11:21:14 +0800 | |
---|---|---|
committer | 2024-09-05 22:02:39 -0700 | |
commit | b0613ba1cd9364a8ed4689cabd4b53bd0f865ae0 (patch) | |
tree | 2e1746ca7f9b93809481c2a96ef811857e3d2231 | |
parent | realtek: Update the Makefile and Kconfig in the realtek folder (diff) | |
download | wireguard-linux-b0613ba1cd9364a8ed4689cabd4b53bd0f865ae0.tar.xz wireguard-linux-b0613ba1cd9364a8ed4689cabd4b53bd0f865ae0.zip |
MAINTAINERS: Add the rtase ethernet driver entry
Add myself and Larry Chiu as the maintainer for the rtase ethernet driver.
Signed-off-by: Justin Lai <justinlai0215@realtek.com>
Link: https://patch.msgid.link/20240904032114.247117-14-justinlai0215@realtek.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 312bf63b5a0d..ca1469d52076 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -19906,6 +19906,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 |