netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v5 0/2] Add Realtek automotive PCIe driver
@ 2023-08-18 11:54 Justin Lai
  2023-08-18 11:55 ` [PATCH net-next v5 1/2] net/ethernet/realtek: Add Realtek automotive PCIe driver code Justin Lai
  2023-08-18 11:55 ` [PATCH net-next v5 2/2] MAINTAINERS: Add the rtase ethernet driver entry Justin Lai
  0 siblings, 2 replies; 5+ messages in thread
From: Justin Lai @ 2023-08-18 11:54 UTC (permalink / raw)
  To: kuba; +Cc: davem, edumazet, pabeni, linux-kernel, netdev, Justin Lai

This series includes adding realtek automotive ethernet driver and adding rtase ethernet driver entry in MAINTAINERS file.

This ethernet device driver for the PCIe interface of Realtek Automotive Ethernet Switch,
applicable to RTL9054, RTL9068, RTL9072, RTL9075, RTL9068, RTL9071.

v4 -> v5:
- Modify ethtool function - Remove some unnecessary code.
- Don't use inline function - Let the compiler decide.

Justin Lai (2):
  net/ethernet/realtek: Add Realtek automotive PCIe driver code
  MAINTAINERS: Add the rtase ethernet driver entry

 MAINTAINERS                                   |    7 +
 drivers/net/ethernet/realtek/Kconfig          |   17 +
 drivers/net/ethernet/realtek/Makefile         |    1 +
 drivers/net/ethernet/realtek/rtase/Makefile   |   10 +
 drivers/net/ethernet/realtek/rtase/rtase.h    |  391 +++
 .../net/ethernet/realtek/rtase/rtase_main.c   | 2484 +++++++++++++++++
 6 files changed, 2910 insertions(+)
 create mode 100644 drivers/net/ethernet/realtek/rtase/Makefile
 create mode 100644 drivers/net/ethernet/realtek/rtase/rtase.h
 create mode 100644 drivers/net/ethernet/realtek/rtase/rtase_main.c

-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-08-21 13:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-18 11:54 [PATCH net-next v5 0/2] Add Realtek automotive PCIe driver Justin Lai
2023-08-18 11:55 ` [PATCH net-next v5 1/2] net/ethernet/realtek: Add Realtek automotive PCIe driver code Justin Lai
2023-08-18 12:15   ` Jiri Pirko
2023-08-21 13:38     ` Justin Lai
2023-08-18 11:55 ` [PATCH net-next v5 2/2] MAINTAINERS: Add the rtase ethernet driver entry Justin Lai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).