netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v6 0/2] Add Realtek automotive PCIe driver
@ 2023-08-22  3:18 Justin Lai
  2023-08-22  3:18 ` [PATCH net-next v6 1/2] net/ethernet/realtek: Add Realtek automotive PCIe driver code Justin Lai
  2023-08-22  3:18 ` [PATCH net-next v6 2/2] MAINTAINERS: Add the rtase ethernet driver entry Justin Lai
  0 siblings, 2 replies; 9+ messages in thread
From: Justin Lai @ 2023-08-22  3:18 UTC (permalink / raw)
  To: kuba
  Cc: davem, edumazet, pabeni, linux-kernel, netdev, jiri, andrew,
	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.

v5 -> v6:
- Some old macro definitions have been removed 
  and replaced with the lastest usage.
- Replace s32 with int to ensure consistency.
- Clearly point out the objects of the service 
  and remove unnecessary struct.

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    |  372 +++
 .../net/ethernet/realtek/rtase/rtase_main.c   | 2432 +++++++++++++++++
 6 files changed, 2839 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] 9+ messages in thread

end of thread, other threads:[~2023-08-23 14:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-22  3:18 [PATCH net-next v6 0/2] Add Realtek automotive PCIe driver Justin Lai
2023-08-22  3:18 ` [PATCH net-next v6 1/2] net/ethernet/realtek: Add Realtek automotive PCIe driver code Justin Lai
2023-08-22 17:37   ` Jakub Kicinski
2023-08-23 14:20     ` Justin Lai
2023-08-22 17:51   ` Andrew Lunn
2023-08-23 14:25     ` Justin Lai
2023-08-22 17:59   ` Andrew Lunn
2023-08-23 14:28     ` Justin Lai
2023-08-22  3:18 ` [PATCH net-next v6 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).