Message ID | 20231208094733.1671296-14-justinlai0215@realtek.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | Add Realtek automotive PCIe driver | expand |
On Fri, 8 Dec 2023 17:47:33 +0800 Justin Lai wrote:
> Add myself and Larry Chiu as the maintainer for the rtase ethernet driver.
Sorry if I already said this but please familiarize yourself with the
responsibilities per:
https://docs.kernel.org/next/maintainer/feature-and-driver-maintainers.html
> > On Fri, 8 Dec 2023 17:47:33 +0800 Justin Lai wrote: > > Add myself and Larry Chiu as the maintainer for the rtase ethernet driver. > > Sorry if I already said this but please familiarize yourself with the > responsibilities per: > https://docs.kernel.org/next/maintainer/feature-and-driver-maintainers.html Larry Chiu is also one of the authors of this driver, so he is added as maintainer. I would like to ask if you have any questions about this part?
On Thu, 14 Dec 2023 12:51:31 +0000 JustinLai0215 wrote: > > https://docs.kernel.org/next/maintainer/feature-and-driver-maintainers.html > > Larry Chiu is also one of the authors of this driver, so he is added as maintainer. > I would like to ask if you have any questions about this part? No questions at this stage, I just wanted to make sure you're familiar with the guidelines. To avoid mistakes and misunderstandings later.
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(+)